mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
chore(deps): bump tui-term from 0.3.3 to 0.3.4 (#1038)
Bumps [tui-term](https://github.com/a-kenji/tui-term) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/a-kenji/tui-term/releases) - [Changelog](https://github.com/a-kenji/tui-term/blob/development/CHANGELOG.md) - [Commits](https://github.com/a-kenji/tui-term/compare/v0.3.3...v0.3.4) --- updated-dependencies: - dependency-name: tui-term dependency-version: 0.3.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: LoricAndre <57358788+LoricAndre@users.noreply.github.com>
This commit is contained in:
parent
de60d945b0
commit
d6f2800b64
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2705,9 +2705,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tui-term"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6e676ed380f3015b1bbc07ce94c3fa7d7a450a4994b4ea2e1eca531e652bf6c4"
|
||||
checksum = "a338ded85dbe7f9ea2298321d126244f54e531e2b2006b97abdab8e47d6f3c88"
|
||||
dependencies = [
|
||||
"ratatui-core",
|
||||
"ratatui-widgets",
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ thiserror = "2.0.18"
|
|||
thread_local = "1.1.9"
|
||||
tokio = { version = "1.51.0", features = ["macros", "net", "rt-multi-thread", "sync", "time", "tokio-macros"] }
|
||||
tokio-util = "=0.7.18"
|
||||
tui-term = "=0.3.3"
|
||||
tui-term = "=0.3.4"
|
||||
unicode-display-width = "=0.3.0"
|
||||
unicode-normalization = "=0.1.25"
|
||||
which = "8.0.2"
|
||||
|
|
|
|||
Loading…
Reference in a new issue