Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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 @@ -286,7 +286,7 @@ byte-array-literals = { path = "crates/wasi-preview1-component-adapter/byte-arra

# Bytecode Alliance maintained dependencies:
# ---------------------------
regalloc2 = "0.11.2"
regalloc2 = "0.11.3"

# cap-std family:
target-lexicon = "0.13.0"
Expand Down
4 changes: 2 additions & 2 deletions supply-chain/imports.lock
Original file line number Diff line number Diff line change
Expand Up @@ -933,8 +933,8 @@ user-login = "dtolnay"
user-name = "David Tolnay"

[[publisher.regalloc2]]
version = "0.11.2"
when = "2025-04-01"
version = "0.11.3"
when = "2025-04-07"
user-id = 3726
user-login = "cfallin"
user-name = "Chris Fallin"
Expand Down
Loading