diff options
Diffstat (limited to 'rust/examples/dwarf/dwarf_import/Cargo.toml')
| -rw-r--r-- | rust/examples/dwarf/dwarf_import/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
