Browse Source

Update wasm-smith (#3267)

Brings in a fix for a fuzz-bug found on oss-fuzz.
pull/3265/head
Alex Crichton 3 years ago
committed by GitHub
parent
commit
a978c7e384
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock

4
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",

Loading…
Cancel
Save