Skip to content

Commit

Permalink
Update dependencies to align with rust-minidump and symbolic
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielesvelto committed Nov 2, 2023
1 parent 2d59eb2 commit 106ef88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
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.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
Expand Down

0 comments on commit 106ef88

Please sign in to comment.