From da0cd69d4a41ba4e50b42c0136eadedf7be07f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 05:20:44 +0000 Subject: [PATCH] chore(deps): update crossterm requirement from 0.28 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.28...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 8fc1de7..ed434ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ anyhow = { version = "1.0.102", optional = true } clap = { version = "4.6.1", features = ["derive"], optional = true } ratatui = { version = "0.29", features = ["crossterm"], optional = true } tui-input = { version = "0.11", optional = true } -crossterm = { version = "0.28", optional = true } +crossterm = { version = "0.29", optional = true } strum = { version = "0.27", features = ["derive"], optional = true } strum_macros = { version = "0.27", optional = true }