Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
chore: update crossterm to v0.23 (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha-tango-kilo authored Apr 24, 2022
1 parent a61b078 commit ed0ae81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ed0ae81

Please sign in to comment.