Skip to content

Commit 2951394

Browse files
authored
Update criterion to 0.6.0 (#11202)
No urgent need for this, just keeping up-to-date with major version tracks.
1 parent c7a4690 commit 2951394

File tree

4 files changed

+25
-8
lines changed

4 files changed

+25
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ test-log = { version = "0.2", default-features = false, features = ["trace"] }
397397
tracing-subscriber = { version = "0.3.1", default-features = false, features = ['fmt', 'env-filter', 'ansi', 'tracing-log'] }
398398
url = "2.3.1"
399399
postcard = { version = "1.0.8", default-features = false, features = ['alloc'] }
400-
criterion = { version = "0.5.0", default-features = false, features = ["html_reports", "rayon"] }
400+
criterion = { version = "0.6.0", default-features = false, features = ["html_reports", "rayon"] }
401401
rustc-hash = "2.0.0"
402402
libtest-mimic = "0.8.1"
403403
semver = { version = "1.0.17", default-features = false }

crates/fuzzing/src/generators/memory.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
//! Generate various kinds of Wasm memory.
22
3-
use anyhow::Result;
43
use arbitrary::{Arbitrary, Unstructured};
54

65
/// A description of a memory config, image, etc... that can be used to test

supply-chain/imports.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2034,6 +2034,12 @@ who = "Brandon Pitman <[email protected]>"
20342034
criteria = "safe-to-run"
20352035
delta = "0.4.0 -> 0.5.1"
20362036

2037+
[[audits.isrg.audits.criterion]]
2038+
who = "Tim Geoghegan <[email protected]>"
2039+
criteria = "safe-to-run"
2040+
delta = "0.5.1 -> 0.6.0"
2041+
notes = "No new unsafe code and nothing suspicious in build scripts."
2042+
20372043
[[audits.isrg.audits.crunchy]]
20382044
who = "David Cook <[email protected]>"
20392045
criteria = "safe-to-deploy"
@@ -2080,6 +2086,12 @@ who = "David Cook <[email protected]>"
20802086
criteria = "safe-to-deploy"
20812087
version = "0.12.1"
20822088

2089+
[[audits.isrg.audits.itertools]]
2090+
who = "Tim Geoghegan <[email protected]>"
2091+
criteria = "safe-to-run"
2092+
delta = "0.14.0 -> 0.13.0"
2093+
notes = "This *downgrade* only removes `unsafe` code."
2094+
20832095
[[audits.isrg.audits.num-integer]]
20842096
who = "David Cook <[email protected]>"
20852097
criteria = "safe-to-deploy"

0 commit comments

Comments
 (0)