diff --git a/Cargo.lock b/Cargo.lock index ffe5a03..1b24d0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1919,9 +1919,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tui-input" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e785f863a3af4c800a2a669d0b64c879b538738e352607e2624d03f868dc01" +checksum = "9b02e86628a225c39b2602863f244a01668184149928ceb410e47a8022d7597e" dependencies = [ "crossterm", "unicode-width", diff --git a/Cargo.toml b/Cargo.toml index e183823..01920d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ ratatui = "0.26.3" crossterm = "0.27.0" thiserror = "1.0.60" textwrap = "0.16.1" -tui-input = "0.8.0" +tui-input = "0.9.0" tui-popup = "0.3.2" clap = { version = "4.5.7", features = ["derive", "env", "wrap_help", "cargo"] } clap_complete = "4.5.6"