From 75305f8c5523ab57da763ae5547c9f835cd45919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 05:52:28 +0000 Subject: [PATCH] build(deps): Bump goblin from 0.8.2 to 0.9.0 Bumps [goblin](https://github.com/m4b/goblin) from 0.8.2 to 0.9.0. - [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-minor ... 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 53db537e..25dd15e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -415,9 +415,9 @@ checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" [[package]] name = "goblin" -version = "0.8.2" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47" +checksum = "a712d2019b1758d703cd0319db5669a6fb27dd768ff9c78cc8847adb2b413930" dependencies = [ "log", "plain", diff --git a/Cargo.toml b/Cargo.toml index 6048cf10..7e5d287f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ colour = "2.1" command-fds = "0.3" futures = "0.3" getset = "0.1" -goblin = { version = "0.8", default-features = false, features = ["elf64", "elf32", "endian_fd"] } +goblin = { version = "0.9", default-features = false, features = ["elf64", "elf32", "endian_fd"] } libc = "0.2" log = { version = "0.4", features = ["std"] } netlink-packet-core = "0.7"