Skip to content

Commit 0baac4e

Browse files
authored
Cleanup unused dependencies and dead file (#5787)
Signed-off-by: Adam Gutglick <[email protected]>
1 parent fdd2fcc commit 0baac4e

File tree

12 files changed

+3
-325
lines changed

12 files changed

+3
-325
lines changed

Cargo.lock

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

encodings/bytebool/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ vortex-mask = { workspace = true }
2626
vortex-scalar = { workspace = true }
2727

2828
[dev-dependencies]
29-
itertools = { workspace = true }
3029
rstest = { workspace = true }
3130
vortex-array = { workspace = true, features = ["test-harness"] }

encodings/decimal-byte-parts/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ vortex-mask = { workspace = true }
2727
vortex-scalar = { workspace = true }
2828

2929
[dev-dependencies]
30-
itertools = { workspace = true }
3130
rstest = { workspace = true }
3231
vortex-array = { path = "../../vortex-array", features = ["test-harness"] }

encodings/fastlanes/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ vortex-vector = { workspace = true }
3737
[dev-dependencies]
3838
divan = { workspace = true }
3939
itertools = { workspace = true }
40-
mimalloc = { workspace = true }
4140
rand = { workspace = true }
4241
rstest = { workspace = true }
4342
vortex-alp = { path = "../alp" }

encodings/fsst/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ test-harness = ["dep:rand", "vortex-array/test-harness"]
3434

3535
[dev-dependencies]
3636
divan = { workspace = true }
37-
itertools = { workspace = true }
3837
rand = { workspace = true }
3938
rstest = { workspace = true }
4039
vortex-array = { workspace = true, features = ["test-harness"] }

encodings/sequence/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ vortex-vector = { workspace = true }
2828
[dev-dependencies]
2929
itertools = { workspace = true }
3030
rstest = { workspace = true }
31-
tokio = { workspace = true, features = ["full"] }
3231
vortex-array = { path = "../../vortex-array", features = ["test-harness"] }
33-
vortex-file = { path = "../../vortex-file", features = ["tokio"] }
34-
vortex-layout = { path = "../../vortex-layout" }
3532

3633
[lints]
3734
workspace = true

vortex-btrblocks/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ vortex-zigzag = { workspace = true }
3939

4040
[dev-dependencies]
4141
divan = { workspace = true }
42-
env_logger = "0.11"
43-
rstest = { workspace = true }
4442
vortex-array = { workspace = true, features = ["test-harness"] }
4543

4644
[features]

vortex-buffer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ bitvec = { workspace = true }
2828
bytes = { workspace = true }
2929
itertools = { workspace = true }
3030
memmap2 = { workspace = true, optional = true }
31-
num-traits = { workspace = true }
3231
serde = { workspace = true, optional = true }
3332
simdutf8 = { workspace = true }
3433
tracing = { workspace = true, optional = true }
@@ -43,6 +42,7 @@ workspace = true
4342
[dev-dependencies]
4443
arrow-buffer = { workspace = true }
4544
divan = { workspace = true }
45+
num-traits = { workspace = true }
4646
rstest = { workspace = true }
4747

4848
[[bench]]

vortex-compute/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ vortex-vector = { workspace = true }
3232

3333
half = { workspace = true }
3434
itertools = { workspace = true }
35-
log = { workspace = true }
3635
multiversion = { workspace = true }
3736
num-traits = { workspace = true }
3837
paste = { workspace = true }

0 commit comments

Comments
 (0)