Skip to content

Commit

Permalink
ci(fuzz): Update cargo-afl
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Feb 25, 2025
1 parent 7a85a0d commit 55e1ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuzz_read/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
afl = "0.15.10"
afl = "0.15"
replace_with = "0.1.7"
tikv-jemallocator = "0.6.0"

Expand Down
2 changes: 1 addition & 1 deletion fuzz_write/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
afl = "0.15.10"
afl = "0.15"
arbitrary = { version = "1.3.2", features = ["derive"] }
replace_with = "0.1.7"
tikv-jemallocator = "0.6.0"
Expand Down

0 comments on commit 55e1ae4

Please sign in to comment.