From 64fd93308bf93a9766a6805c4de3f5ca7a5420f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 11:38:02 +0000 Subject: [PATCH] fix(deps): update rust crate libc to 0.2.154 --- fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 07f62b2e2..278f25be2 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -9,7 +9,7 @@ cargo-fuzz = true [dependencies] libfuzzer-sys = "0.4" -libc = "0.2" +libc = "0.2.154" tempfile = "3.10.1" rand = { version = "0.8", features = ["small_rng"] } similar = "2"