From debc1cdb16a7af0383068b6e276a82916613f8a8 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Thu, 8 Apr 2021 15:35:23 +0100 Subject: [PATCH] Fix breaking OSS-Fuzz coverage build --- fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 4bf12bb25d..98e20b70d5 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" cargo-fuzz = true [dependencies] -libfuzzer-sys = "0.3" +libfuzzer-sys = "0.4.0" [dependencies.regex] path = ".."