From c41e22d397e48e27175f7460889556709af311cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:40:53 +0000 Subject: [PATCH] chore(deps): Bump afl from 0.15.4 to 0.15.5 in /fuzz/afl.rs Bumps [afl](https://github.com/rust-fuzz/afl.rs) from 0.15.4 to 0.15.5. - [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 49d3168..c28242c 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.4" +version = "0.15.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5effc0335134b5dc5dbc4c18d114db4e08af8a7e7431a4be12025bbc88eb8673" +checksum = "22f9139f0e2fe43a31617e367aff08a14ddb88a2fdf93245a80ef836b51168bb" dependencies = [ "home", "libc",