Skip to content

Commit

Permalink
build(deps): bump crossterm from 0.25.0 to 0.26.1
Browse files Browse the repository at this point in the history
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.25.0 to 0.26.1.
- [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.1)

---
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 Feb 27, 2023
1 parent eaf0752 commit 80c616d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
22 changes: 19 additions & 3 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ features = ["derive"]
version = "2"

[dependencies.crossterm]
version = "0.25"
version = "0.26"

[target.'cfg(target_family = "unix")'.dependencies.nix]
version = "0.26"
Expand Down
2 changes: 1 addition & 1 deletion display/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ edition = "2021"
version = "1"

[dependencies.crossterm]
version = "0.25"
version = "0.26"

[dependencies.snarkos-node]
path = "../node"
Expand Down

0 comments on commit 80c616d

Please sign in to comment.