mirror of
https://github.com/kdheepak/taskwarrior-tui.git
synced 2025-08-24 23:46:41 +02:00
chore: Update crossterm version
This commit is contained in:
parent
e1bf533bca
commit
b61fa62996
2 changed files with 33 additions and 18 deletions
|
@ -24,7 +24,7 @@ better-panic = "0.2.0"
|
|||
cassowary = "0.3.0"
|
||||
chrono = "0.4.19"
|
||||
clap = "3.0.0-beta.4"
|
||||
crossterm = { version = "0.20.0", optional = true, default-features = false, features = ["event-stream"] }
|
||||
crossterm = { version = "0.22.1", optional = true, default-features = false, features = ["event-stream"] }
|
||||
dirs = "3.0.2"
|
||||
futures = "0.3.16"
|
||||
futures-timer = "3.0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue