Skip to content

Commit

Permalink
Merge pull request #7343 from freedomofpress/cargo-vet-0.10
Browse files Browse the repository at this point in the history
Upgrade to cargo-vet 0.10.0
  • Loading branch information
cfm authored Nov 20, 2024
2 parents 815480f + 40b4cf2 commit 942d2f4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-vet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Keep version in sync with rust-toolchain.toml
container: rust:1.81.0
env:
CARGO_VET_VERSION: 0.9.0
CARGO_VET_VERSION: 0.10.0
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down
18 changes: 9 additions & 9 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -485,24 +485,17 @@ start = "2020-02-16"
end = "2024-04-10"
notes = "Rust Project member"

[[trusted.sequoia-openpgp]]
criteria = "safe-to-deploy"
user-id = 33886 # Neal H. Walfield (nwalfield)
start = "2022-11-18"
end = "2024-04-10"
notes = "Sequoia developer"

[[trusted.sequoia-openpgp]]
criteria = "safe-to-deploy"
user-id = 33711 # Justus Winter (teythoon)
start = "2019-03-14"
end = "2024-12-12"
notes = "Sequoia developer"

[[trusted.sha1collisiondetection]]
[[trusted.sequoia-openpgp]]
criteria = "safe-to-deploy"
user-id = 33886 # Neal H. Walfield (nwalfield)
start = "2022-08-28"
start = "2022-11-18"
end = "2024-04-10"
notes = "Sequoia developer"

Expand All @@ -520,6 +513,13 @@ start = "2020-11-11"
end = "2024-04-27"
notes = "Sequoia developer"

[[trusted.sha1collisiondetection]]
criteria = "safe-to-deploy"
user-id = 33886 # Neal H. Walfield (nwalfield)
start = "2022-08-28"
end = "2024-04-10"
notes = "Sequoia developer"

[[trusted.syn]]
criteria = "safe-to-deploy"
user-id = 3618 # David Tolnay (dtolnay)
Expand Down
2 changes: 1 addition & 1 deletion supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
default-criteria = "safe-to-run"

[cargo-vet]
version = "0.9"
version = "0.10"

[imports.bytecode-alliance]
url = "https://raw.githubusercontent.com/bytecodealliance/wasmtime/main/supply-chain/audits.toml"
Expand Down

0 comments on commit 942d2f4

Please sign in to comment.