From ef5b554f98529769cfa9f1c74dce2d2a37a7a9e6 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Tue, 16 Jan 2024 11:41:11 +0900 Subject: [PATCH 1/2] Update goblin to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1b86d44..d8f38b1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ thiserror = "1.0" [target.'cfg(unix)'.dependencies] libc = "0.2" -goblin = "0.7.1" +goblin = "0.8" memmap2 = "0.8" [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies] From 93ab449ba458624f98635cdc3b901b653f6c3025 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Tue, 16 Jan 2024 11:42:09 +0900 Subject: [PATCH 2/2] Update memmap2 to 0.9 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d8f38b1d..b73a0e97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "1.0" [target.'cfg(unix)'.dependencies] libc = "0.2" goblin = "0.8" -memmap2 = "0.8" +memmap2 = "0.9" [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.8" +memmap2 = "0.9" [target.'cfg(target_os = "macos")'.dev-dependencies] # We dump symbols for the `test` executable so that we can validate that minidumps