mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 15:13:03 +00:00
Bump tui from 0.18.0 to 0.19.0
Bumps [tui](https://github.com/fdehau/tui-rs) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/fdehau/tui-rs/releases) - [Changelog](https://github.com/fdehau/tui-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/fdehau/tui-rs/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: tui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
bf662ee7b3
commit
fd77713213
2 changed files with 5 additions and 21 deletions
24
Cargo.lock
generated
24
Cargo.lock
generated
|
@ -206,22 +206,6 @@ dependencies = [
|
|||
"once_cell",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "crossterm"
|
||||
version = "0.23.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a2102ea4f781910f8a5b98dd061f4c2023f479ce7bb1236330099ceb5a93cf17"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"crossterm_winapi",
|
||||
"libc",
|
||||
"mio",
|
||||
"parking_lot",
|
||||
"signal-hook",
|
||||
"signal-hook-mio",
|
||||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "crossterm"
|
||||
version = "0.25.0"
|
||||
|
@ -424,7 +408,7 @@ dependencies = [
|
|||
"clap",
|
||||
"clap_complete",
|
||||
"crossbeam-queue",
|
||||
"crossterm 0.25.0",
|
||||
"crossterm",
|
||||
"dirs",
|
||||
"expand",
|
||||
"futures-lite",
|
||||
|
@ -704,13 +688,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tui"
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "96fe69244ec2af261bced1d9046a6fee6c8c2a6b0228e59e5ba39bc8ba4ed729"
|
||||
checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"cassowary",
|
||||
"crossterm 0.23.2",
|
||||
"crossterm",
|
||||
"serde",
|
||||
"unicode-segmentation",
|
||||
"unicode-width",
|
||||
|
|
|
@ -25,7 +25,7 @@ ron = "0.7.1"
|
|||
serde = { version = "1.0.143", features = ["derive"] }
|
||||
|
||||
[dependencies.tui]
|
||||
version = "0.18.0"
|
||||
version = "0.19.0"
|
||||
default-features = false
|
||||
features = ["crossterm", "serde"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue