diff --git a/Cargo.toml b/Cargo.toml index 9053392..c8fd607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ base64 = "0.22.0" anyhow = "1.0.97" derive_builder = "0.20.2" ratatui = { version = "0.29.0", features = ["crossterm"], optional = true } -tui-input = { version = "0.11.1", optional = true } +tui-input = { version = "0.12.0", optional = true } crossterm = { version = "=0.28.1", optional = true } strum = { version = "0.27.1", features = ["derive"], optional = true } strum_macros = { version = "0.27.1", optional = true }