Bump wasm-smith dependency

Brings in a fix for limiting the length of import strings generated.
This commit is contained in:
Alex Crichton
2020-08-29 10:51:51 -07:00
parent f1a5e55b98
commit e12499c9ae
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2287,9 +2287,9 @@ dependencies = [
[[package]] [[package]]
name = "wasm-smith" name = "wasm-smith"
version = "0.1.2" version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e09385df967070eaaf1c959f0c506a6df4a4a05ccab79d23651dcfd31e642df" checksum = "282c6162f6e30c663bf473bba323950eb494d7de1899e259024ffeb127cf5733"
dependencies = [ dependencies = [
"arbitrary", "arbitrary",
"leb128", "leb128",

View File

@@ -17,7 +17,7 @@ target-lexicon = "0.10"
peepmatic-fuzzing = { path = "../cranelift/peepmatic/crates/fuzzing", optional = true } peepmatic-fuzzing = { path = "../cranelift/peepmatic/crates/fuzzing", optional = true }
wasmtime = { path = "../crates/wasmtime" } wasmtime = { path = "../crates/wasmtime" }
wasmtime-fuzzing = { path = "../crates/fuzzing" } wasmtime-fuzzing = { path = "../crates/fuzzing" }
wasm-smith = "0.1.2" wasm-smith = "0.1.3"
[[bin]] [[bin]]
name = "compile" name = "compile"