From 9b59c4dd91f7560efed005186f664a8b50fad9aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:13:29 +0000 Subject: [PATCH] Bump afl from 0.14.3 to 0.15.0 Bumps [afl](https://github.com/rust-fuzz/afl.rs) from 0.14.3 to 0.15.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7346035..60394eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "afl" -version = "0.14.3" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "330d7251127b228cb4187ac2373dc37f615d65199f93b5443edeeed839fff5df" +checksum = "cc2bcaee6b507b79ae7d2afe7a57f5d7d776bfb71c836f9d19971969eea91a47" dependencies = [ "home", "libc",