Skip to content

Commit b30ce7d

Browse files
rukaiGuillaumeLagrange
authored andcommitted
chore!: update colored dep
1 parent d854488 commit b30ce7d

3 files changed

Lines changed: 5 additions & 12 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/codspeed/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = ["codspeed", "benchmark"]
1919

2020
[dependencies]
2121
anyhow = { workspace = true }
22-
colored = "2.0.0"
22+
colored = "3.0.0"
2323
glob = "0.3.2"
2424
libc = "^0.2"
2525
nix = { version = "0.31.1", features = ["time"] }

crates/criterion_compat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = ["codspeed", "benchmark", "criterion"]
1919
[dependencies]
2020
criterion = { package = "codspeed-criterion-compat-walltime", path = "./criterion_fork", version = "=4.7.0", default-features = false }
2121
codspeed = { path = "../codspeed", version = "=4.7.0" }
22-
colored = "2.1.0"
22+
colored = "3.0.0"
2323
clap = { version = "4", default-features = false, features = ["std"] }
2424
regex = { version = "1.5", default-features = false, features = ["std"] }
2525

0 commit comments

Comments
 (0)