Skip to content

Commit

Permalink
Merge pull request #2311 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 09f1007 + 208df6e commit e5402cd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-vet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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
12 changes: 6 additions & 6 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,16 @@ notes = "Rust Project member"

[[trusted.flate2]]
criteria = "safe-to-deploy"
user-id = 4333
start = "2020-09-30"
end = "2024-08-12"
user-id = 980 # Sebastian Thiel (Byron)
start = "2023-08-15"
end = "2024-08-29"
notes = "Rust Project member"

[[trusted.flate2]]
criteria = "safe-to-deploy"
user-id = 980 # Sebastian Thiel (Byron)
start = "2023-08-15"
end = "2024-08-29"
user-id = 4333
start = "2020-09-30"
end = "2024-08-12"
notes = "Rust Project member"

[[trusted.futures-channel]]
Expand Down
2 changes: 1 addition & 1 deletion supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# cargo-vet config file

[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
2 changes: 1 addition & 1 deletion supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ who = "Henri Sivonen <[email protected]>"
criteria = "safe-to-deploy"
user-id = 4484 # Henri Sivonen (hsivonen)
start = "2019-02-26"
end = "2024-08-28"
end = "2025-10-23"
notes = "I, Henri Sivonen, wrote encoding_rs for Gecko and have reviewed contributions by others. There are two caveats to the certification: 1) The crate does things that are documented to be UB but that do not appear to actually be UB due to integer types differing from the general rule; https://github.com/hsivonen/encoding_rs/issues/79 . 2) It would be prudent to re-review the code that reinterprets buffers of integers as SIMD vectors; see https://github.com/hsivonen/encoding_rs/issues/87 ."
aggregated-from = "https://hg.mozilla.org/mozilla-central/raw-file/tip/supply-chain/audits.toml"

Expand Down

0 comments on commit e5402cd

Please sign in to comment.