Skip to content

Upgrade ruzstd, object, and addr2line to the latest versions #718

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2025

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented Jun 10, 2025

object released a breaking change with adjustments to elf::R_RISCV_GNU_* and pe::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

@tgross35
Copy link
Contributor Author

...nevermind, looks like we do touch the new ruzstd api

`object` released a breaking change with adjustments to
`elf::R_RISCV_GNU_*` and `pe::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
@tgross35 tgross35 force-pushed the upgrade-dependencies branch from 91bdd25 to 17d49a9 Compare June 11, 2025 20:13
@tgross35 tgross35 changed the title Upgrade ruzstd and object to the latest version Upgrade ruzstd, object, and addr2line to the latest versions Jun 12, 2025
@workingjubilee
Copy link
Member

Yeah, this seems fine.

@workingjubilee workingjubilee merged commit b65ab93 into rust-lang:master Jun 16, 2025
39 checks passed
@tgross35 tgross35 deleted the upgrade-dependencies branch June 16, 2025 07:02
tgross35 added a commit to tgross35/rust that referenced this pull request Jun 16, 2025
Pick up the following pull requests:

* ci: remove binary size check (not relevant in rust-lang/rust)
  <rust-lang/backtrace-rs#710>
* Upgrade `ruzstd`, `object`, and `addr2line` to the latest versions
  <rust-lang/backtrace-rs#718>
Kobzol added a commit to Kobzol/rust that referenced this pull request Jun 16, 2025
…ngjubilee

Update the `backtrace` submodule

Pick up the following pull requests:

* ci: remove binary size check (not relevant in rust-lang/rust) <rust-lang/backtrace-rs#710>
* Upgrade `ruzstd`, `object`, and `addr2line` to the latest versions <rust-lang/backtrace-rs#718>
rust-timer added a commit to rust-lang/rust that referenced this pull request Jun 16, 2025
Rollup merge of #142562 - tgross35:update-backtrace, r=workingjubilee

Update the `backtrace` submodule

Pick up the following pull requests:

* ci: remove binary size check (not relevant in rust-lang/rust) <rust-lang/backtrace-rs#710>
* Upgrade `ruzstd`, `object`, and `addr2line` to the latest versions <rust-lang/backtrace-rs#718>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants