Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 28, 2024
1 parent 9656b4e commit f2e5a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tasks/minsize/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

0 comments on commit f2e5a39

Please sign in to comment.