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
10 changes: 5 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ static_assertions = "1.1.0"
strum = "0.27.2"
strum_macros = "0.27.2"
tinyinst = "0.1.1"
toml = "0.9.10" # For parsing the injections toml file
toml = "0.9.11" # For parsing the injections toml file
tuple_list = { version = "0.1.3" }
typed-builder = "0.23.2" # Implement the builder pattern at compiletime
typeid = "1.0.3" # Safe type_eq that doesn't rely on std specialization
Expand Down
2 changes: 1 addition & 1 deletion crates/libafl_libfuzzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include = [
[build-dependencies]
cc = "1.2.52"
rustversion = "1.0.22"
toml = { version = "0.9.10", features = ["preserve_order"] }
toml = { version = "0.9.11", features = ["preserve_order"] }

[features]
default = ["fork"]
Expand Down
Loading