diff --git a/Cargo.lock b/Cargo.lock index 609c44c4eba7..45df23c9b941 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2997,9 +2997,9 @@ dependencies = [ [[package]] name = "regalloc2" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68e18e1ef763167dc6718c28a5585e62f907590a21028b8e87be1318f19ef1cb" +checksum = "efd8138ce7c3d7c13be4f61893154b5d711bd798d2d7be3ecb8dcc7e7a06ca98" dependencies = [ "allocator-api2", "bumpalo", diff --git a/Cargo.toml b/Cargo.toml index 01917a3e236d..db0da0cd6aaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -308,7 +308,7 @@ component-async-tests = { path = "crates/misc/component-async-tests" } # Bytecode Alliance maintained dependencies: # --------------------------- -regalloc2 = "0.13.1" +regalloc2 = "0.13.2" # cap-std family: target-lexicon = "0.13.0" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index bf1119cc1f49..89f5b576e451 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -1020,8 +1020,8 @@ user-login = "dtolnay" user-name = "David Tolnay" [[publisher.regalloc2]] -version = "0.13.1" -when = "2025-08-25" +version = "0.13.2" +when = "2025-09-18" user-id = 3726 user-login = "cfallin" user-name = "Chris Fallin"