From 2bff146870679690be54f00f9299ad7b521bab57 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 14 Mar 2024 13:48:38 -0400 Subject: Update to Rust 1.76 --- rust/examples/dwarf/dwarf_export/Cargo.toml | 4 ++-- rust/examples/dwarf/dwarf_import/Cargo.toml | 4 ++-- rust/examples/dwarf/dwarfdump/Cargo.toml | 2 +- rust/examples/dwarf/shared/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'rust/examples/dwarf') 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"] } diff --git a/rust/examples/dwarf/dwarf_import/Cargo.toml b/rust/examples/dwarf/dwarf_import/Cargo.toml index 07605991..c8cea44a 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.27" -log = "0.4.17" +gimli = "0.28" +log = "0.4.20" diff --git a/rust/examples/dwarf/dwarfdump/Cargo.toml b/rust/examples/dwarf/dwarfdump/Cargo.toml index 1d3411a0..0ede6afb 100644 --- a/rust/examples/dwarf/dwarfdump/Cargo.toml +++ b/rust/examples/dwarf/dwarfdump/Cargo.toml @@ -10,4 +10,4 @@ crate-type = ["cdylib"] [dependencies] dwarfreader = { path = "../shared/" } binaryninja = {path="../../../"} -gimli = "0.27" +gimli = "0.28" diff --git a/rust/examples/dwarf/shared/Cargo.toml b/rust/examples/dwarf/shared/Cargo.toml index 9cbd5a22..521a705e 100644 --- a/rust/examples/dwarf/shared/Cargo.toml +++ b/rust/examples/dwarf/shared/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" [dependencies] binaryninja = {path="../../../"} -gimli = "0.27" +gimli = "0.28" -- cgit v1.3.1