Fix breaking OSS-Fuzz coverage build

This commit is contained in:
DavidKorczynski 2021-04-08 15:36:40 +01:00 committed by GitHub
parent d735585370
commit 2cd354a827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ edition = "2018"
cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.3"
libfuzzer-sys = "0.4.0"
serde_json = { path = ".." }
[[bin]]