From 90aa5cf49fcf48c92a3fb39bdd28489fd62ecb99 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 1 Apr 2021 15:05:38 -0500 Subject: [PATCH] Daily update of wasm-smith (#2798) Because apparently it's daily now! --- Cargo.lock | 4 ++-- crates/fuzzing/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 245ace4e4d..33240d0d00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3117,9 +3117,9 @@ dependencies = [ [[package]] name = "wasm-smith" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "300164e6fa637089d32c89e4039803f4e7b0cf5e192afc900cc2be4076ecbf16" +checksum = "a982408719f704307ac7f45247350f06ce739d759362ef8293ed7b4d922adee8" dependencies = [ "arbitrary", "indexmap", diff --git a/crates/fuzzing/Cargo.toml b/crates/fuzzing/Cargo.toml index 755c6da52b..30e208d9e8 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.3" +wasm-smith = "0.4.4" wasmi = "0.7.0" [dev-dependencies]