Skip to content

Commit

Permalink
chore(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 7, 2024
1 parent 2378720 commit 0190a3e
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 18 deletions.
143 changes: 126 additions & 17 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ homepage = "https://github.com/Piturnah/gex"
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.13", features = ["cargo", "derive"] }
crossterm = { version = "0.27.0", features = ["serde"] }
crossterm = { version = "0.28.1", features = ["serde"] }
dirs = "5.0.1"
git2 = { version = "0.19.0", default-features = false }
itertools = "0.13.0"
Expand Down

0 comments on commit 0190a3e

Please sign in to comment.