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"