pchickey opened PR #5710 from pch/update_cap_std_openoptions
to main
:
I updated the whole
cap-std
family to their latest releases, so that I can (in an upcoming PR) add wasi-common support for opening with sync family of fdflags by way of https://github.com/bytecodealliance/cap-std/pull/292.This cargo update ends us up with a dep on two versions of
windows-sys
. Everything in thecap-std
family is on 0.45, exceptfd-lock
using 0.42 to bump its dependency onwindows-sys
in order to resolve. I think that is acceptable for now, and I asked @sunfishcode to update fd-lock when he gets some time, but its not urgent.I did the cargo vet diff audit this time, and it was pretty straightforward.
pchickey requested sunfishcode for a review on PR #5710.
pchickey updated PR #5710 from pch/update_cap_std_openoptions
to main
.
cfallin submitted PR review.
sunfishcode submitted PR review.
sunfishcode created PR review comment:
It's my understanding that cargo-vet audits are meant to be "append only", so we should add a new entry for
safe-to-deploy
rather than modifying the existing entry.
sunfishcode submitted PR review.
pchickey updated PR #5710 from pch/update_cap_std_openoptions
to main
.
pchickey submitted PR review.
pchickey created PR review comment:
Ok, I fixed this by making another entry.
pchickey edited PR #5710 from pch/update_cap_std_openoptions
to main
:
I updated the whole
cap-std
family to their latest releases, so that I can (in an upcoming PR) add wasi-common support for opening with sync family of fdflags by way of https://github.com/bytecodealliance/cap-std/pull/292.I did the cargo vet diff audit this time, and it was pretty straightforward.
pchickey merged PR #5710.
Last updated: Nov 22 2024 at 16:03 UTC