Skip to content

Commit

Permalink
Merge pull request rust-minidump#66 from gabrielesvelto/update-rust-m…
Browse files Browse the repository at this point in the history
…inidump-dependency

Update the rust-minidump dependencies
  • Loading branch information
gabrielesvelto authored Dec 6, 2022
2 parents 3ddfd7f + 61a1b42 commit bb37126
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 @@ -13,7 +13,7 @@ byteorder = "1.3.2"
cfg-if = "1.0"
crash-context = "0.5"
memoffset = "0.7"
minidump-common = "0.14"
minidump-common = "0.15"
scroll = "0.11"
tempfile = "3.1.0"
thiserror = "1.0.21"
Expand Down Expand Up @@ -44,13 +44,13 @@ features = ["minwindef", "processthreadsapi", "winnt"]
[dev-dependencies]
# Minidump-processor is async so we need an executor
futures = { version = "0.3", features = ["executor"] }
minidump = "0.14"
minidump = "0.15"
memmap2 = "0.5"

[target.'cfg(target_os = "macos")'.dev-dependencies]
# We dump symbols for the `test` executable so that we can validate that minidumps
# created by this crate can be processed by minidump-processor
dump_syms = { version = "2.0.0", default-features = false }
minidump-processor = { version = "0.14", default-features = false }
minidump-processor = { version = "0.15", default-features = false }
similar-asserts = "1.2"
uuid = "1.0"

0 comments on commit bb37126

Please sign in to comment.