diff --git a/Cargo.lock b/Cargo.lock index 48bf3eb..af57b7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2394,9 +2394,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "tui" -version = "0.15.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "861d8f3ad314ede6219bcb2ab844054b1de279ee37a9bc38e3d606f9d3fb2a71" +checksum = "39c8ce4e27049eed97cfa363a5048b09d995e209994634a0efc26a14ab6c0c23" dependencies = [ "bitflags", "cassowary", diff --git a/Cargo.toml b/Cargo.toml index 22f2b04..3c54951 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ indicatif = "0.16.2" serde_derive = "1.0.125" serde = "1.0.126" serde_json = "1.0.64" -tui = "0.15" +tui = "0.16" termion = "1.5" unicode-width = "0.1" itertools = "0.10.1"