From 186e5898bd83d7747a6266e3d697d413187c27ba Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Thu, 8 Apr 2021 15:37:36 +0100 Subject: [PATCH] Fix breaking OSS-Fuzz coverage build --- html5ever/fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html5ever/fuzz/Cargo.toml b/html5ever/fuzz/Cargo.toml index b4dcbe1b..5b32ace5 100644 --- a/html5ever/fuzz/Cargo.toml +++ b/html5ever/fuzz/Cargo.toml @@ -10,7 +10,7 @@ edition = "2018" cargo-fuzz = true [dependencies] -libfuzzer-sys = "0.3" +libfuzzer-sys = "0.4.0" [dependencies.html5ever] path = ".."