Skip to content

Commit

Permalink
fix: Update rust-minidump for CrashpadInfo fixes (#973)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-auer authored Apr 9, 2021
1 parent 85acb41 commit 6ee1d7b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

**Bug Fixes**:

- Parse the Crashpad information extension stream from Minidumps with annotation objects correctly. ([#973](https://github.com/getsentry/relay/pull/973))

**Internal**:

- Emit outcomes for rate limited attachments. ([#951](https://github.com/getsentry/relay/pull/951))
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion relay-general/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ itertools = "0.8.2"
lazy_static = "1.4.0"
maxminddb = "0.13.0"
memmap = { version = "0.7.0", optional = true }
minidump = { git = "https://github.com/luser/rust-minidump", rev = "20070798b5e9216474013341ed80c5272558d9ee" }
minidump = { git = "https://github.com/luser/rust-minidump", rev = "dedd6715af3a22f5fff9c065e7c4b22c44fef320" }
num-traits = "0.2.12"
pest = "2.1.3"
pest_derive = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion relay-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ itertools = "0.8.2"
json-forensics = { version = "*", git = "https://github.com/getsentry/rust-json-forensics" }
lazy_static = "1.4.0"
listenfd = "0.3.3"
minidump = { git = "https://github.com/luser/rust-minidump", rev = "20070798b5e9216474013341ed80c5272558d9ee", optional = true }
minidump = { git = "https://github.com/luser/rust-minidump", rev = "dedd6715af3a22f5fff9c065e7c4b22c44fef320", optional = true }
native-tls = { version = "0.2.4", optional = true }
parking_lot = "0.10.0"
rdkafka = { version = "0.24", optional = true }
Expand Down

0 comments on commit 6ee1d7b

Please sign in to comment.