Skip to content

Commit

Permalink
build(deps): update crossterm requirement from 0.25.0 to 0.26.0 (#8)
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.25...0.26)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2023
1 parent 30b46cf commit 591daf7
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 @@ -16,7 +16,7 @@ exclude = ["assets/*", ".github", "publish/*"]

[dependencies]
tui = { version = "0.19.0", features = ["crossterm"], default-features = false }
crossterm = "0.25.0"
crossterm = "0.26.0"
log = "0.4"
tui-logger = "0.8.1"
clap = { version = "4.0.22", features = ["derive"] }
Expand Down

0 comments on commit 591daf7

Please sign in to comment.