diff --git a/Cargo.toml b/Cargo.toml index 5184f4f..5066ea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0" async-trait = "0.1.88" bytes = "1.10.1" camino = { version = "1.1", features = ["serde1"] } -crossterm = { version = "0.28.1", features = ["event-stream"] } +crossterm = { version = "0.29.0", features = ["event-stream"] } ratatui = "0.29.0" tokio = { version = "1.43.0", features = ["io-util", "io-std", "time"] } zip = { version = "2.6.0", default-features = false, features = ["deflate","bzip2"] }