From e5ae6c361f0de12e0f5da537ce85e5552593cdfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 21:22:43 +0100 Subject: [PATCH] Update strum requirement from 0.26.3 to 0.27.0 (#2959) Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/compare/v0.26.3...v0.27.0) --- updated-dependencies: - dependency-name: strum 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 0a2e275120..c31440a0bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ serial_test = { version = "3.1.1", default-features = false } 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 = "0.27.0" 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 diff --git a/libafl_qemu/Cargo.toml b/libafl_qemu/Cargo.toml index c9b60ba7bc..1623b23842 100644 --- a/libafl_qemu/Cargo.toml +++ b/libafl_qemu/Cargo.toml @@ -111,7 +111,7 @@ num-derive = "0.4.2" num_enum = { workspace = true, default-features = true } goblin = "0.9.2" libc = { workspace = true } -strum = "0.26.3" +strum = "0.27.0" strum_macros = "0.27.0" syscall-numbers = "4.0.0" meminterval = { workspace = true }