diff --git a/Cargo.lock b/Cargo.lock index 579fbb97..0f180fa0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1143,9 +1143,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tui" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d4e6c82bb967df89f20b875fa8835fab5d5622c6a5efa574a1f0b6d0aa6e8f6" +checksum = "9ced152a8e9295a5b168adc254074525c17ac4a83c90b2716274cc38118bddc9" dependencies = [ "bitflags", "cassowary", diff --git a/Cargo.toml b/Cargo.toml index 0970bf34..400008ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ scopetime = { path = "./scopetime", version = "0.1" } asyncgit = { path = "./asyncgit", version = "0.11" } crossterm = { version = "0.19", features = [ "serde" ] } clap = { version = "2.33", default-features = false } -tui = { version = "0.13", default-features = false, features = ['crossterm', 'serde'] } +tui = { version = "0.14", default-features = false, features = ['crossterm', 'serde'] } bytesize = { version = "1.0.1", default-features = false} itertools = "0.10" rayon-core = "1.9"