Skip to content

Commit f76900b

Browse files
dependabot[bot]khuey
authored andcommitted
Update afl requirement from 0.12.0 to 0.13.1
Updates the requirements on [afl](https://github.com/rust-fuzz/afl.rs) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 778433c commit f76900b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cfg-if = "1.0.0"
2828

2929
[dependencies.afl]
3030
optional = true
31-
version = "0.12.0"
31+
version = "0.13.1"
3232

3333
[dev-dependencies]
3434
clap = { version = "4.0", features = ["derive"] }

0 commit comments

Comments
 (0)