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 }