diff --git a/Cargo.lock b/Cargo.lock index c7b29fa16e..3a8362362e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2287,9 +2287,9 @@ dependencies = [ [[package]] name = "wasm-smith" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e09385df967070eaaf1c959f0c506a6df4a4a05ccab79d23651dcfd31e642df" +checksum = "282c6162f6e30c663bf473bba323950eb494d7de1899e259024ffeb127cf5733" dependencies = [ "arbitrary", "leb128", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 1bfc2e9f6d..56d0123106 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -17,7 +17,7 @@ target-lexicon = "0.10" peepmatic-fuzzing = { path = "../cranelift/peepmatic/crates/fuzzing", optional = true } wasmtime = { path = "../crates/wasmtime" } wasmtime-fuzzing = { path = "../crates/fuzzing" } -wasm-smith = "0.1.2" +wasm-smith = "0.1.3" [[bin]] name = "compile"