From c5c6bd2203417293901c7f53ba647e08074ded75 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 16:17:30 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- crates/oxc_transformer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/oxc_transformer/Cargo.toml b/crates/oxc_transformer/Cargo.toml index 60355f247e7975..07694ca3fe3bd9 100644 --- a/crates/oxc_transformer/Cargo.toml +++ b/crates/oxc_transformer/Cargo.toml @@ -40,12 +40,12 @@ cow-utils = { workspace = true } dashmap = { workspace = true } indexmap = { workspace = true } itoa = { workspace = true } +lazy_static = { workspace = true } ropey = { workspace = true } rustc-hash = { workspace = true } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } sha1 = { workspace = true } -lazy_static = { workspace = true } [dev-dependencies] insta = { workspace = true }