Update fuzz crates (#826)
* deps: Update to arbitrary 0.3.x and libfuzzer-sys 0.2.0 * ci: Use cargo-fuzz 0.7.x in CI
This commit is contained in:
committed by
Alex Crichton
parent
0be3c2983c
commit
adcc047f4a
@@ -10,7 +10,7 @@ version = "0.9.0"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.22"
|
||||
arbitrary = "0.2.0"
|
||||
arbitrary = { version = "0.3.2", features = ["derive"] }
|
||||
binaryen = "0.8.2"
|
||||
env_logger = { version = "0.7.1", optional = true }
|
||||
log = "0.4.8"
|
||||
|
||||
Reference in New Issue
Block a user