Skip to content

Commit 162e6b3

Browse files
Update Rust crate criterion to v0.8.0 (#12419)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 15627c7 commit 162e6b3

File tree

2 files changed

+26
-5
lines changed

2 files changed

+26
-5
lines changed

Cargo.lock

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

crates/crates_io_cdn_logs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tracing = "=0.1.43"
2222
[dev-dependencies]
2323
claims = "=0.8.0"
2424
clap = { version = "=4.5.53", features = ["derive"] }
25-
criterion = { version = "=0.7.0", features = ["async_tokio"] }
25+
criterion = { version = "=0.8.0", features = ["async_tokio"] }
2626
insta = "=1.44.3"
2727
tokio = { version = "=1.48.0", features = ["fs", "macros", "rt", "rt-multi-thread"] }
2828
tracing-subscriber = { version = "=0.3.22", features = ["env-filter"] }

0 commit comments

Comments
 (0)