From 0dd5bd38ab2e0732c0008a159524b223b683eb11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 12:27:08 +0000 Subject: [PATCH] fix(deps): update rust crate libfuzzer-sys to 0.4.7 --- fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 278f25be2..510f45014 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" cargo-fuzz = true [dependencies] -libfuzzer-sys = "0.4" +libfuzzer-sys = "0.4.7" libc = "0.2.154" tempfile = "3.10.1" rand = { version = "0.8", features = ["small_rng"] }