From 151037b6bdd1c60860c254110f25ba7a5fdf54f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 06:01:56 +0000 Subject: [PATCH] Update afl requirement from 0.15 to 0.16 Updates the requirements on [afl](https://github.com/rust-fuzz/afl.rs) to permit the latest version. - [Changelog](https://github.com/rust-fuzz/afl.rs/blob/master/CHANGES.md) - [Commits](https://github.com/rust-fuzz/afl.rs/commits) --- updated-dependencies: - dependency-name: afl dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99dd704..8515fda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ cfg-if = "1.0.0" [dependencies.afl] optional = true -version = "0.15" +version = "0.16" [dev-dependencies] clap = { version = "4.0", features = ["derive"] }