Skip to content

Commit 74d5aba

Browse files
authored
chore: remove unused pins (#1473)
Courtesy of RustRover
1 parent 28b2114 commit 74d5aba

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Cargo.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ readme = "README.md"
4545
categories = ["database-implementations", "data-structures", "compression"]
4646

4747
[workspace.dependencies]
48-
allocator-api2 = "0.2.16"
4948
anyhow = "1.0"
5049
arbitrary = "1.3.2"
5150
arrayref = "0.3.7"
@@ -54,43 +53,33 @@ arrow-arith = "53.0.0"
5453
arrow-array = "53.0.0"
5554
arrow-buffer = "53.0.0"
5655
arrow-cast = "53.0.0"
57-
arrow-csv = "53.0.0"
58-
arrow-data = "53.0.0"
5956
arrow-ipc = "53.0.0"
6057
arrow-ord = "53.0.0"
6158
arrow-schema = "53.0.0"
6259
arrow-select = "53.0.0"
6360
async-trait = "0.1"
64-
bindgen = "0.70.0"
6561
bytes = "1.6.0"
6662
bzip2 = "0.4.4"
67-
cargo_metadata = "0.19.0"
6863
chrono = "0.4.38"
6964
clap = "4.5.13"
7065
compio = "0.13"
7166
criterion = { version = "0.5.1", features = ["html_reports"] }
7267
croaring = "2.1.0"
73-
csv = "1.3.0"
7468
datafusion = { version = "43.0.0", default-features = false }
7569
datafusion-common = "43.0.0"
7670
datafusion-execution = "43.0.0"
7771
datafusion-expr = "43.0.0"
7872
datafusion-physical-expr = "43.0.0"
7973
datafusion-physical-plan = "43.0.0"
8074
divan = "0.1.14"
81-
duckdb = "1.0.0"
8275
enum-iterator = "2.0.0"
83-
enum_dispatch = "0.3.13"
8476
enum-map = "2.7.3"
85-
fallible-iterator = "0.3.0"
8677
fastlanes = "0.1.5"
8778
flatbuffers = "24.3.25"
8879
flexbuffers = "2.0.0"
8980
flume = "0.11"
90-
fs_extra = "1.3.0"
9181
fsst-rs = "0.4.1"
9282
futures = { version = "0.3", default-features = false }
93-
futures-channel = "0.3"
9483
futures-executor = "0.3"
9584
futures-util = "0.3"
9685
getrandom = "0.2.14"
@@ -104,7 +93,6 @@ jiff = "0.1.8"
10493
libfuzzer-sys = "0.4"
10594
log = "0.4.21"
10695
mimalloc = "0.1.42"
107-
monoio = "0.2.3"
10896
num-traits = "0.2.18"
10997
num_enum = "0.7.2"
11098
object_store = "0.11.0"
@@ -124,7 +112,6 @@ rayon = "1.10.0"
124112
regex = "1.11.0"
125113
reqwest = { version = "0.12.0", features = ["blocking"] }
126114
rstest = "0.23"
127-
seq-macro = "0.3.5"
128115
serde = "1.0.197"
129116
serde_json = "1.0.116"
130117
serde_test = "1.0.176"
@@ -135,7 +122,6 @@ tempfile = "3"
135122
thiserror = "2.0.0"
136123
tokio = "1.37.0"
137124
tracing = "0.1"
138-
uninit = "0.6.2"
139125
url = "2"
140126
uuid = "1.8.0"
141127

@@ -163,12 +149,10 @@ vortex-roaring = { version = "0.19.0", path = "./encodings/roaring" }
163149
vortex-runend = { version = "0.19.0", path = "./encodings/runend" }
164150
vortex-runend-bool = { version = "0.19.0", path = "./encodings/runend-bool" }
165151
vortex-scalar = { version = "0.19.0", path = "./vortex-scalar", default-features = false }
166-
vortex-schema = { version = "0.19.0", path = "./vortex-schema" }
167152
vortex-sampling-compressor = { version = "0.19.0", path = "./vortex-sampling-compressor" }
168153
vortex-zigzag = { version = "0.19.0", path = "./encodings/zigzag" }
169154
# END crates published by this project
170155

171-
walkdir = "2.5.0"
172156
worker = "0.4.0"
173157
xshell = "0.2.6"
174158
zigzag = "0.1.0"

0 commit comments

Comments
 (0)