We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3ef2a commit a8a19eeCopy full SHA for a8a19ee
utils/libafl_benches/Cargo.toml
@@ -23,7 +23,7 @@ categories = [
23
[dev-dependencies]
24
libafl_bolts = { workspace = true, features = ["xxh3", "alloc"] } # libafl_bolts
25
26
-criterion = "0.6.0" # Benchmarking
+criterion = "0.7.0" # Benchmarking
27
ahash = { workspace = true, default-features = false } # The hash function already used in hashbrown
28
rustc-hash = { version = "2.0.0", default-features = false } # yet another hash
29
xxhash-rust = { version = "0.8.12", features = [
0 commit comments