From be33f65526d668c57feadb72c7472ad6ecc0d063 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 13:31:09 +0000 Subject: [PATCH] Bump goblin from 0.2.3 to 0.3.0 Bumps [goblin](https://github.com/m4b/goblin) from 0.2.3 to 0.3.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/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- cargo-asm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9d14a1..2dc0649 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,9 +235,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "goblin" -version = "0.2.3" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d20fd25aa456527ce4f544271ae4fea65d2eda4a6561ea56f39fb3ee4f7e3884" +checksum = "c69552f48b18aa6102ce0c82dd9bc9d3f8af5fc0a5797069b1b466b90570e39c" dependencies = [ "log", "plain", diff --git a/cargo-asm/Cargo.toml b/cargo-asm/Cargo.toml index 9dd5cf4..972c077 100644 --- a/cargo-asm/Cargo.toml +++ b/cargo-asm/Cargo.toml @@ -9,7 +9,7 @@ capstone = { git = "https://github.com/ExPixel/capstone-rs.git", branch = "maste gimli = "0.21" clap = "2.33" anyhow = "1.0" -goblin = "0.2" +goblin = "0.3" rustc-demangle = "0.1" byteorder = "1.3" shellexpand = "2.0"