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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
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", |
|
|
|