Skip to content

Commit e9b76a7

Browse files
committed
chore: remove bumpalo
1 parent 7cc80a7 commit e9b76a7

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

Cargo.lock

Lines changed: 20 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ axum-core = { version = "0.5.5" }
109109
bitvec = { version = "1.0.1", default-features = false }
110110
bon = { version = "3.8.1", default-features = false, features = ["implied-bounds"] }
111111
bstr = { version = "1.12.1" }
112-
bump-scope = { version = "1.5.1", default-features = false, features = ["nightly-clone-to-uninit", "panic-on-alloc"] }
113-
bumpalo = { version = "3.19.0", default-features = false, features = ["allocator-api2"] }
112+
bump-scope = { version = "1.5.1", default-features = false, features = ["alloc", "nightly-clone-to-uninit", "panic-on-alloc", "std"] }
114113
bytes = { version = "1.10.1" }
115114
bytes-utils = { version = "0.1.4", default-features = false }
116115
camino = { version = "1.1.12", default-features = false }

0 commit comments

Comments
 (0)