From 1261d176b0d0eebe8aef117fb5929209f018f1fa Mon Sep 17 00:00:00 2001 From: Garmelon Date: Thu, 31 Oct 2024 16:55:15 +0100 Subject: [PATCH] Bump bumpalo lower bound to version 3.15.4 (#5343) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5909d86a6..0496da116 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ arrayvec = "0.7.4" az = "1.2" base64 = "0.22" bitflags = { version = "2", features = ["serde"] } -bumpalo = { version = "3", features = ["boxed", "collections"] } +bumpalo = { version = "3.15.4", features = ["boxed", "collections"] } bytemuck = "1" chinese-number = { version = "0.7.2", default-features = false, features = ["number-to-chinese"] } chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }