@@ -88,16 +88,16 @@ arbitrary = "1.3.2"
8888arc-swap = " 1.8"
8989arcref = " 0.2.0"
9090arrayref = " 0.3.7"
91- arrow-arith = " 57.1 "
92- arrow-array = " 57.1 "
93- arrow-buffer = " 57.1 "
94- arrow-cast = " 57.1 "
95- arrow-data = " 57.1 "
96- arrow-ipc = " 57.1 "
97- arrow-ord = " 57.1 "
98- arrow-schema = " 57.1 "
99- arrow-select = " 57.1 "
100- arrow-string = " 57.1 "
91+ arrow-arith = " 58 "
92+ arrow-array = " 58 "
93+ arrow-buffer = " 58 "
94+ arrow-cast = " 58 "
95+ arrow-data = " 58 "
96+ arrow-ipc = " 58 "
97+ arrow-ord = " 58 "
98+ arrow-schema = " 58 "
99+ arrow-select = " 58 "
100+ arrow-string = " 58 "
101101async-fs = " 2.2.0"
102102async-lock = " 3.4"
103103async-stream = " 0.3.6"
@@ -125,20 +125,20 @@ cudarc = { version = "0.18.2", features = [
125125custom-labels = " 0.4.4"
126126daachorse = " 1.0.0"
127127dashmap = " 6.1.0"
128- datafusion = { version = " 52 " , default-features = false , features = [" sql" ] }
129- datafusion-catalog = { version = " 52 " }
130- datafusion-common = { version = " 52 " }
131- datafusion-common-runtime = { version = " 52 " }
132- datafusion-datasource = { version = " 52 " , default-features = false }
133- datafusion-execution = { version = " 52 " }
134- datafusion-expr = { version = " 52 " }
135- datafusion-functions = { version = " 52 " }
136- datafusion-physical-expr = { version = " 52 " }
137- datafusion-physical-expr-adapter = { version = " 52 " }
138- datafusion-physical-expr-common = { version = " 52 " }
139- datafusion-physical-plan = { version = " 52 " }
140- datafusion-pruning = { version = " 52 " }
141- datafusion-sqllogictest = { version = " 52 " }
128+ datafusion = { version = " 53 " , default-features = false , features = [" sql" ] }
129+ datafusion-catalog = { version = " 53 " }
130+ datafusion-common = { version = " 53 " }
131+ datafusion-common-runtime = { version = " 53 " }
132+ datafusion-datasource = { version = " 53 " , default-features = false }
133+ datafusion-execution = { version = " 53 " }
134+ datafusion-expr = { version = " 53 " }
135+ datafusion-functions = { version = " 53 " }
136+ datafusion-physical-expr = { version = " 53 " }
137+ datafusion-physical-expr-adapter = { version = " 53 " }
138+ datafusion-physical-expr-common = { version = " 53 " }
139+ datafusion-physical-plan = { version = " 53 " }
140+ datafusion-pruning = { version = " 53 " }
141+ datafusion-sqllogictest = { version = " 53 " }
142142dirs = " 6.0.0"
143143divan = { package = " codspeed-divan-compat" , version = " 4.0.4" }
144144enum-iterator = " 2.0.0"
@@ -176,14 +176,14 @@ noodles-bgzf = "0.46.0"
176176noodles-vcf = { version = " 0.86.0" , features = [" async" ] }
177177num-traits = " 0.2.19"
178178num_enum = { version = " 0.7.3" , default-features = false }
179- object_store = { version = " 0.12.4 " , default-features = false }
179+ object_store = { version = " 0.13.1 " , default-features = false }
180180once_cell = " 1.21"
181181oneshot = { version = " 0.2.0" , features = [" async" ] }
182182opentelemetry = " 0.31.0"
183183opentelemetry-otlp = " 0.31.0"
184184opentelemetry_sdk = " 0.31.0"
185185parking_lot = { version = " 0.12.3" , features = [" nightly" ] }
186- parquet = " 57.1 "
186+ parquet = " 58 "
187187paste = " 1.0.15"
188188pco = " 1.0.1"
189189pin-project-lite = " 0.2.15"
@@ -196,8 +196,8 @@ public-api = "0.51"
196196pyo3 = { version = " 0.28.0" }
197197pyo3-bytes = " 0.6"
198198pyo3-log = " 0.13.0"
199- pyo3-object_store = " 0.10 .0"
200- quote = " 1.0.41 "
199+ pyo3-object_store = " 0.9 .0"
200+ quote = " 1.0.44 "
201201rand = " 0.10.0"
202202rand_distr = " 0.6"
203203ratatui = { version = " 0.30" , default-features = false }
@@ -224,7 +224,7 @@ sketches-ddsketch = "0.4.0"
224224smol = " 2.0.2"
225225static_assertions = " 1.1"
226226strum = " 0.28"
227- syn = { version = " 2.0.113 " , features = [" full" ] }
227+ syn = { version = " 2.0.117 " , features = [" full" ] }
228228sysinfo = " 0.38.0"
229229tabled = { version = " 0.20.0" , default-features = false }
230230taffy = " 0.9.0"
@@ -238,13 +238,14 @@ thiserror = "2.0.3"
238238tokio = { version = " 1.48" }
239239tokio-stream = " 0.1.17"
240240tokio-util = " 0.7.17"
241- tpchgen = { version = " 2.0.2" }
242- tpchgen-arrow = { version = " 2.0.2" }
241+ # Pull these into non-public crates to support DF 58
242+ tpchgen = { version = " 2.0.2" , git = " https://github.com/clflushopt/tpchgen-rs.git" , rev = " 438e9c2dbc25b2fff82c0efc08b3f13b5707874f" }
243+ tpchgen-arrow = { version = " 2.0.2" , git = " https://github.com/clflushopt/tpchgen-rs.git" , rev = " 438e9c2dbc25b2fff82c0efc08b3f13b5707874f" }
243244tracing = { version = " 0.1.41" , default-features = false }
244245tracing-perfetto = " 0.1.5"
245246tracing-subscriber = " 0.3"
246247url = " 2.5.7"
247- uuid = { version = " 1.19 " , features = [" js" ] }
248+ uuid = { version = " 1.21 " , features = [" js" ] }
248249wasm-bindgen-futures = " 0.4.54"
249250xshell = " 0.2.6"
250251zigzag = " 0.1.0"
0 commit comments