From 6e96325a9c63213d6723b14c8a02a2eae3c7ca14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 01:50:00 +0000 Subject: [PATCH] Update Rust crate crossterm to 0.29.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38f82d9..2860325 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ tower-lsp = { version = "0.20.0", features = ["proposed"]} serde = { version = "1.0", features = ["derive"] } rustyline = "15.0.0" ratatui = "0.29.0" -crossterm = "0.28.1" +crossterm = "0.29.0" home = "0.5.11"