mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user