mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-12 14:48:39 +00:00
Remove unused dependencies (#3644)
This commit is contained in:
parent
b5edc6dfc9
commit
f59a22b6e5
4 changed files with 3 additions and 7 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1990,7 +1990,6 @@ dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap 4.1.8",
|
"clap 4.1.8",
|
||||||
"colored",
|
"colored",
|
||||||
"criterion",
|
|
||||||
"dirs",
|
"dirs",
|
||||||
"fern",
|
"fern",
|
||||||
"glob",
|
"glob",
|
||||||
|
@ -2212,7 +2211,6 @@ name = "ruff_python_stdlib"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"once_cell",
|
"once_cell",
|
||||||
"regex",
|
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,6 @@ toml = { workspace = true }
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = { version = "0.4.0" }
|
|
||||||
insta = { workspace = true, features = ["yaml", "redactions"] }
|
insta = { workspace = true, features = ["yaml", "redactions"] }
|
||||||
pretty_assertions = "1.3.0"
|
pretty_assertions = "1.3.0"
|
||||||
test-case = { workspace = true }
|
test-case = { workspace = true }
|
||||||
|
|
|
@ -18,17 +18,17 @@ harness = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
once_cell.workspace = true
|
once_cell.workspace = true
|
||||||
ruff.path = "../ruff"
|
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
url = "2.3.1"
|
url = "2.3.1"
|
||||||
ureq = "2.6.2"
|
ureq = "2.6.2"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
ruff.path = "../ruff"
|
||||||
criterion = { version = "0.4.0"}
|
criterion = { version = "0.4.0"}
|
||||||
|
|
||||||
[target.'cfg(target_os = "windows")'.dependencies]
|
[target.'cfg(target_os = "windows")'.dev-dependencies]
|
||||||
mimalloc = "0.1.34"
|
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"
|
tikv-jemallocator = "0.5.0"
|
||||||
|
|
|
@ -9,5 +9,4 @@ rust-version = { workspace = true }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
once_cell = { workspace = true }
|
once_cell = { workspace = true }
|
||||||
regex = { workspace = true }
|
|
||||||
rustc-hash = { workspace = true }
|
rustc-hash = { workspace = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue