From a1b4f6d36f4d5877d38444651a2b61e8350ae331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:05:40 +0000 Subject: [PATCH] deps(deps): 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] --- crates/wraith-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wraith-cli/Cargo.toml b/crates/wraith-cli/Cargo.toml index 9623e044..0910f09e 100644 --- a/crates/wraith-cli/Cargo.toml +++ b/crates/wraith-cli/Cargo.toml @@ -45,7 +45,7 @@ prost = "0.12" prost-types = "0.12" tokio-stream = "0.1" ratatui = "0.26" -crossterm = "0.27" +crossterm = "0.29" [build-dependencies] tonic-build = "0.10"