diff --git a/Cargo.toml b/Cargo.toml index 676b22a85b..e9ed671911 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,7 +155,7 @@ static_assertions = "1.1.0" strum = "0.28.0" strum_macros = "0.28.0" tinyinst = "0.1.1" -toml = "0.9.10" # For parsing the injections toml file +toml = "1.1.2" # 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 diff --git a/crates/libafl_libfuzzer/Cargo.toml b/crates/libafl_libfuzzer/Cargo.toml index 362488c03e..f6ad0a7a1b 100644 --- a/crates/libafl_libfuzzer/Cargo.toml +++ b/crates/libafl_libfuzzer/Cargo.toml @@ -24,7 +24,7 @@ include = [ [build-dependencies] cc = "1.2.53" rustversion = "1.0.22" -toml = { version = "0.9.10", features = ["preserve_order"] } +toml = { version = "1.1.2", features = ["preserve_order"] } which = "8.0.2" libafl_build = { workspace = true }