Skip to content

Commit a25f1de

Browse files
Bump criterion from 0.7.0 to 0.8.0 (#3577)
Bumps [criterion](https://github.com/criterion-rs/criterion.rs) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@criterion-plot-v0.7.0...criterion-v0.8.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ebf847a commit a25f1de

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.

utils/libafl_benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ categories = [
2323
[dev-dependencies]
2424
libafl_bolts = { workspace = true, features = ["xxh3", "alloc"] } # libafl_bolts
2525

26-
criterion = "0.7.0" # Benchmarking
26+
criterion = "0.8.0" # Benchmarking
2727
ahash = { workspace = true, default-features = false } # The hash function already used in hashbrown
2828
rustc-hash = { version = "2.0.0", default-features = false } # yet another hash
2929
xxhash-rust = { version = "0.8.12", features = [

0 commit comments

Comments
 (0)