From be07cdcb67fcffdb7a5af0c79e9dc0e234e1e67b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 06:13:17 +0000 Subject: [PATCH] Update afl requirement from 0.17 to 0.18 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.18.1 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 bf26d68..15b5f32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ cfg-if = "1.0.0" [dependencies.afl] optional = true -version = "0.17" +version = "0.18" [dev-dependencies] clap = { version = "4.0", features = ["derive"] }