Skip to content

Commit 71025e3

Browse files
authored
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
1 parent 2c1d370 commit 71025e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cargo-fuzz = true
1212
cranelift-codegen = { path = "../cranelift/codegen" }
1313
cranelift-reader = { path = "../cranelift/reader" }
1414
cranelift-wasm = { path = "../cranelift/wasm" }
15-
libfuzzer-sys = "0.3.2"
15+
libfuzzer-sys = "0.3.3"
1616
target-lexicon = "0.10"
1717
peepmatic-fuzzing = { path = "../cranelift/peepmatic/crates/fuzzing", optional = true }
1818
wasmtime = { path = "../crates/wasmtime" }

0 commit comments

Comments
 (0)