Skip to content

Commit

Permalink
Remove unused dependencies (#3644)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Mar 21, 2023
1 parent b5edc6d commit f59a22b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/ruff/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ toml = { workspace = true }
serde_json = { workspace = true }

[dev-dependencies]
criterion = { version = "0.4.0" }
insta = { workspace = true, features = ["yaml", "redactions"] }
pretty_assertions = "1.3.0"
test-case = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions crates/ruff_benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ harness = false

[dependencies]
once_cell.workspace = true
ruff.path = "../ruff"
serde.workspace = true
serde_json.workspace = true
url = "2.3.1"
ureq = "2.6.2"

[dev-dependencies]
ruff.path = "../ruff"
criterion = { version = "0.4.0"}

[target.'cfg(target_os = "windows")'.dependencies]
[target.'cfg(target_os = "windows")'.dev-dependencies]
mimalloc = "0.1.34"

[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dependencies]
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dev-dependencies]
tikv-jemallocator = "0.5.0"
1 change: 0 additions & 1 deletion crates/ruff_python_stdlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ rust-version = { workspace = true }

[dependencies]
once_cell = { workspace = true }
regex = { workspace = true }
rustc-hash = { workspace = true }

0 comments on commit f59a22b

Please sign in to comment.