Skip to content

Commit

Permalink
build(deps): bump crossterm from 0.27.0 to 0.28.1
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.1.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 3, 2024
1 parent 481b601 commit abbd7d8
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 7 deletions.
42 changes: 36 additions & 6 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 apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/1090/1090.rs"
adsb_deku = { path = "../libadsb_deku" }
rsadsb_common = { path = "../rsadsb_common" }
hex = "0.4.0"
crossterm = "0.27.0"
crossterm = "0.28.1"
clap = { version = "4.5.13", features = ["color", "derive", "wrap_help"] }
ratatui = "0.27.0"
gpsd_proto = "1.0.0"
Expand Down

0 comments on commit abbd7d8

Please sign in to comment.