From 6ce158fee1c360c0849091e9f2c69c8598c372b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 20:47:14 +0000 Subject: [PATCH] Bump crossterm from 0.28.1 to 0.29.0 Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.28.1 to 0.29.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa36ee1..49eab07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ ironshield-api = "0.1" ironshield-core = { version = "0.2", features = ["parallel"] } ironshield-types = "0.1" color-eyre = "0.6.3" -crossterm = { version = "0.28.1", features = ["event-stream"] } +crossterm = { version = "0.29.0", features = ["event-stream"] } futures = "0.3.31" ratatui = "0.29.0" tokio = { version = "1.40.0", features = ["full"] }