Remove crossterm's event-stream feature

This commit is contained in:
Joscha 2022-06-15 14:07:38 +02:00
parent 23c551a5b7
commit d5dd2924eb
2 changed files with 1 additions and 2 deletions

1
Cargo.lock generated
View file

@ -240,7 +240,6 @@ checksum = "a2102ea4f781910f8a5b98dd061f4c2023f479ce7bb1236330099ceb5a93cf17"
dependencies = [
"bitflags",
"crossterm_winapi",
"futures-core",
"libc",
"mio",
"parking_lot",

View file

@ -8,7 +8,7 @@ anyhow = "1.0.57"
async-trait = "0.1.56"
chrono = "0.4.19"
clap = { version = "3.1.18", features = ["derive"] }
crossterm = { version = "0.23.2", features = ["event-stream"] }
crossterm = "0.23.2"
futures = "0.3.21"
parking_lot = "0.12.1"
thiserror = "1.0.31"