From 9e203e8c96df187d0cd3b660c33284f121ae651f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 03:50:28 +0000 Subject: [PATCH] build(deps): update crossterm requirement from =0.28.1 to =0.29.0 --- 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 9053392..de5494f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ anyhow = "1.0.97" derive_builder = "0.20.2" ratatui = { version = "0.29.0", features = ["crossterm"], optional = true } tui-input = { version = "0.11.1", optional = true } -crossterm = { version = "=0.28.1", optional = true } +crossterm = { version = "=0.29.0", optional = true } strum = { version = "0.27.1", features = ["derive"], optional = true } strum_macros = { version = "0.27.1", optional = true }