From dfffc6915026f1df904162bc82eb8bfd49e810f9 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 31 Mar 2021 15:39:37 -0500 Subject: [PATCH] Update wasm-smith again (#2794) More fuzz tweaks! --- Cargo.lock | 4 ++-- crates/fuzzing/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a09dd8fe6..245ace4e4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3117,9 +3117,9 @@ dependencies = [ [[package]] name = "wasm-smith" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a01b8616d526ea81915c7b5ac1fcaa7eab69ceaf15e19624cbd715665521ae76" +checksum = "300164e6fa637089d32c89e4039803f4e7b0cf5e192afc900cc2be4076ecbf16" dependencies = [ "arbitrary", "indexmap", diff --git a/crates/fuzzing/Cargo.toml b/crates/fuzzing/Cargo.toml index 1d270a965a..755c6da52b 100644 --- a/crates/fuzzing/Cargo.toml +++ b/crates/fuzzing/Cargo.toml @@ -18,7 +18,7 @@ wasmprinter = "0.2.25" wasmtime = { path = "../wasmtime" } wasmtime-wast = { path = "../wast" } wasm-encoder = "0.4.1" -wasm-smith = "0.4.2" +wasm-smith = "0.4.3" wasmi = "0.7.0" [dev-dependencies]