diff --git a/libafl/Cargo.toml b/libafl/Cargo.toml index cf38918683..d17cfd61b5 100644 --- a/libafl/Cargo.toml +++ b/libafl/Cargo.toml @@ -249,7 +249,7 @@ libm = "0.2.8" ratatui = { version = "0.29.0", default-features = false, features = [ 'crossterm', ], optional = true } # Commandline rendering, for TUI Monitor -crossterm = { version = "0.28.1", optional = true } +crossterm = { version = "0.29.0", optional = true } cadence = { version = "1.5.0", optional = true } # For the statsd monitor prometheus-client = { version = "0.23.0", optional = true } # For the prometheus monitor