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/minidump/Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'rust/examples/minidump') diff --git a/rust/examples/minidump/Cargo.toml b/rust/examples/minidump/Cargo.toml index b002271d..3e54fd6c 100644 --- a/rust/examples/minidump/Cargo.toml +++ b/rust/examples/minidump/Cargo.toml @@ -8,6 +8,5 @@ crate-type = ["cdylib"] [dependencies] binaryninja = {path="../../"} -log = "0.4.17" -minidump = "0.15.2" -time = "=0.3.16" # Remove this when we update from stable-2022-12-15 - it's pinning a dependency that requires a more recent version of rustc +log = "0.4.20" +minidump = "0.18.0" -- cgit v1.3.1