From f2e5a393a2a9d296ca3556e893f41c01a345008d Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 09:48:12 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- Cargo.toml | 2 +- tasks/minsize/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4a6973a2955f9..1eff0ff6634e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -174,7 +174,6 @@ num-traits = "0.2.19" petgraph = "0.6.5" phf = "0.11.2" pico-args = "0.5.0" -similar-asserts = "1.6.0" prettyplease = "0.2.25" project-root = "0.2.2" rayon = "1.10.0" @@ -190,6 +189,7 @@ serde-wasm-bindgen = "0.6.5" sha1 = "0.10.6" simdutf8 = { version = "0.1.5", features = ["aarch64_neon"] } similar = "2.6.0" +similar-asserts = "1.6.0" string_wizard = "0.0.25" tempfile = "3.14.0" tokio = "1.42.0" diff --git a/tasks/minsize/Cargo.toml b/tasks/minsize/Cargo.toml index 6adfccf6f6140..5a39fe439d403 100644 --- a/tasks/minsize/Cargo.toml +++ b/tasks/minsize/Cargo.toml @@ -31,5 +31,5 @@ oxc_tasks_common = { workspace = true } cow-utils = { workspace = true } humansize = { workspace = true } -similar-asserts = { workspace = true } rustc-hash = { workspace = true } +similar-asserts = { workspace = true }