diff --git a/Cargo.toml b/Cargo.toml index 8d841c0..d22784e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ futures = "0.3" base64 = "0.22" chrono = { version = "0.4", features = ["serde"] } clap = { version = "4.5", features = ["derive"] } -crossterm = { version = "0.28.1", default-features = false, features = ["events"] } +crossterm = { version = "0.29.0", default-features = false, features = ["events"] } glob = "0.3" once_cell = "1.21" ratatui = { version = "0.30.0", default-features = false, features = ["crossterm", "macros"] }