Update wasm-smith dependency

Brings in a fuzzing bug fix!
This commit is contained in:
Alex Crichton
2021-03-30 07:13:10 -07:00
parent cc0ec75a29
commit e0440eebb7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -3117,9 +3117,9 @@ dependencies = [
[[package]] [[package]]
name = "wasm-smith" name = "wasm-smith"
version = "0.4.1" version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "249f721ef7742a349bbb6c55a5c9f8aff0d848aaf8cd0008755a31fff8328c04" checksum = "a01b8616d526ea81915c7b5ac1fcaa7eab69ceaf15e19624cbd715665521ae76"
dependencies = [ dependencies = [
"arbitrary", "arbitrary",
"indexmap", "indexmap",

View File

@@ -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.1" wasm-smith = "0.4.2"
wasmi = "0.7.0" wasmi = "0.7.0"
[dev-dependencies] [dev-dependencies]