@@ -91,19 +91,19 @@ ahash = { version = "0.8", default-features = false, features = [
9191 " runtime-rng" ,
9292] }
9393apache-avro = { version = " 0.21" , default-features = false }
94- arrow = { version = " 57.3 .0" , features = [
94+ arrow = { version = " 58.0 .0" , features = [
9595 " prettyprint" ,
9696 " chrono-tz" ,
9797] }
98- arrow-buffer = { version = " 57.2 .0" , default-features = false }
99- arrow-flight = { version = " 57.3 .0" , features = [
98+ arrow-buffer = { version = " 58.0 .0" , default-features = false }
99+ arrow-flight = { version = " 58.0 .0" , features = [
100100 " flight-sql-experimental" ,
101101] }
102- arrow-ipc = { version = " 57.2 .0" , default-features = false , features = [
102+ arrow-ipc = { version = " 58.0 .0" , default-features = false , features = [
103103 " lz4" ,
104104] }
105- arrow-ord = { version = " 57.2 .0" , default-features = false }
106- arrow-schema = { version = " 57.2 .0" , default-features = false }
105+ arrow-ord = { version = " 58.0 .0" , default-features = false }
106+ arrow-schema = { version = " 58.0 .0" , default-features = false }
107107async-trait = " 0.1.89"
108108bigdecimal = " 0.4.8"
109109bytes = " 1.11"
@@ -161,13 +161,14 @@ hex = { version = "0.4.3" }
161161indexmap = " 2.13.0"
162162insta = { version = " 1.46.3" , features = [" glob" , " filters" ] }
163163itertools = " 0.14"
164+ itoa = " 1.0"
164165liblzma = { version = " 0.4.6" , features = [" static" ] }
165166log = " ^0.4"
166167memchr = " 2.8.0"
167168num-traits = { version = " 0.2" }
168- object_store = { version = " 0.12.5 " , default-features = false }
169+ object_store = { version = " 0.13.1 " , default-features = false }
169170parking_lot = " 0.12"
170- parquet = { version = " 57.3 .0" , default-features = false , features = [
171+ parquet = { version = " 58.0 .0" , default-features = false , features = [
171172 " arrow" ,
172173 " async" ,
173174 " object_store" ,
0 commit comments