From 106ef880abec74552caf4df3d5e707eb427e1ff1 Mon Sep 17 00:00:00 2001 From: Gabriele Svelto Date: Thu, 2 Nov 2023 17:00:10 +0100 Subject: [PATCH] Update dependencies to align with rust-minidump and symbolic --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e8d6fe34..411fa38c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,8 @@ thiserror = "1.0" [target.'cfg(unix)'.dependencies] libc = "0.2" -goblin = "0.7" -memmap2 = "0.5" +goblin = "0.7.1" +memmap2 = "0.8" [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies] nix = { version = "0.27", default-features = false, features = [ @@ -46,7 +46,7 @@ mach2 = "0.4" # Minidump-processor is async so we need an executor futures = { version = "0.3", features = ["executor"] } minidump = "0.19" -memmap2 = "0.5" +memmap2 = "0.8" [target.'cfg(target_os = "macos")'.dev-dependencies] # We dump symbols for the `test` executable so that we can validate that minidumps