From 1297b1e4e6ca7fe5807b05fc683ebe25fccf4a3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 06:50:47 +0000 Subject: [PATCH] Update afl requirement from 0.13.1 to 0.14.5 Updates the requirements on [afl](https://github.com/rust-fuzz/afl.rs) to permit the latest version. - [Release notes](https://github.com/rust-fuzz/afl.rs/releases) - [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-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 be10b6a..81fcb11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ cfg-if = "1.0.0" [dependencies.afl] optional = true -version = "0.13.1" +version = "0.14.5" [dev-dependencies] clap = { version = "4.0", features = ["derive"] }