From a978c7e384ab119f3f3a3d16ade040cd30d85eb7 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 30 Aug 2021 11:48:50 -0500 Subject: [PATCH] Update wasm-smith (#3267) Brings in a fix for a fuzz-bug found on oss-fuzz. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44cbe0a771..daf29de155 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3484,9 +3484,9 @@ dependencies = [ [[package]] name = "wasm-smith" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10a213853964654be33c794b4c01dafdf74b1400dfa4d28b4ccad3a4cd94376" +checksum = "ab0a268c3562548522a7f98e057715fa37d1a39349354220886de6796b8a8ad4" dependencies = [ "arbitrary", "indexmap",