From 1d7f4f0ca101454b9fcc430ab1d6d5b24ee1e787 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 17:15:54 +0000 Subject: [PATCH] fix(deps): 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 f70fdc0..d2ef97f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["log", "testing", "text", "utility"] categories = ["development-tools", "accessibility", "command-line-utilities", "config"] [dependencies] -crossterm = { version = "0.27.0", optional = true } +crossterm = { version = "0.29.0", optional = true } time = { version = "0.3.28", features = ["local-offset"], optional = true } [dev-dependencies]