From 8fd639485fbb89211d4f67f0e04a6b002f4cc8b6 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Thu, 13 Nov 2025 12:01:40 -0800 Subject: [PATCH] Upgrade regalloc2 to 0.13.3. Pulls in bytecodealliance/regalloc2#246, a fix to the single-pass register allocator. Fixes #11850 (via that pulled-in fix from d-sonuga). --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- supply-chain/imports.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae7d2d9d2a09..705e6b1c17f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3020,9 +3020,9 @@ dependencies = [ [[package]] name = "regalloc2" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efd8138ce7c3d7c13be4f61893154b5d711bd798d2d7be3ecb8dcc7e7a06ca98" +checksum = "4e249c660440317032a71ddac302f25f1d5dff387667bcc3978d1f77aa31ac34" dependencies = [ "allocator-api2", "bumpalo", diff --git a/Cargo.toml b/Cargo.toml index 578d4b201c28..159ce5d7c8e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -317,7 +317,7 @@ component-async-tests = { path = "crates/misc/component-async-tests" } # Bytecode Alliance maintained dependencies: # --------------------------- -regalloc2 = "0.13.2" +regalloc2 = "0.13.3" # cap-std family: target-lexicon = "0.13.0" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 68e32b6f58ed..d324e553452e 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -1087,8 +1087,8 @@ user-login = "dtolnay" user-name = "David Tolnay" [[publisher.regalloc2]] -version = "0.13.2" -when = "2025-09-18" +version = "0.13.3" +when = "2025-11-13" user-id = 3726 user-login = "cfallin" user-name = "Chris Fallin"