|
|
@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE" ] |
|
|
|
wasi-common = { path = "../", version = "0.28.0" } |
|
|
|
wasi-cap-std-sync = { path = "../cap-std-sync", version = "0.28.0" } |
|
|
|
wiggle = { path = "../../wiggle", version = "0.28.0" } |
|
|
|
tokio = { version = "1.5.0", features = [ "rt", "fs", "time", "io-util", "net", "io-std", "rt-multi-thread"] } |
|
|
|
tokio = { version = "1.8.0", features = [ "rt", "fs", "time", "io-util", "net", "io-std", "rt-multi-thread"] } |
|
|
|
cap-std = "0.13.7" |
|
|
|
cap-fs-ext = "0.13.7" |
|
|
|
cap-time-ext = "0.13.7" |
|
|
@ -36,6 +36,6 @@ lazy_static = "1.4" |
|
|
|
|
|
|
|
[dev-dependencies] |
|
|
|
tempfile = "3.1.0" |
|
|
|
tokio = { version = "1.5.0", features = [ "macros" ] } |
|
|
|
tokio = { version = "1.8.0", features = [ "macros" ] } |
|
|
|
anyhow = "1" |
|
|
|
cap-tempfile = "0.13.7" |
|
|
|