deps: Update libfuzzer-sys to 0.3.3 (#2072)

This update gives us access to the new Entropic fuzzing engine:
https://mboehme.github.io/paper/FSE20.Entropy.pdf
This commit is contained in:
Nick Fitzgerald
2020-07-28 06:55:10 -07:00
committed by GitHub
parent 2c1d370465
commit 71025e383d
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ cargo-fuzz = true
cranelift-codegen = { path = "../cranelift/codegen" }
cranelift-reader = { path = "../cranelift/reader" }
cranelift-wasm = { path = "../cranelift/wasm" }
libfuzzer-sys = "0.3.2"
libfuzzer-sys = "0.3.3"
target-lexicon = "0.10"
peepmatic-fuzzing = { path = "../cranelift/peepmatic/crates/fuzzing", optional = true }
wasmtime = { path = "../crates/wasmtime" }