From 37d09ec10856c65e9bb4902850b4b50ae1545372 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 22:48:50 +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 5184f4f..5066ea9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0" async-trait = "0.1.88" bytes = "1.10.1" camino = { version = "1.1", features = ["serde1"] } -crossterm = { version = "0.28.1", features = ["event-stream"] } +crossterm = { version = "0.29.0", features = ["event-stream"] } ratatui = "0.29.0" tokio = { version = "1.43.0", features = ["io-util", "io-std", "time"] } zip = { version = "2.6.0", default-features = false, features = ["deflate","bzip2"] }