Skip to content

Commit

Permalink
chore: Bump crossterm from 0.27.0 to 0.28.0
Browse files Browse the repository at this point in the history
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.27.0 to 0.28.0.
- [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.27.0...0.28)

---
updated-dependencies:
- dependency-name: crossterm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent ae6f173 commit b291140
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 23 deletions.
62 changes: 40 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fatigue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = "Apache-2.0"
[dependencies]
clap = { version = "4.1.9", features = ["derive"] }
console = "0.15.8"
crossterm = "0.27.0"
crossterm = "0.28.0"
figment = { version = "0.10.19", features = ["env", "yaml"] }
humantime = "2.1.0"
itertools = "0.13.0"
Expand Down

0 comments on commit b291140

Please sign in to comment.