diff --git a/crates/oxc_allocator/Cargo.toml b/crates/oxc_allocator/Cargo.toml index e7fe1ac5984b11..93c9ed3b85c120 100644 --- a/crates/oxc_allocator/Cargo.toml +++ b/crates/oxc_allocator/Cargo.toml @@ -21,9 +21,9 @@ doctest = false [dependencies] allocator-api2 = { workspace = true } bumpalo = { workspace = true, features = ["allocator-api2", "collections"] } -simdutf8 = { workspace = true } hashbrown = { workspace = true, features = ["allocator-api2"] } rustc-hash = { workspace = true } +simdutf8 = { workspace = true } serde = { workspace = true, optional = true }