Skip to content

Commit

Permalink
build(deps): update crossterm requirement from 0.24 to 0.25
Browse files Browse the repository at this point in the history
Updates the requirements on [crossterm](https://github.com/crossterm-rs/crossterm) to permit the latest version.
- [Release notes](https://github.com/crossterm-rs/crossterm/releases)
- [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md)
- [Commits](crossterm-rs/crossterm@0.24...0.25)

---
updated-dependencies:
- dependency-name: crossterm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 15, 2022
1 parent 832dbda commit 7ef0bc4
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.24", optional = true }
crossterm = { version = "0.25", optional = true }
strum = "0.24"
strum_macros = "0.24"
unicode-width = "0.1"
Expand Down

0 comments on commit 7ef0bc4

Please sign in to comment.