From df93a42447d8972c9b625c39c87753fb42f16ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 14:27:00 +0000 Subject: [PATCH] chore(deps): bump goblin from 0.10.3 to 0.10.4 Bumps [goblin](https://github.com/m4b/goblin) from 0.10.3 to 0.10.4. - [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.4 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 56bfa6a06..bb17c1b30 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1316,9 +1316,9 @@ dependencies = [ [[package]] name = "goblin" -version = "0.10.3" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51876e3748c4a347fe65b906f2b1ae46a1e55a497b22c94c1f4f2c469ff7673a" +checksum = "4db6758c546e6f81f265638c980e5e84dfbda80cfd8e89e02f83454c8e8124bd" dependencies = [ "log 0.4.27", "plain", diff --git a/Cargo.toml b/Cargo.toml index 535e647d2..25a710460 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ console = "0.16.1" current_platform = "0.2.0" dialoguer = "0.12.0" flate2 = "1.1.7" -goblin = "0.10.3" +goblin = "0.10.4" guppy = "0.17.23" homedir = "0.3.6" httpmock = "0.8.2"