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"