From b9469063c7d8c7ef1236fe5bf69ec7ce6fb20c55 Mon Sep 17 00:00:00 2001 From: Chris Hennick <4961925+Pr0methean@users.noreply.github.com> Date: Fri, 7 Jun 2024 20:25:18 +0000 Subject: [PATCH] Update to 1.3.2 --- fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index dc113f96..33c8933b 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -10,7 +10,7 @@ cargo-fuzz = true [dependencies] libfuzzer-sys = "0.4" -arbitrary = { version = "1.3.0", features = ["derive"] } +arbitrary = { version = "1.3.2", features = ["derive"] } replace_with = "0.1.7" [dependencies.zip]