Update to cap-std 0.13.10 and system-interface 0.6.4.

This includes fixes for bytecodealliance/cap-std#169,
bytecodealliance/system-interface#15, and bytecodealliance/system-interface#16.
This commit is contained in:
Dan Gohman
2021-05-12 10:28:22 -07:00
parent d7053ea9c7
commit 05d57d8ded
3 changed files with 20 additions and 20 deletions

View File

@@ -15,13 +15,13 @@ include = ["src/**/*", "LICENSE" ]
wasi-common = { path = "../", version = "0.26.0" }
async-trait = "0.1"
anyhow = "1.0"
cap-std = "0.13.9"
cap-fs-ext = "0.13.9"
cap-time-ext = "0.13.9"
cap-rand = "0.13.9"
cap-std = "0.13.10"
cap-fs-ext = "0.13.10"
cap-time-ext = "0.13.10"
cap-rand = "0.13.10"
fs-set-times = "0.3.1"
unsafe-io = "0.6.5"
system-interface = { version = "0.6.3", features = ["cap_std_impls"] }
system-interface = { version = "0.6.4", features = ["cap_std_impls"] }
tracing = "0.1.19"
bitflags = "1.2"