Skip to content

Commit

Permalink
Merge pull request #81 from Nukesor/dependabot/cargo/crossterm-0.24
Browse files Browse the repository at this point in the history
build(deps): update crossterm requirement from 0.23 to 0.24
  • Loading branch information
Nukesor committed Jul 4, 2022
2 parents 17c7b66 + debfd2c commit bf486c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -38,7 +38,7 @@ tty = ["crossterm"]
debug = []

[dependencies]
crossterm = { version = "0.23", optional = true }
crossterm = { version = "0.24", optional = true }
strum = "0.24"
strum_macros = "0.24"
unicode-width = "0.1"
Expand Down

0 comments on commit bf486c6

Please sign in to comment.