Skip to content

Commit 0cb3900

Browse files
authored
chore: trim unused crate deps with cargo-machete (#6663)
Trims unused crate dependencies based on: `cargo-machete --with-metadata --fix`. Signed-off-by: Alexander Droste <alexander.droste@protonmail.com>
1 parent b3ed0d0 commit 0cb3900

27 files changed

Lines changed: 314 additions & 115 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmarks/compress-bench/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ itertools = { workspace = true }
2727
lance-bench = { path = "../lance-bench", optional = true }
2828
parquet = { workspace = true }
2929
regex = { workspace = true }
30-
serde = { workspace = true }
3130
tokio = { workspace = true, features = ["full"] }
3231
tracing = { workspace = true }
3332
vortex = { workspace = true }

benchmarks/datafusion-bench/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ publish = false
1616

1717
[dependencies]
1818
anyhow = { workspace = true }
19-
arrow-ipc.workspace = true
20-
async-trait = { workspace = true }
2119
clap = { workspace = true, features = ["derive"] }
2220
custom-labels = { workspace = true }
2321
datafusion = { workspace = true, features = [
@@ -44,7 +42,6 @@ vortex-datafusion = { workspace = true }
4442
vortex-metrics = { workspace = true }
4543

4644
[build-dependencies]
47-
get_dir = { workspace = true }
4845
custom-labels = { workspace = true }
4946

5047
[features]

0 commit comments

Comments
 (0)