Skip to content

Commit

Permalink
Update to regalloc2 0.11.1. (#9704)
Browse files Browse the repository at this point in the history
* Update to regalloc2 0.11.1.

Pulls in a fix for a performance regression related to Rust's new
standard library sort function.

(This is a semver-compatible upgrade to our existing 0.11.0 dep so
should be pulled in by non-locked builds automatically, but let's do it
explicitly to set the minimum version and get our vetting data updated
too.)

* Vetted hashbrown 0.14.15 -> 0.15.2.
  • Loading branch information
cfallin authored Dec 2, 2024
1 parent 45b60bd commit eb7f161
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 6 deletions.
12 changes: 9 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ byte-array-literals = { path = "crates/wasi-preview1-component-adapter/byte-arra

# Bytecode Alliance maintained dependencies:
# ---------------------------
regalloc2 = "0.11.0"
regalloc2 = "0.11.1"

# cap-std family:
target-lexicon = "0.12.16"
Expand Down
5 changes: 5 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1830,6 +1830,11 @@ criteria = "safe-to-deploy"
delta = "0.13.1 -> 0.13.2"
notes = "I read through the diff between v0.13.1 and v0.13.2, and verified that the changes made matched up with the changelog entries. There were very few changes between these two releases, and it was easy to verify what they did."

[[audits.hashbrown]]
who = "Chris Fallin <[email protected]>"
criteria = "safe-to-deploy"
delta = "0.14.5 -> 0.15.2"

[[audits.heck]]
who = "Alex Crichton <[email protected]>"
criteria = "safe-to-deploy"
Expand Down
11 changes: 9 additions & 2 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,13 @@ user-id = 2915
user-login = "Amanieu"
user-name = "Amanieu d'Antras"

[[publisher.hashbrown]]
version = "0.14.5"
when = "2024-04-28"
user-id = 2915
user-login = "Amanieu"
user-name = "Amanieu d'Antras"

[[publisher.indexmap]]
version = "2.2.6"
when = "2024-03-23"
Expand Down Expand Up @@ -673,8 +680,8 @@ user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.regalloc2]]
version = "0.11.0"
when = "2024-11-15"
version = "0.11.1"
when = "2024-12-02"
user-id = 3726
user-login = "cfallin"
user-name = "Chris Fallin"
Expand Down

0 comments on commit eb7f161

Please sign in to comment.