From d7ce89d78d9ca9222fb6ccc340d1579811f9ddbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:23:27 +0100 Subject: [PATCH] Update goblin requirement from 0.8.2 to 0.9.2 (#2655) 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 75100463c7..90ee7abee2 100644 --- a/libafl_qemu/Cargo.toml +++ b/libafl_qemu/Cargo.toml @@ -110,7 +110,7 @@ hashbrown = { workspace = true, default-features = true, features = [ num-traits = { workspace = true, default-features = true } num-derive = "0.4.2" num_enum = { workspace = true, default-features = true } -goblin = "0.8.2" +goblin = "0.9.2" libc = { workspace = true } strum = "0.26.3" strum_macros = "0.26.4"