From a5d739d562db53f6318b55c2b878db7054b01a39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:03:02 +0000 Subject: [PATCH] Bump goblin from 0.10.6 to 0.10.7 Bumps [goblin](https://github.com/m4b/goblin) from 0.10.6 to 0.10.7. - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](https://github.com/m4b/goblin/commits) --- updated-dependencies: - dependency-name: goblin dependency-version: 0.10.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11acaca..ee6b224 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,9 +132,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "goblin" -version = "0.10.6" +version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d494b2004fbc8cf419a6d2115488df4e11140f6f4abd877519de1bbd90c5370" +checksum = "17582616a7718cca54cec18e534a76c7c4aec11a8b9a85695712f262fd15a4c8" dependencies = [ "log", "plain", diff --git a/Cargo.toml b/Cargo.toml index c45836e..72b439b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,4 +12,4 @@ packed_struct_codegen = "0.10.1" byteorder = "1.5.0" lzfse = "0.2.0" anyhow = "1.0.102" -goblin = "0.10.6" +goblin = "0.10.7"