Update tui to 0.12.0

This commit is contained in:
Patrick Chieppe 2020-10-17 13:47:48 +11:00
parent ad06a85c0a
commit d52a9bbb16
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -347,9 +347,9 @@ dependencies = [
[[package]]
name = "tui"
version = "0.10.0"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a977b0bb2e2033a6fef950f218f13622c3c34e59754b704ce3492dedab1dfe95"
checksum = "c2eaeee894a1e9b90f80aa466fe59154fdb471980b5e104d8836fcea309ae17e"
dependencies = [
"bitflags",
"cassowary",

View File

@ -9,7 +9,7 @@ build = "build.rs"
getopts = "0.2.21"
greetd_ipc = { version = "0.6.0", features = ["sync-codec"] }
termion = "1.5.5"
tui = "0.10.0"
tui = "0.12.0"
nix = "0.18.0"
textwrap = "0.12.0"
chrono = "0.4.11"