chore: update crossterm to v0.23 (#598)

This commit is contained in:
Atk 2022-04-24 13:47:54 +01:00 committed by GitHub
parent a61b078dea
commit ed0ae81aae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ cassowary = "0.3"
unicode-segmentation = "1.2"
unicode-width = "0.1"
termion = { version = "1.5", optional = true }
crossterm = { version = "0.22", optional = true }
crossterm = { version = "0.23", optional = true }
serde = { version = "1", optional = true, features = ["derive"]}
[dev-dependencies]