cap-std 0.13

This commit is contained in:
Pat Hickey
2021-02-03 15:46:03 -08:00
parent 31145060b2
commit bc1992b9a8
6 changed files with 70 additions and 27 deletions

View File

@@ -20,7 +20,7 @@ shuffling-allocator = { version = "1.1.1", optional = true }
wasmtime = { path = "../wasmtime", default-features = false }
wasmtime-wasi = { path = "../wasi" }
wasi-cap-std-sync = { path = "../wasi-common/cap-std-sync" }
cap-std = "0.12"
cap-std = "0.13"
[dev-dependencies]
wat = "1.0"

View File

@@ -21,7 +21,7 @@ tempfile = "3.1.0"
os_pipe = "0.9"
anyhow = "1.0.19"
wat = "1.0.23"
cap-std = "0.12"
cap-std = "0.13"
system-interface = "0.5.4"
[features]

View File

@@ -23,8 +23,8 @@ anyhow = "1.0"
thiserror = "1.0"
wiggle = { path = "../wiggle", default-features = false, version = "0.22.0" }
tracing = "0.1.19"
cap-std = "0.12"
cap-rand = "0.12"
cap-std = "0.13"
cap-rand = "0.13"
bitflags = "1.2"
[target.'cfg(unix)'.dependencies]

View File

@@ -15,10 +15,10 @@ publish = false
[dependencies]
wasi-common = { path = "../", version = "0.22.0" }
anyhow = "1.0"
cap-std = "0.12"
cap-fs-ext = "0.12"
cap-time-ext = "0.12"
cap-rand = "0.12"
cap-std = "0.13"
cap-fs-ext = "0.13"
cap-time-ext = "0.13"
cap-rand = "0.13"
fs-set-times = "0.2.2"
unsafe-io = "0.3"
system-interface = { version = "0.5.6", features = ["cap_std_impls"] }