Skip to content

Commit

Permalink
Merge pull request #154 from rust-cli/renovate/owo-colors-4.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate owo-colors to v4
  • Loading branch information
epage authored Jan 2, 2024
2 parents ed27bfe + ef34b55 commit 7f3e886
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 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 crates/anstream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ anstyle-wincon = { version = "3.0.1", path = "../anstyle-wincon", optional = tru
[dev-dependencies]
criterion = "0.5.1"
lexopt = "0.3.0"
owo-colors = "3.5.0"
owo-colors = "4.0.0"
proptest = "1.4.0"
strip-ansi-escapes = "0.2.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/anstyle-owo-colors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ pre-release-replacements = [

[dependencies]
anstyle = { version = "1.0.0", path = "../anstyle" }
owo-colors = "3.5.0"
owo-colors = "4.0.0"
2 changes: 1 addition & 1 deletion crates/colorchoice-clap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ clap = { version = "4.3.5", default-features = false, features = ["std", "derive
[dev-dependencies]
anstream = { path = "../anstream" }
clap = "4.4.12"
owo-colors = "3.5.0"
owo-colors = "4.0.0"

0 comments on commit 7f3e886

Please sign in to comment.