summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-09-10 15:47:22 +0200
committerGitHub <noreply@github.com>2024-09-10 13:47:22 +0000
commita82256c585072f5a7eba6fb71ca8e93f94c42693 (patch)
tree1c3e54fa7f01cb00067fa3e451c8354ad77f61f0 /Cargo.toml
parent40fcd97d584fc1dfa6446bc4922d3b1e440e0afd (diff)
Flow collection phase (#4931)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e5882afa..e3cfc702 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ arrayvec = "0.7.4"
az = "1.2"
base64 = "0.22"
bitflags = { version = "2", features = ["serde"] }
-bumpalo = { version = "3", features = ["collections"] }
+bumpalo = { version = "3", 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"] }