From 0d5a2b67f5de72689aa2725cfb7bf23f542d1662 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 15:38:20 +0000 Subject: [PATCH] chore(deps): bump goblin from 0.10.5 to 0.10.6 Bumps [goblin](https://github.com/m4b/goblin) from 0.10.5 to 0.10.6. - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](https://github.com/m4b/goblin/commits/0.10.6) --- updated-dependencies: - dependency-name: goblin dependency-version: 0.10.6 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 fb3560dda..289199673 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1296,9 +1296,9 @@ dependencies = [ [[package]] name = "goblin" -version = "0.10.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "983a6aafb3b12d4c41ea78d39e189af4298ce747353945ff5105b54a056e5cd9" +checksum = "0d494b2004fbc8cf419a6d2115488df4e11140f6f4abd877519de1bbd90c5370" dependencies = [ "log 0.4.29", "plain", diff --git a/Cargo.toml b/Cargo.toml index a701d3a0c..310f8c4e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ console = "0.16.3" current_platform = "0.2.0" dialoguer = "0.12.0" flate2 = "1.1.9" -goblin = "0.10.5" +goblin = "0.10.6" guppy = "0.17.25" homedir = "0.3.6" httpmock = "0.8.3"