From 5255318561bb9c8a03898a2f2624199dc1c9319f Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:48:29 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- crates/oxc_minifier/Cargo.toml | 2 +- crates/oxc_syntax_operations/Cargo.toml | 2 +- crates/oxc_transformer/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/oxc_minifier/Cargo.toml b/crates/oxc_minifier/Cargo.toml index 01b5fb6a9ee4ca..5bc22a0cbab2b8 100644 --- a/crates/oxc_minifier/Cargo.toml +++ b/crates/oxc_minifier/Cargo.toml @@ -29,8 +29,8 @@ oxc_parser = { workspace = true } oxc_semantic = { workspace = true } oxc_span = { workspace = true } oxc_syntax = { workspace = true } -oxc_traverse = { workspace = true } oxc_syntax_operations = { workspace = true } +oxc_traverse = { workspace = true } cow-utils = { workspace = true } num-bigint = { workspace = true } diff --git a/crates/oxc_syntax_operations/Cargo.toml b/crates/oxc_syntax_operations/Cargo.toml index 90fe5ea3703d64..21e781a4c73769 100644 --- a/crates/oxc_syntax_operations/Cargo.toml +++ b/crates/oxc_syntax_operations/Cargo.toml @@ -21,5 +21,5 @@ test = false doctest = false [dependencies] -oxc_span = { workspace = true } oxc_ast = { workspace = true } +oxc_span = { workspace = true } diff --git a/crates/oxc_transformer/Cargo.toml b/crates/oxc_transformer/Cargo.toml index 69a2768f41c315..d4cf7f19715655 100644 --- a/crates/oxc_transformer/Cargo.toml +++ b/crates/oxc_transformer/Cargo.toml @@ -29,8 +29,8 @@ oxc_regular_expression = { workspace = true } oxc_semantic = { workspace = true } oxc_span = { workspace = true } oxc_syntax = { workspace = true, features = ["to_js_string"] } -oxc_traverse = { workspace = true } oxc_syntax_operations = { workspace = true } +oxc_traverse = { workspace = true } assert-unchecked = { workspace = true } base64 = { workspace = true }