We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b0906 commit 8426ba5Copy full SHA for 8426ba5
libafl/Cargo.toml
@@ -249,7 +249,7 @@ libm = "0.2.8"
249
ratatui = { version = "0.29.0", default-features = false, features = [
250
'crossterm',
251
], optional = true } # Commandline rendering, for TUI Monitor
252
-crossterm = { version = "0.28.1", optional = true }
+crossterm = { version = "0.29.0", optional = true }
253
254
cadence = { version = "1.5.0", optional = true } # For the statsd monitor
255
prometheus-client = { version = "0.23.0", optional = true } # For the prometheus monitor
0 commit comments