From 0206fd86bd3b0f631de50ec93f84b63b3b8c0ad4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Nov 2020 13:37:30 +0000 Subject: [PATCH] Bump gimli from 0.21.0 to 0.23.0 Bumps [gimli](https://github.com/gimli-rs/gimli) from 0.21.0 to 0.23.0. - [Release notes](https://github.com/gimli-rs/gimli/releases) - [Changelog](https://github.com/gimli-rs/gimli/blob/master/CHANGELOG.md) - [Commits](https://github.com/gimli-rs/gimli/compare/0.21.0...0.23.0) 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..c6555c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,9 +218,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.21.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c" +checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce" dependencies = [ "fallible-iterator", "indexmap", diff --git a/cargo-asm/Cargo.toml b/cargo-asm/Cargo.toml index 9dd5cf4..a40ac0b 100644 --- a/cargo-asm/Cargo.toml +++ b/cargo-asm/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] capstone = { git = "https://github.com/ExPixel/capstone-rs.git", branch = "master" } -gimli = "0.21" +gimli = "0.23" clap = "2.33" anyhow = "1.0" goblin = "0.2"