chore(deps): bump crossterm to 0.28.1 (#1304)

https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md\#version-0281
This commit is contained in:
Josh McKinney 2024-08-06 14:09:38 -07:00 committed by GitHub
parent 69e8ed7db8
commit 36fa3c11c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"