Skip to content

Commit

Permalink
Update Rust crate owo-colors to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jun 13, 2024
1 parent 07c17f9 commit 1d36518
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 9 deletions.
28 changes: 22 additions & 6 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 tools/cargo-hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ env_logger = "0.11.3"
guppy = { version = "0.17.5", path = "../../guppy" }
hakari = { version = "0.17.2", path = "../hakari", features = ["cli-support"] }
log = "0.4.21"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
supports-color = "1.3.1"
guppy-workspace-hack.workspace = true

Expand Down
2 changes: 1 addition & 1 deletion tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ guppy = { version = "0.17.5", path = "../../guppy", features = ["rayon1"] }
include_dir = { version = "0.7.3", features = ["glob"], optional = true }
indenter = "0.3.3"
itertools = "0.12.1"
owo-colors = { version = "3.5.0", optional = true }
owo-colors = { version = "4.0.0", optional = true }
pathdiff = { version = "0.2.1", features = ["camino"] }
proptest = { version = "1.4.0", optional = true }
proptest-derive = { version = "0.4.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ getrandom = { version = "0.2.12", default-features = false, features = ["std"] }
indexmap = { version = "1.9.3", default-features = false, features = ["std"] }
log = { version = "0.4.21", default-features = false, features = ["std"] }
num-traits = { version = "0.2.17", features = ["libm"] }
owo-colors = { version = "3.5.0", default-features = false, features = ["supports-colors"] }
owo-colors = { version = "4.0.0", default-features = false, features = ["supports-colors"] }
petgraph = { version = "0.6.5", default-features = false, features = ["graphmap"] }
regex = { version = "1.10.3", default-features = false, features = ["perf", "std"] }
regex-automata = { version = "0.4.5", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa", "perf"] }
Expand Down

0 comments on commit 1d36518

Please sign in to comment.