diff --git a/Cargo.toml b/Cargo.toml index 58439046b..6bedde5b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] async-trait = "=0.1.89" color-eyre = "=0.6.5" -crossterm = { version = "=0.28.1", features = [ +crossterm = { version = "=0.29.0", features = [ "event-stream", ], optional = true } dhat = { version = "=0.3.3", optional = true }