From 3ca96d287acadc687bd9a77beff28554be326161 Mon Sep 17 00:00:00 2001 From: Maksim Ryndin Date: Wed, 6 May 2026 13:38:20 +0000 Subject: [PATCH] update bumpalo --- crates/wast/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wast/Cargo.toml b/crates/wast/Cargo.toml index 45aea73362..30a7afae9d 100644 --- a/crates/wast/Cargo.toml +++ b/crates/wast/Cargo.toml @@ -20,7 +20,7 @@ all-features = true workspace = true [dependencies] -bumpalo = "3.14.0" +bumpalo = "3.20" gimli = { workspace = true, optional = true } leb128fmt = { workspace = true } memchr = "2.4.1"