diff options
Diffstat (limited to 'rust/examples/dwarf/dwarf_export')
| -rw-r--r-- | rust/examples/dwarf/dwarf_export/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/examples/dwarf/dwarf_export/Cargo.toml b/rust/examples/dwarf/dwarf_export/Cargo.toml index 022d3e00..5f537c69 100644 --- a/rust/examples/dwarf/dwarf_export/Cargo.toml +++ b/rust/examples/dwarf/dwarf_export/Cargo.toml @@ -8,6 +8,6 @@ crate-type = ["cdylib"] [dependencies] binaryninja = {path="../../../"} -gimli = "^0.27" +gimli = "^0.28" log = "^0.4" -object = { version = "0.30.3", features = ["write"] } +object = { version = "0.32.1", features = ["write"] } |
