From 07968c522fb150e4e8b682b4d2d158d76c4ae4fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:57:07 +0000 Subject: [PATCH] chore(deps): update rust crate crossterm to 0.28.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e361390..2adb72a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ serde_json = "1.0.117" syn = "2.0.66" [dev-dependencies] -crossterm = "0.27.0" +crossterm = "0.28.0" serde_json = "1.0.117" [features]