Skip to content

Commit

Permalink
Update crossterm requirement from 0.27.0 to 0.28.1 (#1554)
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](https://github.com/crossterm-rs/crossterm/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eirik A <sszynrae@gmail.com>
  • Loading branch information
dependabot[bot] and clux authored Aug 5, 2024
1 parent 5cce275 commit 4af4d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ backoff.workspace = true
clap = { version = "4.0", default-features = false, features = ["std", "cargo", "derive"] }
edit = "0.1.3"
tokio-stream = { version = "0.1.9", features = ["net"] }
crossterm = "0.27.0"
crossterm = "0.28.1"

[[example]]
name = "configmapgen_controller"
Expand Down

0 comments on commit 4af4d80

Please sign in to comment.