diff --git a/Cargo.toml b/Cargo.toml index aa36ee1..49eab07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ ironshield-api = "0.1" ironshield-core = { version = "0.2", features = ["parallel"] } ironshield-types = "0.1" color-eyre = "0.6.3" -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"] }