Skip to content

Commit

Permalink
Update memmap2 to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
glandium committed Jan 16, 2024
1 parent ef5b554 commit 93ab449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand All @@ -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
Expand Down

0 comments on commit 93ab449

Please sign in to comment.