Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/libafl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ const_format = "0.2.33" # used for providi
const_panic = { version = "0.2.9", default-features = false } # similarly, for formatting const panic output

pyo3 = { workspace = true, optional = true }
regex-syntax = { version = "0.8.4", optional = true } # For nautilus
regex-syntax = { version = "0.8.8", optional = true } # For nautilus

fs2 = { workspace = true, optional = true } # used by OnDisk Corpus for file locking

Expand Down
Loading