Update to cap-std 1.0, io-lifetimes 1.0. (#5330)

The main change here is that io-lifetimes 1.0 switches to use the I/O safety
feature in the standard library rather than providing its own copy.

This also updates to windows-sys 0.42.0 and rustix 0.36.
This commit is contained in:
Dan Gohman
2022-11-28 15:31:18 -08:00
committed by GitHub
parent 58a5089e48
commit d6d3c49972
8 changed files with 215 additions and 110 deletions

View File

@@ -24,14 +24,14 @@ wiggle = { workspace = true }
wasmtime = { workspace = true }
tracing = "0.1.19"
cap-std = { workspace = true }
cap-rand = "0.26.0"
cap-rand = "1.0.0"
bitflags = "1.2"
[target.'cfg(unix)'.dependencies]
rustix = { workspace = true, features = ["fs"] }
[target.'cfg(windows)'.dependencies]
io-extras = "0.15.0"
io-extras = "0.17.0"
[target.'cfg(windows)'.dependencies.windows-sys]
workspace = true