diff --git a/Cargo.toml b/Cargo.toml index 1d8409f..0232972 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" edition = "2024" [dependencies] -crossterm = { version = "0.28.1", features = ["event-stream"] } +crossterm = { version = "0.29.0", features = ["event-stream"] } futures = "0.3.31" ratatui = "0.29.0" tokio = { version = "1.40.0", features = ["full"] }