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"