Skip to content
Draft
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
name: Vet Dependencies
runs-on: ubuntu-latest
env:
CARGO_VET_VERSION: 0.9.1
CARGO_VET_VERSION: 0.10.1
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down
9 changes: 6 additions & 3 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@

# cargo-vet audits file

[audits]
[[audits.num_enum_derive]]
who = "Gwen Lg <me@gwenlg.fr>"
criteria = "safe-to-deploy"
delta = "0.7.2 -> 0.7.3"

[[trusted.byteorder]]
criteria = "safe-to-deploy"
Expand All @@ -11,7 +14,7 @@ end = "2024-06-08"

[[trusted.bytes]]
criteria = "safe-to-deploy"
user-id = 6741 # Alice Ryhl (Darksonn)
user-id = 6741
start = "2021-01-11"
end = "2024-06-08"

Expand Down Expand Up @@ -209,7 +212,7 @@ end = "2024-06-14"

[[trusted.smallvec]]
criteria = "safe-to-deploy"
user-id = 2017 # Matt Brubeck (mbrubeck)
user-id = 2017
start = "2019-10-28"
end = "2024-06-08"

Expand Down
15 changes: 7 additions & 8 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@
# cargo-vet config file

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

[imports.embark]
[imports.actix]
url = "https://raw.githubusercontent.com/actix/supply-chain/main/audits.toml"

[imports.embark-studios]
url = "https://raw.githubusercontent.com/EmbarkStudios/rust-ecosystem/main/audits.toml"

[imports.fermyon]
Expand Down Expand Up @@ -51,10 +54,6 @@ audit-as-crates-io = false
criteria = []
notes = "Not used, Redox OS-only"

[policy.redox_users]
criteria = []
notes = "Not used, Redox OS-only"

[policy.wasi]
criteria = []
notes = "Not used, unsupported target"
Expand Down Expand Up @@ -136,11 +135,11 @@ version = "0.15.1"
criteria = "safe-to-deploy"

[[exemptions.calloop]]
version = "0.12.3"
version = "0.13.0"
criteria = "safe-to-deploy"

[[exemptions.calloop-wayland-source]]
version = "0.2.0"
version = "0.3.0"
criteria = "safe-to-deploy"

[[exemptions.cesu8]]
Expand Down
Loading
Loading