getsentry / symbolicator

Native Symbolication as a Service
https://getsentry.github.io/symbolicator/
MIT License
352 stars 45 forks source link

Update AWS SDK and minidump dependencies #1336

Closed Swatinem closed 7 months ago

Swatinem commented 7 months ago

The AWS SDK now reached 1.0, so should stop changing so much. The minidump dependency should be smooth sailing.

I did not yet update the axum and sentry dependencies, as those will need more work, and probably also need an updated axum-server which has not been released yet.

skip-changelog

codecov[bot] commented 7 months ago

Codecov Report

Merging #1336 (f536dec) into master (6053a36) will increase coverage by 0.01%. The diff coverage is 93.75%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1336 +/- ## ========================================== + Coverage 75.66% 75.67% +0.01% ========================================== Files 99 99 Lines 14763 14765 +2 ========================================== + Hits 11170 11174 +4 + Misses 3593 3591 -2 ```