diff --git a/Cargo.lock b/Cargo.lock index 691d8b8..6ebaef5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1946,9 +1946,9 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tui-input" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffde6d8fcffe86b617018ca9b2171d673b41def44ebf802de203d2f2c598d3de" +checksum = "e5d1733c47f1a217b7deff18730ff7ca4ecafc5771368f715ab072d679a36114" dependencies = [ "ratatui", "unicode-width 0.2.0", diff --git a/Cargo.toml b/Cargo.toml index 38db14e..203b5b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ nvd_cve = "0.2.0" ratatui = "0.29.0" thiserror = "1.0.66" textwrap = "0.16.1" -tui-input = "0.11.0" +tui-input = "0.11.1" tui-popup = "0.6.0" clap = { version = "4.5.20", features = ["derive", "env", "wrap_help", "cargo"] } clap_complete = "4.5.36"