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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1104,9 +1104,9 @@ checksum = "a9f8082297d534141b30c8d39e9b1773713ab50fdbe4ff30f750d063b3bfd701"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libfuzzer-sys"
|
name = "libfuzzer-sys"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8d718794b8e23533b9069bd2c4597d69e41cc7ab1c02700a502971aca0cdcf24"
|
checksum = "87ccaa86e7872547575190db4f1f915bad8eb0f2ae7491ede35e53ae76abfba9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arbitrary",
|
"arbitrary",
|
||||||
"cc",
|
"cc",
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ cargo-fuzz = true
|
|||||||
cranelift-codegen = { path = "../cranelift/codegen" }
|
cranelift-codegen = { path = "../cranelift/codegen" }
|
||||||
cranelift-reader = { path = "../cranelift/reader" }
|
cranelift-reader = { path = "../cranelift/reader" }
|
||||||
cranelift-wasm = { path = "../cranelift/wasm" }
|
cranelift-wasm = { path = "../cranelift/wasm" }
|
||||||
libfuzzer-sys = "0.3.2"
|
libfuzzer-sys = "0.3.3"
|
||||||
target-lexicon = "0.10"
|
target-lexicon = "0.10"
|
||||||
peepmatic-fuzzing = { path = "../cranelift/peepmatic/crates/fuzzing", optional = true }
|
peepmatic-fuzzing = { path = "../cranelift/peepmatic/crates/fuzzing", optional = true }
|
||||||
wasmtime = { path = "../crates/wasmtime" }
|
wasmtime = { path = "../crates/wasmtime" }
|
||||||
|
|||||||
Reference in New Issue
Block a user