diff --git a/libafl_qemu/Cargo.toml b/libafl_qemu/Cargo.toml index 6bcc8577bb..68d4f8c07e 100644 --- a/libafl_qemu/Cargo.toml +++ b/libafl_qemu/Cargo.toml @@ -88,7 +88,7 @@ typed-arena = "2.0" paste = "1" enum-map = "2.7" serde_yaml = { version = "0.9", optional = true } # For parsing the injections yaml file -toml = { version = "0.4.2", optional = true } # For parsing the injections toml file +toml = { version = "0.8.13", optional = true } # For parsing the injections toml file pyo3 = { version = "0.18", optional = true , features = ["multiple-pymethods"]} bytes-utils = "0.1" # Document all features of this crate (for `cargo doc`)