sunfishcode opened PR #9307 from sunfishcode:sunfishcode/update-cap-std
to bytecodealliance:main
:
cap-std 3.3.0 contains bytecodealliance/cap-std#366, which fixes #9272, which is about the handling of
..
in symlink destinations.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
sunfishcode requested elliottt for a review on PR #9307.
sunfishcode requested wasmtime-default-reviewers for a review on PR #9307.
elliottt submitted PR review.
sunfishcode commented on PR #9307:
This PR doesn't involve pulley-interpreter at all, however cargo-vet in CI appears to be failing with:
~~~
sunfishcode edited a comment on PR #9307:
This PR doesn't involve pulley-interpreter at all, however cargo-vet in CI appears to be failing with:
Vetting Failed! 1 unvetted dependencies: pulley-interpreter:0.2.1 missing ["safe-to-deploy"] recommended audits for safe-to-deploy: Command Publisher Used By Audit Size cargo vet diff pulley-interpreter 0.1.0 0.1.1 wasmtime-publish wasmtime, wasmtime-cli, and 3 others 2 files changed, 3 insertions(+), 3 deletions(-) NOTE: this project trusts wasmtime-publish - consider cargo vet trust pulley-interpreter wasmtime-publish
alexcrichton updated PR #9307.
alexcrichton commented on PR #9307:
There's something I think none of us understand about cargo-vet and how it relates to (a) adding new crates in the workspace and (b) causing vets to fail after the crate was actually published. The weird part is we've even landed PRs today after the publication of Wasmtime 25, so I'm not sure why this PR ended up being the victim...
alexcrichton has enabled auto merge for PR #9307.
alexcrichton merged PR #9307.
Last updated: Nov 22 2024 at 17:03 UTC