Skip to content

Commit 8426ba5

Browse files
Update crossterm requirement from 0.28.1 to 0.29.0 (#3135)
--- updated-dependencies: - dependency-name: crossterm dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1b0906 commit 8426ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libafl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ libm = "0.2.8"
249249
ratatui = { version = "0.29.0", default-features = false, features = [
250250
'crossterm',
251251
], optional = true } # Commandline rendering, for TUI Monitor
252-
crossterm = { version = "0.28.1", optional = true }
252+
crossterm = { version = "0.29.0", optional = true }
253253

254254
cadence = { version = "1.5.0", optional = true } # For the statsd monitor
255255
prometheus-client = { version = "0.23.0", optional = true } # For the prometheus monitor

0 commit comments

Comments
 (0)