From abddcd21c34726368270c846125855fc8eb83e1e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 18:55:39 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- crates/oxc_allocator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }