From 6cbf351f7a7eb80f87c2019af501aaad25fad675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:14:56 +0000 Subject: [PATCH] Bump afl from 0.12.17 to 0.13.4 Bumps [afl](https://github.com/rust-fuzz/afl.rs) from 0.12.17 to 0.13.4. - [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-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- fuzz/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1106fc5a..e0bf11ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "afl" -version = "0.12.17" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6c32f2f36624ffe2a8f65f9d76c224846b3a3d7242485bb5927c1127ee6c715" +checksum = "75fcbb256454d6df540c49e0cb355f86767fdccf4f82021fbd84c260b1ae7920" dependencies = [ "clap 4.3.21", "fs_extra", @@ -43,7 +43,7 @@ dependencies = [ [[package]] name = "aleph-bft" -version = "0.24.0" +version = "0.24.1" dependencies = [ "aleph-bft-mock", "aleph-bft-rmc", @@ -66,7 +66,7 @@ dependencies = [ [[package]] name = "aleph-bft-crypto" -version = "0.7.0" +version = "0.7.1" dependencies = [ "async-trait", "bit-vec", diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 9d08c376..4131dc07 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -22,7 +22,7 @@ structopt = "0.3.21" tokio = { version = "1", features = ["rt"] } libfuzzer-sys = { version = "0.4.2", optional = true } -afl = { version = "0.12.10", optional = true } +afl = { version = "0.13.4", optional = true } [features] default = []