From 5ebb3913d8d0649ee2b870f7150ce545c654f96c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 18:24:42 +0100 Subject: [PATCH] Update strum_macros requirement from 0.26.4 to 0.27.0 (#2961) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dongjia "toka" Zhang --- Cargo.toml | 2 +- libafl_qemu/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 57a0c02d43..0a2e275120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ serde_json = { version = "1.0.128", default-features = false } serde_yaml = { version = "0.9.34" } # For parsing the injections yaml file static_assertions = "1.1.0" strum = "0.26.3" -strum_macros = "0.26.4" +strum_macros = "0.27.0" toml = "0.8.19" # For parsing the injections toml file typed-builder = "0.20.0" # Implement the builder pattern at compiletime typeid = "1.0.0" # Safe type_eq that doesn't rely on std specialization diff --git a/libafl_qemu/Cargo.toml b/libafl_qemu/Cargo.toml index cd343be19f..c9b60ba7bc 100644 --- a/libafl_qemu/Cargo.toml +++ b/libafl_qemu/Cargo.toml @@ -112,7 +112,7 @@ num_enum = { workspace = true, default-features = true } goblin = "0.9.2" libc = { workspace = true } strum = "0.26.3" -strum_macros = "0.26.4" +strum_macros = "0.27.0" syscall-numbers = "4.0.0" meminterval = { workspace = true } thread_local = "1.1.8"