Update wasi-crypto crate
This pulls more recent versions of its dependencies.
This commit is contained in:
@@ -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" }
|
||||
|
||||
|
||||
@@ -17,8 +17,8 @@ WASI, this crate is currently separate from the [wasi-common] crate.
|
||||
[wasi-crypto]: https://github.com/WebAssembly/wasi-crypto
|
||||
[wasi-common]: ../../wasi-common
|
||||
[documentation]: ../spec/docs/wasi-crypto.md
|
||||
[interfaces reference]: ../spec/witx/wasi_ephemeral_crypto.md
|
||||
[interfaces reference (compact)]: ../spec/witx/wasi_ephemeral_crypto.txt
|
||||
[interfaces reference]: ../spec/witx/codegen/wasi_ephemeral_crypto.md
|
||||
[interfaces reference (compact)]: ../spec/witx/codegen/wasi_ephemeral_crypto.txt
|
||||
|
||||
## Wasmtime integration
|
||||
|
||||
|
||||
Submodule crates/wasi-crypto/spec updated: 1f3078088b...67d9821f27
Reference in New Issue
Block a user