From 6a726711c35ab11de4a072e3fe8848fb24ee2240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:41:35 +0000 Subject: [PATCH] Bump afl from 0.14.1 to 0.14.3 in /fuzz/afl.rs Bumps [afl](https://github.com/rust-fuzz/afl.rs) from 0.14.1 to 0.14.3. - [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] --- 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 f3743b5..477309b 100644 --- a/fuzz/afl.rs/Cargo.lock +++ b/fuzz/afl.rs/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "afl" -version = "0.14.1" +version = "0.14.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "525e1011266780f6afa640d6149901a37e89c46c1329b8cbf33e1f6c271f7a36" +checksum = "330d7251127b228cb4187ac2373dc37f615d65199f93b5443edeeed839fff5df" dependencies = [ "home", "libc",