Skip to content

Commit bbfcd58

Browse files
authored
deps: Update bumpalo to version 3.20.0 (#12614)
1 parent 9c17fed commit bbfcd58

5 files changed

Lines changed: 8 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ json-from-wast = "0.245.0"
360360
# --------------------------
361361
arbitrary = "1.4.2"
362362
backtrace = "0.3.75"
363+
bumpalo = "3.20.0"
363364
mutatis = "0.3.2"
364365
cc = "1.2.41"
365366
object = { version = "0.38.1", default-features = false, features = ['read_core', 'elf'] }

cranelift/codegen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ features = ["all-arch"]
2222

2323
[dependencies]
2424
anyhow = { workspace = true, optional = true, features = ['std'] }
25-
bumpalo = "3"
25+
bumpalo = { workspace = true }
2626
capstone = { workspace = true, optional = true }
2727
cranelift-assembler-x64 = { workspace = true }
2828
cranelift-codegen-shared = { path = "./shared", version = "0.130.0" }
@@ -83,7 +83,7 @@ trace-log = ["regalloc2/trace-log"]
8383

8484
# By default, an ISLE term is compiled into a single Rust function, but it can be
8585
# significantly inefficient for large terms (e.g. `simplify` with hundreds of rules).
86-
# This is because the generated Rust code for such terms is large, and `rustc` takes quadratically longer to compile huge functions.
86+
# This is because the generated Rust code for such terms is large, and `rustc` takes quadratically longer to compile huge functions.
8787
# This feature splits large match arms in such ISLE terms into closures, for compiling ISLE terms more efficiently.
8888
# However, this can degrade Cranelift compilation times, introducing ABI boundaries between the closures.
8989
# Therefore, we recommend enabling this feature only for debugging/development purposes.

crates/wasmtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ rayon = { workspace = true, optional = true }
5050
object = { workspace = true, features = ['unaligned'] }
5151
async-trait = { workspace = true, optional = true }
5252
encoding_rs = { version = "0.8.31", optional = true }
53-
bumpalo = "3.11.0"
53+
bumpalo = { workspace = true }
5454
fxprof-processed-profile = { version = "0.8.1", optional = true }
5555
gimli = { workspace = true, optional = true }
5656
addr2line = { workspace = true, optional = true }

supply-chain/imports.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -566,8 +566,8 @@ user-login = "BurntSushi"
566566
user-name = "Andrew Gallant"
567567

568568
[[publisher.bumpalo]]
569-
version = "3.16.0"
570-
when = "2024-04-08"
569+
version = "3.20.0"
570+
when = "2026-02-18"
571571
user-id = 696
572572
user-login = "fitzgen"
573573
user-name = "Nick Fitzgerald"

0 commit comments

Comments
 (0)