From 080b1fae23e1c0a191121025cf7f72201b6a253e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 22:15:41 +0000 Subject: [PATCH] Bump goblin from 0.5.4 to 0.6.0 Bumps [goblin](https://github.com/m4b/goblin) from 0.5.4 to 0.6.0. - [Release notes](https://github.com/m4b/goblin/releases) - [Changelog](https://github.com/m4b/goblin/blob/master/CHANGELOG.md) - [Commits](https://github.com/m4b/goblin/compare/0.5.4...0.6.0) --- 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 8b20394..b5b346d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,9 +168,9 @@ dependencies = [ [[package]] name = "goblin" -version = "0.5.4" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7666983ed0dd8d21a6f6576ee00053ca0926fb281a5522577a4dbd0f1b54143" +checksum = "572564d6cba7d09775202c8e7eebc4d534d5ae36578ab402fb21e182a0ac9505" dependencies = [ "log", "plain", diff --git a/Cargo.toml b/Cargo.toml index 460f5a0..bdc78c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ description = "A linker for patching and injecting custom code into an XBE binar [dependencies] # Binary Parsing/Modification xbe = { git = "https://github.com/BfBBModdingTools/xbe", branch = "main" } -goblin = "0.5" +goblin = "0.6" byteorder = "1" # CLI