Skip to content

Commit 2bdc94c

Browse files
dependabot[bot]alexpovel
authored andcommitted
chore(deps): Update afl requirement from 0.13.0 to 0.14.1
Updates the requirements on [afl](https://github.com/rust-fuzz/afl.rs) to permit the latest version. - [Release notes](https://github.com/rust-fuzz/afl.rs/releases) - [Changelog](https://github.com/rust-fuzz/afl.rs/blob/master/CHANGES.md) - [Commits](rust-fuzz/afl.rs@0.13.5...0.14.1) --- updated-dependencies: - dependency-name: afl dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5fec4d6 commit 2bdc94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
afl = "0.13.0"
10+
afl = "0.14.1"
1111
arbitrary = { version = "1.3.0", features = ["derive"] }
1212

1313
[dependencies.b4s]

0 commit comments

Comments
 (0)