Skip to content

Commit

Permalink
Fix version bumps with cargo-vet (#9367)
Browse files Browse the repository at this point in the history
Fixup some cargo-vet configuration. Still unsure what's going on, but
this should fix things for now.
  • Loading branch information
alexcrichton authored Oct 3, 2024
1 parent 6fc3d27 commit 172d4e1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
16 changes: 16 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,14 @@ start = "2023-05-22"
end = "2025-07-30"
notes = "The Bytecode Alliance is the author of this crate."

[[wildcard-audits.wasmtime-wasi-keyvalue]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
user-id = 73222 # wasmtime-publish
start = "2021-10-29"
end = "2025-07-30"
notes = "The Bytecode Alliance is the author of this crate."

[[wildcard-audits.wasmtime-wasi-nn]]
who = "Bobby Holley <bobbyholley@gmail.com>"
criteria = "safe-to-deploy"
Expand All @@ -541,6 +549,14 @@ start = "2021-10-29"
end = "2025-07-30"
notes = "The Bytecode Alliance is the author of this crate."

[[wildcard-audits.wasmtime-wasi-runtime-config]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
user-id = 73222 # wasmtime-publish
start = "2021-10-29"
end = "2025-07-30"
notes = "The Bytecode Alliance is the author of this crate."

[[wildcard-audits.wasmtime-wasi-threads]]
who = "Bobby Holley <bobbyholley@gmail.com>"
criteria = "safe-to-deploy"
Expand Down
6 changes: 6 additions & 0 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,15 @@ audit-as-crates-io = true
[policy.wasmtime-wasi-http]
audit-as-crates-io = true

[policy.wasmtime-wasi-keyvalue]
audit-as-crates-io = true

[policy.wasmtime-wasi-nn]
audit-as-crates-io = true

[policy.wasmtime-wasi-runtime-config]
audit-as-crates-io = true

[policy.wasmtime-wasi-threads]
audit-as-crates-io = true

Expand Down
12 changes: 12 additions & 0 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1026,12 +1026,24 @@ when = "2024-07-22"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmtime-wasi-keyvalue]]
version = "24.0.0"
when = "2024-08-20"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmtime-wasi-nn]]
version = "23.0.1"
when = "2024-07-22"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmtime-wasi-runtime-config]]
version = "24.0.0"
when = "2024-08-20"
user-id = 73222
user-login = "wasmtime-publish"

[[publisher.wasmtime-wasi-threads]]
version = "23.0.1"
when = "2024-07-22"
Expand Down

0 comments on commit 172d4e1

Please sign in to comment.