Files
wasmtime/supply-chain
Dan Gohman 1a077dfd6b Fix poll_oneoff's handling of non-regular files. (#6258)
`poll_oneoff` uses `system_interface::ReadReady` to compute how many
bytes are ready to be read, which is part of the Preview1 `poll_oneoff`
API. This updates to system-interface 0.25.7 which has a fix to handle
special files such as /dev/urandom and /dev/null properly.

Fixes #6239.
2023-04-21 00:34:29 +00:00
..
2022-07-25 20:21:14 +00:00

This directory contains the state for cargo-vet, a tool to help projects ensure
that third-party Rust dependencies have been audited by a trusted entity.

More about the tool can be found here: https://mozilla.github.io/cargo-vet/

The audits.toml file may be imported by other projects, and therefore should be
handled with care. Ask for help if you're not sure.