@@ -94,7 +94,6 @@ rust-version = "1.91.0"
9494version = " 0.1.0"
9595
9696[workspace .dependencies ]
97- aho-corasick = " 1.1.3"
9897anyhow = " 1.0.97"
9998arbitrary = " 1.3.2"
10099arc-swap = " 1.9"
@@ -105,7 +104,6 @@ arrow-buffer = "58.3"
105104arrow-cast = " 58.3"
106105arrow-data = " 58.3"
107106arrow-ipc = " 58.3"
108- arrow-ord = " 58.3"
109107arrow-row = " 58.3"
110108arrow-schema = " 58.3"
111109arrow-select = " 58.3"
@@ -121,7 +119,6 @@ bit-vec = "0.9.0"
121119bitvec = " 1.0.1"
122120bytes = " 1.11.1"
123121bzip2 = " 0.6.0"
124- cargo_metadata = " 0.23.1"
125122cbindgen = " 0.29.0"
126123cc = " 1.2"
127124cfg-if = " 1.0.1"
@@ -152,7 +149,6 @@ datafusion-physical-expr-common = { version = "54" }
152149datafusion-physical-plan = { version = " 54" }
153150datafusion-pruning = { version = " 54" }
154151datafusion-sqllogictest = { version = " 54" }
155- dirs = " 6.0.0"
156152divan = { package = " codspeed-divan-compat" , version = " 5.0.0" }
157153enum-iterator = " 2.0.0"
158154env_logger = " 0.11"
@@ -176,7 +172,6 @@ indicatif = "0.18.0"
176172insta = " 1.43"
177173inventory = " 0.3.20"
178174itertools = " 0.14.0"
179- jetscii = " 0.5.3"
180175jiff = " 0.2.0"
181176jni = { version = " 0.22.0" }
182177kanal = " 0.1.1"
@@ -186,12 +181,9 @@ libfuzzer-sys = "0.4"
186181libloading = " 0.8"
187182liblzma = " 0.4"
188183log = { version = " 0.4.21" }
189- loom = { version = " 0.7" , features = [" checkpoint" ] }
190- memchr = " 2.8.0"
191184memmap2 = " 0.9.5"
192185mimalloc = " 0.1.42"
193186moka = { version = " 0.12.10" , default-features = false }
194- multiversion = " 0.8.0"
195187noodles-bgzf = " 0.47.0"
196188noodles-vcf = { version = " 0.88.0" , features = [" async" ] }
197189num-traits = " 0.2.19"
@@ -224,7 +216,6 @@ rand = "0.10.1"
224216rand_distr = " 0.6"
225217ratatui = { version = " 0.30" , default-features = false }
226218regex = " 1.11.0"
227- regex-automata = " 0.4"
228219reqwest = { version = " 0.13.0" , features = [
229220 " blocking" ,
230221 " charset" ,
@@ -330,11 +321,9 @@ vortex-zstd = { version = "0.1.0", path = "./encodings/zstd", default-features =
330321
331322# No version constraints for unpublished crates.
332323vortex-bench = { path = " ./vortex-bench" , default-features = false }
333- vortex-compat = { path = " ./vortex-test/compat-gen" }
334324vortex-cuda = { path = " ./vortex-cuda" , default-features = false }
335325vortex-cuda-macros = { path = " ./vortex-cuda/macros" }
336326vortex-duckdb = { path = " ./vortex-duckdb" , default-features = false }
337- vortex-test-e2e-cuda = { path = " ./vortex-test/e2e-cuda" , default-features = false }
338327vortex-tui = { path = " ./vortex-tui" }
339328
340329[workspace .lints .rust ]
0 commit comments