Skip to content

Commit

Permalink
build(deps): bump crossterm from 0.25.0 to 0.27.0
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.27.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.25...0.27.0)

---
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 22, 2023
1 parent 353b160 commit 7497255
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 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 all-is-cubes-desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ anyhow = { workspace = true }
bytemuck = { workspace = true }
clap = { workspace = true }
# Note: keep crossterm in sync with tui's crossterm dependency.
crossterm = "0.25.0"
crossterm = "0.27.0"
directories-next = "2.0.0"
image = { workspace = true, features = ["png"] }
indicatif = { version = "0.17.0", default-features = false }
Expand Down

0 comments on commit 7497255

Please sign in to comment.