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:
dependabot[bot] 2022-08-15 08:05:12 +00:00 committed by GitHub
parent bf662ee7b3
commit fd77713213
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 21 deletions

24
Cargo.lock generated
View file

@ -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",

View file

@ -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"]