mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 15:25:54 +00:00
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:
parent
69e8ed7db8
commit
36fa3c11c1
@ -27,7 +27,7 @@ rust-version = "1.74.0"
|
|||||||
bitflags = "2.3"
|
bitflags = "2.3"
|
||||||
cassowary = "0.3"
|
cassowary = "0.3"
|
||||||
compact_str = "0.8.0"
|
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 }
|
document-features = { version = "0.2.7", optional = true }
|
||||||
instability = "0.3.1"
|
instability = "0.3.1"
|
||||||
itertools = "0.13"
|
itertools = "0.13"
|
||||||
@ -48,7 +48,7 @@ unicode-width = "0.1.13"
|
|||||||
argh = "0.1.12"
|
argh = "0.1.12"
|
||||||
color-eyre = "0.6.2"
|
color-eyre = "0.6.2"
|
||||||
criterion = { version = "0.5.1", features = ["html_reports"] }
|
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"
|
derive_builder = "0.20.0"
|
||||||
fakeit = "1.1"
|
fakeit = "1.1"
|
||||||
font8x8 = "0.3.1"
|
font8x8 = "0.3.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user