From 89d4d3c6cc984f9bed6b4a2a18c70493106e7a5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 15:28:36 +0000 Subject: [PATCH] fix(deps): update rust crate crossterm to v0.29.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }