Update criterion to v0.8.1

The new transitive dependency on cc is intentionally set to v1.2.5 in the lockfile because that's the newest version that already has an audit.
This commit is contained in:
Oliver Hamlet
2026-01-01 02:26:02 +00:00
parent dcbee2ed9b
commit 176c4184ba
4 changed files with 152 additions and 9 deletions
+12 -4
View File
@@ -34,10 +34,6 @@ criteria = "safe-to-deploy"
version = "0.7.0"
criteria = "safe-to-run"
[[exemptions.criterion-plot]]
version = "0.6.0"
criteria = "safe-to-run"
[[exemptions.errno]]
version = "0.3.14"
criteria = "safe-to-run"
@@ -137,3 +133,15 @@ version = "0.3.77"
criteria = "safe-to-run"
suggest = false
notes = "At time of review this was only built if targeting WASM, which is not an intended target."
[[exemptions.winapi-i686-pc-windows-gnu]]
version = "0.4.0"
criteria = "safe-to-run"
suggest = false
notes = "It's a collection of static library binaries and a build script that configures Cargo to use them, so it's not really reviewable."
[[exemptions.winapi-x86_64-pc-windows-gnu]]
version = "0.4.0"
criteria = "safe-to-run"
suggest = false
notes = "It's a collection of static library binaries and a build script that configures Cargo to use them, so it's not really reviewable."