From 38af326337f268159594e7836081089e16be8f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 15:45:49 +0000 Subject: [PATCH] chore(deps): Bump afl from 0.15.7 to 0.15.8 in /fuzz/afl.rs Bumps [afl](https://github.com/rust-fuzz/afl.rs) from 0.15.7 to 0.15.8. - [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 15dd89b..cef2e24 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.7" +version = "0.15.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df319d2080b52b5f8cfe9b685d1a70549c4fe2d12b60ecad48cf6cc202c82100" +checksum = "1ff7c9e6d8b0f28402139fcbff21a22038212c94c44ecf90812ce92f384308f6" dependencies = [ "home", "libc",