Skip to content

Commit

Permalink
cargo vet: add audits for criterion upgrade, and its transitive depen…
Browse files Browse the repository at this point in the history
…dencies (#5946)
  • Loading branch information
Pat Hickey authored Mar 7, 2023
1 parent a2beacd commit d3fdb5f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ who = "Chris Fallin <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.7.6 -> 0.8.2"

[[audits.anes]]
who = "Pat Hickey <[email protected]>"
criteria = "safe-to-deploy"
version = "0.1.6"
notes = "Contains no unsafe code, no IO, no build.rs."

[[audits.anyhow]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
Expand Down Expand Up @@ -230,6 +236,21 @@ criteria = "safe-to-deploy"
version = "1.0.0"
notes = "I am the author of this crate."

[[audits.ciborium]]
who = "Pat Hickey <[email protected]>"
criteria = "safe-to-deploy"
version = "0.2.0"

[[audits.ciborium-io]]
who = "Pat Hickey <[email protected]>"
criteria = "safe-to-deploy"
version = "0.2.0"

[[audits.ciborium-ll]]
who = "Pat Hickey <[email protected]>"
criteria = "safe-to-deploy"
version = "0.2.0"

[[audits.codespan-reporting]]
who = "Jamey Sharp <[email protected]>"
criteria = "safe-to-deploy"
Expand All @@ -251,6 +272,15 @@ There were no major changes to code in this update, mostly just stylistic and
updating some version dependency requirements.
"""

[[audits.criterion]]
who = "Pat Hickey <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.3.6 -> 0.4.0"
notes = """
criterion v0.3.6..v0.4.0 is mostly re-arranging the crate features and bumping dependencies. all changes
to code seem to be confined to benchmarks.
"""

[[audits.criterion-plot]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-run"
Expand All @@ -260,6 +290,12 @@ No major changes in this update, it was almost entirely stylistic with what
appears to be a few clippy fixes here and there.
"""

[[audits.criterion-plot]]
who = "Pat Hickey <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.4.5 -> 0.5.0"
notes = "Just a version bump, only change to code is to remove an allow(deprecated)"

[[audits.crypto-common]]
who = "Benjamin Bouvier <[email protected]>"
criteria = "safe-to-deploy"
Expand Down

0 comments on commit d3fdb5f

Please sign in to comment.