From 8426ba5d5811bd89774b344e5f177ffd561bab33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 16:12:54 +0200 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libafl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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