Update binaryen fuzzing dependency (#913)

Fixes an infinite loop in fuzz test case generation, pulling in
WebAssembly/binaryen#2637
This commit is contained in:
Alex Crichton
2020-02-06 12:58:16 -06:00
committed by GitHub
parent 348c597a8e
commit 4ff8257b17
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ version = "0.9.0"
[dependencies]
anyhow = "1.0.22"
arbitrary = { version = "0.3.2", features = ["derive"] }
binaryen = "0.8.2"
binaryen = "0.10.0"
env_logger = { version = "0.7.1", optional = true }
log = "0.4.8"
wasmparser = "0.51.0"