From d6827b5aa2411f4a990fc07425c46d2acb3be1a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 14:21:25 +0200 Subject: [PATCH] Update goblin requirement from 0.7 to 0.8 (#2232) Updates the requirements on [goblin](https://github.com/m4b/goblin) to permit the latest version. - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](https://github.com/m4b/goblin/commits) --- updated-dependencies: - dependency-name: goblin 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 45db0290b2..84aa66b725 100644 --- a/libafl_qemu/Cargo.toml +++ b/libafl_qemu/Cargo.toml @@ -73,7 +73,7 @@ hashbrown = { version = "0.14", features = ["serde"] } # A faster hashmap, nost num-traits = "0.2" num-derive = "0.4" num_enum = "0.7" -goblin = "0.7" +goblin = "0.8" libc = "0.2" strum = "0.25" strum_macros = "0.25"