diff --git a/Cargo.lock b/Cargo.lock index eb10968..f364e67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,7 +108,7 @@ dependencies = [ "elf 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "fallible-iterator 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "gimli 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gimli 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "goblin 0.0.13 (registry+https://github.com/rust-lang/crates.io-index)", "object 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "petgraph 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -257,6 +257,17 @@ dependencies = [ "fallible-iterator 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "gimli" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "fallible-iterator 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "glob" version = "0.2.11" @@ -344,7 +355,7 @@ dependencies = [ "elf 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "fallible-iterator 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "gimli 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gimli 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "object 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "test_common 0.1.0", ] @@ -533,6 +544,11 @@ name = "smallvec" version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" +[[package]] +name = "stable_deref_trait" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "strsim" version = "0.7.0" @@ -591,7 +607,7 @@ version = "0.1.0" dependencies = [ "capstone 0.3.1 (git+https://github.com/capstone-rust/capstone-rs.git?rev=dc10578aa27414afc93f0a87959b2f0c22dc66c3)", "elf 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", - "gimli 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gimli 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)", "object 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -691,6 +707,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" "checksum gimli 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffa1f5db1b7b50875bd8fc111f64025b05c01c7a6f8f36de0da9d53d02ba5fac" +"checksum gimli 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d080d7b981be6932486671c6cb0d8a82ed61d88b81419d39b33ea8966717f4d" "checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb" "checksum goblin 0.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "b9c41a5d6172009a2dddc6e1d8f48472e6d01aab6f8b4db9cb6703596047885c" "checksum intervaltree 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "586949c609276837d70c776c30afa5bbd374c55fe69b4e10261c6f595dc7b31a" @@ -725,6 +742,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum skeptic 0.13.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c4474d6da9593171bcb086890fc344a3a12783cb24e5b141f8a5d0e43561f4b6" "checksum smallvec 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ee4f357e8cd37bf8822e1b964e96fd39e2cb5a0424f8aaa284ccaccc2162411c" "checksum smallvec 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "312a7df010092e73d6bbaf141957e868d4f30efd2bfd9bb1028ad91abec58514" +"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa" "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" "checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" "checksum syn 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c67da57e61ebc7b7b6fff56bb34440ca3a83db037320b0507af4c10368deda7d" diff --git a/lib/callgraph/Cargo.toml b/lib/callgraph/Cargo.toml index d087e10..c26f95e 100644 --- a/lib/callgraph/Cargo.toml +++ b/lib/callgraph/Cargo.toml @@ -15,7 +15,7 @@ addr2line = "0.6.0" petgraph = "0.4.12" object = "0.7.0" goblin = "0.0.13" -gimli = "0.15.0" +gimli = "0.16.0" capstone = { git = "https://github.com/capstone-rust/capstone-rs.git", rev = "dc10578aa27414afc93f0a87959b2f0c22dc66c3" } elf = "0.0.10" error-chain = "0.12.0" diff --git a/lib/panic_analysis/Cargo.toml b/lib/panic_analysis/Cargo.toml index a2dc62a..59a9f37 100644 --- a/lib/panic_analysis/Cargo.toml +++ b/lib/panic_analysis/Cargo.toml @@ -12,7 +12,7 @@ workspace = "../.." [dependencies] callgraph = { path = "../../lib/callgraph" } -gimli = "0.15.0" +gimli = "0.16.0" fallible-iterator = "0.1.2" error-chain = "0.12.0" diff --git a/lib/test_common/Cargo.toml b/lib/test_common/Cargo.toml index ab6d065..517d7a1 100644 --- a/lib/test_common/Cargo.toml +++ b/lib/test_common/Cargo.toml @@ -10,7 +10,7 @@ authors = [ ] [dependencies] -gimli = "0.15.0" +gimli = "0.16.0" object = "0.7.0" elf = "0.0.10" capstone = { git = "https://github.com/capstone-rust/capstone-rs.git", rev = "dc10578aa27414afc93f0a87959b2f0c22dc66c3" }