From a7dd595b78146f9c3a942b8e51e6efccb61506f4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 12:16:39 +0000 Subject: [PATCH] Bump gimli from 0.21.0 to 0.22.0 Bumps [gimli](https://github.com/gimli-rs/gimli) from 0.21.0 to 0.22.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.22.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..2b0ff58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,9 +218,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c" +checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724" dependencies = [ "fallible-iterator", "indexmap", diff --git a/cargo-asm/Cargo.toml b/cargo-asm/Cargo.toml index 9dd5cf4..3d3039a 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.22" clap = "2.33" anyhow = "1.0" goblin = "0.2"