Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to cargo-vet 0.10.0 #2311

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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