diff options
| author | Garmelon <joscha@plugh.de> | 2024-10-31 16:55:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-31 15:55:15 +0000 |
| commit | 1261d176b0d0eebe8aef117fb5929209f018f1fa (patch) | |
| tree | 6801c63d785a2ea2750c40430b3e694c055b4e90 /Cargo.toml | |
| parent | 36f8cdf91b909bc9334a7afa63a969d6a8b9ce68 (diff) | |
Bump bumpalo lower bound to version 3.15.4 (#5343)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"] } |
