diff --git a/Cargo.lock b/Cargo.lock index ad01335a..eb2dab4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2705,9 +2705,9 @@ dependencies = [ [[package]] name = "tui-term" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e676ed380f3015b1bbc07ce94c3fa7d7a450a4994b4ea2e1eca531e652bf6c4" +checksum = "a338ded85dbe7f9ea2298321d126244f54e531e2b2006b97abdab8e47d6f3c88" dependencies = [ "ratatui-core", "ratatui-widgets", diff --git a/Cargo.toml b/Cargo.toml index 6a10536a..8e9bebf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ thiserror = "2.0.18" thread_local = "1.1.9" tokio = { version = "1.51.0", features = ["macros", "net", "rt-multi-thread", "sync", "time", "tokio-macros"] } tokio-util = "=0.7.18" -tui-term = "=0.3.3" +tui-term = "=0.3.4" unicode-display-width = "=0.3.0" unicode-normalization = "=0.1.25" which = "8.0.2"