From 7cf821bd82c0af59a5c675923dd0fb2715cfea18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 14:06:53 +0200 Subject: [PATCH] Update toml requirement from 0.4.2 to 0.8.13 (#2195) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- libafl_qemu/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`)