From cc0f2c9064ee7529718e410a1e3b711f4e632468 Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Thu, 8 Apr 2021 15:43:47 +0100 Subject: [PATCH] fuzz: update libfuzzer dependency This is intended to fix an OSS-fuzz build failure detailed here: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32817 Fixes #757 --- 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 = ".."