Skip to content

Commit

Permalink
chore(deps): Update Rust crate crossterm to 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2024
1 parent fbd4469 commit 09427f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 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 crates/anstyle-crossterm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pre-release-replacements = [

[dependencies]
anstyle = { version = "1.0.0", path = "../anstyle" }
crossterm = { version = "0.27.0", default-features = false, features = ["windows"] }
crossterm = { version = "0.28.0", default-features = false, features = ["windows"] }

[lints]
workspace = true

0 comments on commit 09427f6

Please sign in to comment.