Upgrade and deduplicate dependencies - #160529
Conversation
|
The run-make-support library was changed cc @jieyouxu The list of allowed third-party dependencies may have been modified! You must ensure that any new dependencies have compatible licenses before merging. cc @davidtwco, @BoxyUwU
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
|
rustbot has assigned @Mark-Simulacrum. Use Why was this reviewer chosen?The reviewer was selected based on:
|
This comment has been minimized.
This comment has been minimized.
- Upgrade from `getrandom v0.4.2` to `v0.4.3` to drop its `wasip2` and `wasip3` dependencies and many transitives. - Upgrade from `gimli v0.33` to `v0.34` as a direct dependency and through a `thorin-dwp` upgrade. - Upgrade from `object v0.37` and `v0.38` to `v0.39` as a direct dependency and via `ar_archive_writer` and `thorin-dwp` upgrades. - Upgrade `libloading` and `wasmparser` to match other dependencies. This also consolidates from `hashbrown v0.15`, `v0.16`, and `v0.17` to just `v0.17.1`, which is the same that `std` currently uses.
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
getrandom v0.4.2tov0.4.3to drop itswasip2andwasip3dependencies and many transitives.gimli v0.33tov0.34as a direct dependency andthrough a
thorin-dwpupgrade.object v0.37andv0.38tov0.39as a directdependency and via
ar_archive_writerandthorin-dwpupgrades.libloadingandwasmparserto match other dependencies.This also consolidates from
hashbrown v0.15,v0.16, andv0.17tojust
v0.17.1, which is the same thatstdcurrently uses.