Skip to content

Commit

Permalink
build(deps): update afl requirement from 0.14.2 to 0.15.13
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: afl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent f41c016 commit a547e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rand = { version = "0.8", features = ["small_rng"] }
rand_distr = "0.4"

# Fuzz with both AFL++ and libFuzzer
afl = { version = "0.14.2", optional = true }
afl = { version = "0.15.13", optional = true }
honggfuzz = { version = "0.5.56", git = "https://github.com/ParkMyCar/honggfuzz-rs.git", optional = true }
libfuzzer-sys = { version = "0.4", optional = true }

Expand Down

0 comments on commit a547e69

Please sign in to comment.