Update wasi-crypto crate

This pulls more recent versions of its dependencies.
This commit is contained in:
Frank Denis
2021-10-10 21:34:43 +02:00
parent f3d06d61d2
commit 0ee1689e2f
4 changed files with 162 additions and 220 deletions

View File

@@ -13,7 +13,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
wasi-crypto = { path = "spec/implementations/hostcalls/rust", version = "0.1.4" }
wasi-crypto = { path = "spec/implementations/hostcalls/rust", version = "0.1.5" }
wasmtime = { path = "../wasmtime", version = "0.30.0", default-features = false }
wiggle = { path = "../wiggle", version = "0.30.0" }