Update version for fs-set-times to 3.1

This commit is contained in:
Johnnie Birch
2021-03-04 00:01:02 -08:00
committed by Dan Gohman
parent 81c67d9438
commit 2190fb68fd
2 changed files with 102 additions and 131 deletions

View File

@@ -14,13 +14,13 @@ include = ["src/**/*", "LICENSE" ]
[dependencies]
wasi-common = { path = "../", version = "0.23.0" }
anyhow = "1.0"
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.6.0", features = ["cap_std_impls"] }
cap-std = "0.13.7"
cap-fs-ext = "0.13.7"
cap-time-ext = "0.13.7"
cap-rand = "0.13.2"
fs-set-times = "0.3.1"
unsafe-io = "0.6.2"
system-interface = { version = "0.6.3", features = ["cap_std_impls"] }
tracing = "0.1.19"
bitflags = "1.2"