4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3117,9 +3117,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "wasm-smith"
|
name = "wasm-smith"
|
||||||
version = "0.4.2"
|
version = "0.4.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a01b8616d526ea81915c7b5ac1fcaa7eab69ceaf15e19624cbd715665521ae76"
|
checksum = "300164e6fa637089d32c89e4039803f4e7b0cf5e192afc900cc2be4076ecbf16"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arbitrary",
|
"arbitrary",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ wasmprinter = "0.2.25"
|
|||||||
wasmtime = { path = "../wasmtime" }
|
wasmtime = { path = "../wasmtime" }
|
||||||
wasmtime-wast = { path = "../wast" }
|
wasmtime-wast = { path = "../wast" }
|
||||||
wasm-encoder = "0.4.1"
|
wasm-encoder = "0.4.1"
|
||||||
wasm-smith = "0.4.2"
|
wasm-smith = "0.4.3"
|
||||||
wasmi = "0.7.0"
|
wasmi = "0.7.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user