From 8bb2a121ac16d2ec0c90e8784c4828e59ce1b1b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 16:57:24 +0000 Subject: [PATCH] Bump goblin from 0.6.0 to 0.6.1 Bumps [goblin](https://github.com/m4b/goblin) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/m4b/goblin/releases) - [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 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 d1d196124..5d1098695 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -831,9 +831,9 @@ dependencies = [ [[package]] name = "goblin" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "572564d6cba7d09775202c8e7eebc4d534d5ae36578ab402fb21e182a0ac9505" +checksum = "0d6b4de4a8eb6c46a8c77e1d3be942cb9a8bf073c22374578e5ba4b08ed0ff68" dependencies = [ "log", "plain", diff --git a/Cargo.toml b/Cargo.toml index f15a63b26..9e2bedbc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ cargo_metadata = "0.15.3" cargo-options = "0.6.0" cbindgen = { version = "0.24.2", default-features = false } flate2 = "1.0.18" -goblin = "0.6.0" +goblin = "0.6.1" platform-info = "1.0.0" regex = "1.7.0" serde = { version = "1.0.141", features = ["derive"] }