From 9a592d350fb3299b304391889e979c5386c17f46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 01:17:29 +0000 Subject: [PATCH] Bump afl from 0.14.4 to 0.14.5 Bumps [afl](https://github.com/rust-fuzz/afl.rs) from 0.14.4 to 0.14.5. - [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-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd720e79..e9e77725 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "afl" -version = "0.14.4" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c6502cb14869e31b7d836fec723874bee50ff8c9fad17d010bb367861ee9dc6" +checksum = "8c80b57a86234ee3e9238f5f2d33d37f8fd5c7ff168c07f2d5147d410e86db33" dependencies = [ "home", "libc",