alexcrichton commented on issue #7378:
Thanks! For
cargo vet
I've send a PR with the audit for this at https://github.com/bytecodealliance/wasmtime/pull/7380 and once that's landed you can rebase this on that and we can merge
nagisa commented on issue #7378:
Hmph,
cargo vet
is still failing in the CI, even though locally it works perfectly fine now :confused:
alexcrichton commented on issue #7378:
Apologies that's my bad, I opened https://github.com/bytecodealliance/wasmtime/pull/7391 to re-add the vet after I accidentally deleted it.
Note that
cargo vet
locally is probably automatically re-adding the entry, I think you'll needcargo vet --locked
to reproduce the failure on CI
Last updated: Nov 22 2024 at 16:03 UTC