From 062d0376a723d966910eb7f8818e5d1fa8fc95f6 Mon Sep 17 00:00:00 2001 From: Trevor Elliott Date: Wed, 31 May 2023 09:29:15 -0700 Subject: [PATCH] Bump regalloc2 to 0.9.1 (#6483) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- supply-chain/imports.lock | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a69189f3ccc5..b1b0abca10c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2637,9 +2637,9 @@ dependencies = [ [[package]] name = "regalloc2" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4befc14107257dcfe5bb704e1777a93490161dee55e2d331dd43920e0b3da5a" +checksum = "12513beb38dd35aab3ac5f5b89fd0330159a0dc21d5309d75073011bbc8032b0" dependencies = [ "hashbrown 0.13.2", "log", diff --git a/Cargo.toml b/Cargo.toml index 3b99c60ed89f..2861882ff233 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -183,7 +183,7 @@ byte-array-literals = { path = "crates/wasi-preview1-component-adapter/byte-arra # Bytecode Alliance maintained dependencies: # --------------------------- -regalloc2 = "0.9.0" +regalloc2 = "0.9.1" # cap-std family: target-lexicon = { version = "0.12.3", default-features = false, features = ["std"] } diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 96cbd4639d56..dd2a764b2e4e 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -29,6 +29,13 @@ user-id = 187138 user-login = "elliottt" user-name = "Trevor Elliott" +[[publisher.regalloc2]] +version = "0.9.1" +when = "2023-05-31" +user-id = 187138 +user-login = "elliottt" +user-name = "Trevor Elliott" + [[publisher.unicode-segmentation]] version = "1.10.1" when = "2023-01-31"