mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Bump bumpalo lower bound to version 3.15.4 (#5343)
This commit is contained in:
parent
36f8cdf91b
commit
1261d176b0
@ -37,7 +37,7 @@ arrayvec = "0.7.4"
|
|||||||
az = "1.2"
|
az = "1.2"
|
||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
bitflags = { version = "2", features = ["serde"] }
|
bitflags = { version = "2", features = ["serde"] }
|
||||||
bumpalo = { version = "3", features = ["boxed", "collections"] }
|
bumpalo = { version = "3.15.4", features = ["boxed", "collections"] }
|
||||||
bytemuck = "1"
|
bytemuck = "1"
|
||||||
chinese-number = { version = "0.7.2", default-features = false, features = ["number-to-chinese"] }
|
chinese-number = { version = "0.7.2", default-features = false, features = ["number-to-chinese"] }
|
||||||
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }
|
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user