From 02ea8d7309a0c0777ac8a07bfc1e0fd497e9f5f5 Mon Sep 17 00:00:00 2001 From: KyleMiles Date: Fri, 4 Aug 2023 18:14:00 -0400 Subject: DWARF : Update gimli dependency --- rust/examples/dwarf/dwarf_import/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/examples/dwarf/dwarf_import/Cargo.toml') diff --git a/rust/examples/dwarf/dwarf_import/Cargo.toml b/rust/examples/dwarf/dwarf_import/Cargo.toml index 322a4dd6..07605991 100644 --- a/rust/examples/dwarf/dwarf_import/Cargo.toml +++ b/rust/examples/dwarf/dwarf_import/Cargo.toml @@ -10,5 +10,5 @@ crate-type = ["cdylib"] [dependencies] dwarfreader = { path = "../shared/" } binaryninja = { path = "../../../" } -gimli = "0.26.1" +gimli = "0.27" log = "0.4.17" -- cgit v1.3.1