From d0e4579c88ff7c2ef350ce3e5740e63b0b9b4df6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 07:43:14 +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 0b96275..d76f045 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ bytes = "1" # TUI ratatui = "0.28" -crossterm = "0.28" +crossterm = "0.29" # Misc regex = "1"