From 0043b7d6f145bcea0922c495711b4798779b5b96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 08:56:56 +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 c50d92261..149cee770 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", default-features = false, features = [ +crossterm = { version = "=0.29.0", default-features = false, features = [ "event-stream", "windows", ], optional = true }