@@ -90,19 +90,19 @@ ahash = { version = "0.8", default-features = false, features = [
9090 " runtime-rng" ,
9191] }
9292apache-avro = { version = " 0.20" , default-features = false }
93- arrow = { version = " 56.1 .0" , features = [
93+ arrow = { version = " 56.2 .0" , features = [
9494 " prettyprint" ,
9595 " chrono-tz" ,
9696] }
97- arrow-buffer = { version = " 56.1 .0" , default-features = false }
98- arrow-flight = { version = " 56.1 .0" , features = [
97+ arrow-buffer = { version = " 56.2 .0" , default-features = false }
98+ arrow-flight = { version = " 56.2 .0" , features = [
9999 " flight-sql-experimental" ,
100100] }
101- arrow-ipc = { version = " 56.1 .0" , default-features = false , features = [
101+ arrow-ipc = { version = " 56.2 .0" , default-features = false , features = [
102102 " lz4" ,
103103] }
104- arrow-ord = { version = " 56.1 .0" , default-features = false }
105- arrow-schema = { version = " 56.1 .0" , default-features = false }
104+ arrow-ord = { version = " 56.2 .0" , default-features = false }
105+ arrow-schema = { version = " 56.2 .0" , default-features = false }
106106async-trait = " 0.1.89"
107107bigdecimal = " 0.4.8"
108108bytes = " 1.10"
@@ -157,7 +157,7 @@ itertools = "0.14"
157157log = " ^0.4"
158158object_store = { version = " 0.12.4" , default-features = false }
159159parking_lot = " 0.12"
160- parquet = { version = " 56.1 .0" , default-features = false , features = [
160+ parquet = { version = " 56.2 .0" , default-features = false , features = [
161161 " arrow" ,
162162 " async" ,
163163 " object_store" ,
0 commit comments