Upgrade ruzstd
, object
, and addr2line
to the latest versions
#718
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
object
released a breaking change with adjustments toelf::R_RISCV_GNU_*
andpe::IMAGE_WEAK_EXTERN_*
constants, as well as a changed API for Mach-O dyld. None of these are relevant to our use.ruzstd
moved some API around to account for compression support, the only required update for us is to change import paths.addr2line
only bumped the gimli version, which includes an update that will help us drop the crates.io compiler-builtins dependency from the standard library.Object changelog: https://github.com/gimli-rs/object/blob/master/CHANGELOG.md#0370
Ruzstd changelog: https://github.com/KillingSpark/zstd-rs/releases/tag/v0.8.0
Addr2line changelog: https://github.com/gimli-rs/addr2line/blob/master/CHANGELOG.md#0250-20250611