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 Dec 22, 2024
1 parent af3505d commit d1a1739
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
23 changes: 17 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.6"
guppy = { version = "0.17.10", path = "../../guppy" }
hakari = { version = "0.17.5", path = "../hakari", features = ["cli-support"] }
log = "0.4.22"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
owo-colors = { version = "4.1.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.10", path = "../../guppy", features = ["rayon1"] }
include_dir = { version = "0.7.4", features = ["glob"], optional = true }
indenter = "0.3.3"
itertools = "0.13.0"
owo-colors = { version = "3.5.0", optional = true }
owo-colors = { version = "4.1.0", optional = true }
pathdiff = { version = "0.2.3", features = ["camino"] }
proptest = { version = "1.5.0", optional = true }
proptest-derive = { version = "0.5.1", 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 @@ -28,7 +28,7 @@ indexmap = { version = "1.9.3", default-features = false, features = ["std"] }
log = { version = "0.4.22", default-features = false, features = ["std"] }
miette = { version = "7.2.0", features = ["fancy"] }
num-traits = { version = "0.2.17", features = ["libm"] }
owo-colors = { version = "3.5.0", default-features = false, features = ["supports-colors"] }
owo-colors = { version = "4.1.0", default-features = false, features = ["supports-colors"] }
petgraph = { version = "0.6.5", default-features = false, features = ["graphmap"] }
regex = { version = "1.10.5", default-features = false, features = ["perf", "std"] }
regex-automata = { version = "0.4.5", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
Expand Down

0 comments on commit d1a1739

Please sign in to comment.