From 93e352f9d89d57fe7ec492df0a2575f72561bc92 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 02:18:33 +0000 Subject: [PATCH] Update Rust crate crossterm to 0.29.0 --- beeps/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beeps/Cargo.toml b/beeps/Cargo.toml index 9aee6fd..2dd88f5 100644 --- a/beeps/Cargo.toml +++ b/beeps/Cargo.toml @@ -9,7 +9,7 @@ workspace = true [dependencies] clap = { version = "4.5.27", features = ["derive"] } beeps_core = { path = "../beeps_core" } -crossterm = { version = "0.28.1", features = ["event-stream"] } +crossterm = { version = "0.29.0", features = ["event-stream"] } directories = "6.0.0" futures = "0.3.31" ratatui = "0.29.0"