From aba137bf701781c8391acb7df940fb19e3b55ae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 02:34:52 +0000 Subject: [PATCH] Update crossterm requirement from 0.27 to 0.29 Updates the requirements on [crossterm](https://github.com/crossterm-rs/crossterm) to permit the latest version. - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/compare/0.27.0...0.29) --- updated-dependencies: - dependency-name: crossterm dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e13e89..2d7758a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ palette = "0.7" # scirs2-interpolate = "0.1.0-rc.2" # Not needed, using custom easing functions # Terminal manipulation -crossterm = "0.27" +crossterm = "0.29" # Async runtime (for timing and signal handling) tokio = { version = "1.35", features = ["time", "rt-multi-thread", "macros", "signal", "sync"] }