diff --git a/Cargo.toml b/Cargo.toml index 010b8a1b4c707..7c406b9b1c0c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -173,9 +173,9 @@ mime_guess = "2.0.5" nonmax = "0.5.5" num-bigint = "0.4.6" num-traits = "0.2.19" +pathdiff = "0.2.3" petgraph = "0.7.0" phf = "0.11.2" -pathdiff = "0.2.3" pico-args = "0.5.0" prettyplease = "0.2.25" project-root = "0.2.2" diff --git a/apps/oxlint/Cargo.toml b/apps/oxlint/Cargo.toml index 09f8e23502e8f..0805e6aa3e4b4 100644 --- a/apps/oxlint/Cargo.toml +++ b/apps/oxlint/Cargo.toml @@ -36,14 +36,14 @@ oxc_linter = { workspace = true } oxc_span = { workspace = true } bpaf = { workspace = true, features = ["autocomplete", "bright-color", "derive"] } +cow-utils = { workspace = true } ignore = { workspace = true, features = ["simd-accel"] } miette = { workspace = true } +pathdiff = { workspace = true } rayon = { workspace = true } -cow-utils = {workspace = true } rustc-hash = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -pathdiff = { workspace = true } tempfile = { workspace = true } tracing-subscriber = { workspace = true, features = [] } # Omit the `regex` feature