From f03e4712b738e6affbb8ed3817c36be3d75f0a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 05:09:20 +0000 Subject: [PATCH] chore(deps): update crossterm requirement from 0.28.1 to 0.29.0 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/commits/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 8d841c0..d22784e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ futures = "0.3" base64 = "0.22" chrono = { version = "0.4", features = ["serde"] } clap = { version = "4.5", features = ["derive"] } -crossterm = { version = "0.28.1", default-features = false, features = ["events"] } +crossterm = { version = "0.29.0", default-features = false, features = ["events"] } glob = "0.3" once_cell = "1.21" ratatui = { version = "0.30.0", default-features = false, features = ["crossterm", "macros"] }