Skip to content

Commit a8a19ee

Browse files
Update criterion requirement from 0.6.0 to 0.7.0 (#3361)
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.6.0...0.7.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd3ef2a commit a8a19ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.6.0" # Benchmarking
26+
criterion = "0.7.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)