From 0e5a7c1466177730c7df343f677d6f065f8da866 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 12:42:13 +0000 Subject: [PATCH] fix(deps): update rust crate crossterm to 0.29 --- ulk-tui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ulk-tui/Cargo.toml b/ulk-tui/Cargo.toml index 423e21c..ff6de41 100644 --- a/ulk-tui/Cargo.toml +++ b/ulk-tui/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] ratatui = "0.30" -crossterm = "0.28" +crossterm = "0.29" clap = { version = "4", features = ["derive"] } serde = { version = "1", features = ["derive"] } anyhow = "1"