From 39d67781f5a09aec9cd03676b92f62e8a312590a Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:29:34 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- crates/oxc_mangler/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/oxc_mangler/Cargo.toml b/crates/oxc_mangler/Cargo.toml index a65d83a1116be3..2f108af2fb6e8c 100644 --- a/crates/oxc_mangler/Cargo.toml +++ b/crates/oxc_mangler/Cargo.toml @@ -21,12 +21,10 @@ test = false doctest = false [dependencies] +itertools = { workspace = true } oxc_allocator = { workspace = true } oxc_ast = { workspace = true } oxc_index = { workspace = true } oxc_semantic = { workspace = true } oxc_span = { workspace = true } - -compact_str = { workspace = true } -itertools = { workspace = true } rustc-hash = { workspace = true }