Skip to content

Commit

Permalink
Update libafl
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Jan 9, 2024
1 parent 0dda62b commit fb029c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ glob = { version = "0.3.1", optional = true }
# We use our own fork of honggfuzz to use the tool's latest release
# https://github.com/rust-fuzz/honggfuzz-rs/pull/85
honggfuzz = { package = "ziggy-honggfuzz-2", version = "0.5.55", optional = true }
libafl = { version = "0.11.1", optional = true }
libafl_bolts = { version = "0.11.1", optional = true }
libafl_targets = { version = "0.11.1", optional = true, features = ["sancov_pcguard_hitcounts"] }
libafl = { version = "0.11.2", optional = true }
libafl_bolts = { version = "0.11.2", optional = true }
libafl_targets = { version = "0.11.2", optional = true, features = ["sancov_pcguard_hitcounts"] }
libc = { version = "0.2.147", optional = true }
log = { version = "0.4.20", optional = true }
rand = { version = "0.8", optional = true }
Expand Down

0 comments on commit fb029c2

Please sign in to comment.