chore: Update crossterm version

This commit is contained in:
Dheepak Krishnamurthy 2021-11-09 23:06:00 -07:00
parent e1bf533bca
commit b61fa62996
2 changed files with 33 additions and 18 deletions

View file

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