From 1c84387ebd00e771387338b315c0fcf1e63f7020 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:39:58 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- crates/oxc_ast/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/oxc_ast/Cargo.toml b/crates/oxc_ast/Cargo.toml index f0318135f5668..86840b880b8dc 100644 --- a/crates/oxc_ast/Cargo.toml +++ b/crates/oxc_ast/Cargo.toml @@ -24,9 +24,7 @@ oxc_ast_macros = { workspace = true } oxc_span = { workspace = true } oxc_syntax = { workspace = true } oxc_regular_expression = { workspace = true } - -bitflags = { workspace = true } -num-bigint = { workspace = true } +num-bigint = { workspace = true } serde = { workspace = true, features = ["derive"], optional = true } serde_json = { workspace = true, optional = true }