From 6ca527671a9398d9300c9680080661539789e71f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 04:42:48 +0000 Subject: [PATCH] Update Rust crate crossterm to 0.29.0 --- Cargo.lock | 20 ++------------------ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c41f4f9d..83bf2a921 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1050,22 +1050,6 @@ version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" -[[package]] -name = "crossterm" -version = "0.28.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" -dependencies = [ - "bitflags 2.11.0", - "crossterm_winapi", - "mio", - "parking_lot", - "rustix 0.38.37", - "signal-hook 0.3.18", - "signal-hook-mio", - "winapi", -] - [[package]] name = "crossterm" version = "0.29.0" @@ -1738,7 +1722,7 @@ dependencies = [ "bincode", "bytes", "clap", - "crossterm 0.28.1", + "crossterm", "crucible", "crucible-client-types", "crucible-common", @@ -6251,7 +6235,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe9e7c532bfc2759bc8a28902c04e8b993fc13ebd085ee4292eb1b230fa9beef" dependencies = [ "chrono", - "crossterm 0.29.0", + "crossterm", "fd-lock", "itertools 0.13.0", "nu-ansi-term", diff --git a/Cargo.toml b/Cargo.toml index 9d67d2e0d..e2ff05a31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ cfg-if = { version = "1" } chrono = { version = "0.4", features = [ "serde" ] } clap = { version = "4.5", features = ["derive", "env", "wrap_help"] } clearscreen = "4.0.5" -crossterm = { version = "0.28.1" } +crossterm = { version = "0.29.0" } crucible-workspace-hack = "0.1.0" # see [patch.crates-io.crucible-workspace-hack] for more csv = "1.4.0" dropshot = { version = "0.16.7", features = [ "usdt-probes" ] }