From 36fa3c11c1bbe31de4afd0bc0880c5a409ce25dc Mon Sep 17 00:00:00 2001 From: Josh McKinney Date: Tue, 6 Aug 2024 14:09:38 -0700 Subject: [PATCH] chore(deps): bump crossterm to 0.28.1 (#1304) https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md\#version-0281 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 201cee72..23787dbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ rust-version = "1.74.0" bitflags = "2.3" cassowary = "0.3" compact_str = "0.8.0" -crossterm = { version = "0.28", optional = true } +crossterm = { version = "0.28.1", optional = true } document-features = { version = "0.2.7", optional = true } instability = "0.3.1" itertools = "0.13" @@ -48,7 +48,7 @@ unicode-width = "0.1.13" argh = "0.1.12" color-eyre = "0.6.2" criterion = { version = "0.5.1", features = ["html_reports"] } -crossterm = { version = "0.28", features = ["event-stream"] } +crossterm = { version = "0.28.1", features = ["event-stream"] } derive_builder = "0.20.0" fakeit = "1.1" font8x8 = "0.3.1"