Skip to content

Commit

Permalink
Merge pull request #207 from rust-cli/renovate/crossterm-0.x
Browse files Browse the repository at this point in the history
chore(deps): Update Rust crate crossterm to 0.28.0
  • Loading branch information
epage authored Aug 1, 2024
2 parents fbd4469 + 09427f6 commit 686885f
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 686885f

Please sign in to comment.