From 2a88ddf3adcc3e3eb39a16b547a28d74d3034b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:30:36 +0000 Subject: [PATCH] Bump afl from 0.15.0 to 0.15.1 in /fuzz/afl.rs Bumps [afl](https://github.com/rust-fuzz/afl.rs) from 0.15.0 to 0.15.1. - [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-patch ... Signed-off-by: dependabot[bot] --- fuzz/afl.rs/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fuzz/afl.rs/Cargo.lock b/fuzz/afl.rs/Cargo.lock index 337cf81..d61ca09 100644 --- a/fuzz/afl.rs/Cargo.lock +++ b/fuzz/afl.rs/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "afl" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc2bcaee6b507b79ae7d2afe7a57f5d7d776bfb71c836f9d19971969eea91a47" +checksum = "ca431c501c567ea9a4e52c2ebca418299b8201afc15e6ea47584733f0faf9780" dependencies = [ "home", "libc",