Skip to content

Commit 6b67899

Browse files
authored
Fix cargo vet on main (#9635)
Looks like we've been thwarted again where CI starts failing after a release due to `cargo vet` configuration. As with historical iterations of this style of change I continue to not know how to either fix this or prevent this.
1 parent bf80990 commit 6b67899

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

supply-chain/audits.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,14 @@ start = "2021-10-29"
525525
end = "2025-07-30"
526526
notes = "The Bytecode Alliance is the author of this crate."
527527

528+
[[wildcard-audits.wasmtime-wasi-config]]
529+
who = "Alex Crichton <[email protected]>"
530+
criteria = "safe-to-deploy"
531+
user-id = 73222 # wasmtime-publish
532+
start = "2021-10-29"
533+
end = "2025-07-30"
534+
notes = "The Bytecode Alliance is the author of this crate."
535+
528536
[[wildcard-audits.wasmtime-wasi-crypto]]
529537
who = "Bobby Holley <[email protected]>"
530538
criteria = "safe-to-deploy"

supply-chain/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,9 @@ audit-as-crates-io = false
151151
[policy.wasmtime-wasi]
152152
audit-as-crates-io = true
153153

154+
[policy.wasmtime-wasi-config]
155+
audit-as-crates-io = true
156+
154157
[policy.wasmtime-wasi-http]
155158
audit-as-crates-io = true
156159

supply-chain/imports.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ audited_as = "26.0.1"
137137
version = "28.0.0"
138138
audited_as = "26.0.1"
139139

140+
[[unpublished.wasmtime-wasi-config]]
141+
version = "28.0.0"
142+
audited_as = "27.0.0"
143+
140144
[[unpublished.wasmtime-wasi-http]]
141145
version = "28.0.0"
142146
audited_as = "26.0.1"
@@ -1063,6 +1067,12 @@ when = "2024-11-05"
10631067
user-id = 73222
10641068
user-login = "wasmtime-publish"
10651069

1070+
[[publisher.wasmtime-wasi-config]]
1071+
version = "27.0.0"
1072+
when = "2024-11-20"
1073+
user-id = 73222
1074+
user-login = "wasmtime-publish"
1075+
10661076
[[publisher.wasmtime-wasi-http]]
10671077
version = "26.0.1"
10681078
when = "2024-11-05"

0 commit comments

Comments
 (0)