@@ -90,19 +90,12 @@ ahash = { version = "0.8", default-features = false, features = [
9090 " runtime-rng" ,
9191] }
9292apache-avro = { version = " 0.20" , default-features = false }
93- arrow = { git = " https://github.com/Coralogix/arrow-rs.git" , tag = " v56.0.0-cx.0" , features = [
94- " prettyprint" ,
95- " chrono-tz" ,
96- ] }
97- arrow-buffer = { git = " https://github.com/Coralogix/arrow-rs.git" , tag = " v56.0.0-cx.0" , default-features = false }
98- arrow-flight = { git = " https://github.com/Coralogix/arrow-rs.git" , tag = " v56.0.0-cx.0" , features = [
99- " flight-sql-experimental" ,
100- ] }
101- arrow-ipc = { git = " https://github.com/Coralogix/arrow-rs.git" , tag = " v56.0.0-cx.0" , default-features = false , features = [
102- " lz4" ,
103- ] }
104- arrow-ord = { git = " https://github.com/Coralogix/arrow-rs.git" , tag = " v56.0.0-cx.0" , default-features = false }
105- arrow-schema = { git = " https://github.com/Coralogix/arrow-rs.git" , tag = " v56.0.0-cx.0" , default-features = false }
93+ arrow = { version = " 56.0.0" , features = [" prettyprint" , " chrono-tz" ] }
94+ arrow-buffer = { version = " 56.0.0" , default-features = false }
95+ arrow-flight = { version = " 56.0.0" , features = [" flight-sql-experimental" ] }
96+ arrow-ipc = { version = " 56.0.0" , default-features = false , features = [" lz4" ] }
97+ arrow-ord = { version = " 56.0.0" , default-features = false }
98+ arrow-schema = { version = " 56.0.0" , default-features = false }
10699async-trait = " 0.1.89"
107100bigdecimal = " 0.4.8"
108101bytes = " 1.10"
@@ -157,12 +150,7 @@ itertools = "0.14"
157150log = " ^0.4"
158151object_store = { version = " >=0.12.3, <0.13" , default-features = false }
159152parking_lot = " 0.12"
160- parquet = { git = " https://github.com/Coralogix/arrow-rs.git" , tag = " v56.0.0-cx.0" , default-features = false , features = [
161- " arrow" ,
162- " async" ,
163- " object_store" ,
164- " encryption" ,
165- ] }
153+ parquet = { version = " 56.0.0" , default-features = false , features = [" arrow" , " async" , " object_store" , " encryption" ] }
166154pbjson = { version = " 0.7.0" }
167155pbjson-types = " 0.7"
168156# Should match arrow-flight's version of prost.
0 commit comments