From c7adc808117b9c22bb9dbfec26ffc80ee23872f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:13:49 +0000 Subject: [PATCH] fix(deps): update rust crate crossterm to 0.29 --- crates/rrr_tui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rrr_tui/Cargo.toml b/crates/rrr_tui/Cargo.toml index 2c0b784..24d410d 100644 --- a/crates/rrr_tui/Cargo.toml +++ b/crates/rrr_tui/Cargo.toml @@ -12,7 +12,7 @@ rust-version = "1.66.0" [dependencies] anyhow = "1.0" -crossterm = "0.27" +crossterm = "0.29" futures = "0.3" rrr_config = { path = "../rrr_config" } rrr_fetch = { path = "../rrr_fetch" }