From fa8df00fc57ed4509965e562433e12890a048317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:28:52 +0000 Subject: [PATCH] chore(deps): Update afl requirement from 0.14.1 to 0.15.4 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-type: direct:production ... Signed-off-by: dependabot[bot] --- fuzz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 5738115..28ecd5c 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -7,7 +7,7 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -afl = "0.14.1" +afl = "0.15.4" arbitrary = { version = "1.3.0", features = ["derive"] } [dependencies.b4s]