@@ -64,20 +64,28 @@ version = "38.0.0"
64
64
ahash = { version = " 0.8" , default-features = false , features = [
65
65
" runtime-rng" ,
66
66
] }
67
- arrow = { version = " 51.0.0" , features = [" prettyprint" ] }
68
- arrow-array = { version = " 51.0.0" , default-features = false , features = [" chrono-tz" ] }
69
- arrow-buffer = { version = " 51.0.0" , default-features = false }
70
- arrow-flight = { version = " 51.0.0" , features = [" flight-sql-experimental" ] }
71
- arrow-ipc = { version = " 51.0.0" , default-features = false , features = [" lz4" ] }
72
- arrow-ord = { version = " 51.0.0" , default-features = false }
73
- arrow-schema = { version = " 51.0.0" , default-features = false }
74
- arrow-string = { version = " 51.0.0" , default-features = false }
67
+ arrow = { version = " 52.0.0" , features = [
68
+ " prettyprint" ,
69
+ ] }
70
+ arrow-array = { version = " 52.0.0" , default-features = false , features = [
71
+ " chrono-tz" ,
72
+ ] }
73
+ arrow-buffer = { version = " 52.0.0" , default-features = false }
74
+ arrow-flight = { version = " 52.0.0" , features = [
75
+ " flight-sql-experimental" ,
76
+ ] }
77
+ arrow-ipc = { version = " 52.0.0" , default-features = false , features = [
78
+ " lz4" ,
79
+ ] }
80
+ arrow-ord = { version = " 52.0.0" , default-features = false }
81
+ arrow-schema = { version = " 52.0.0" , default-features = false }
82
+ arrow-string = { version = " 52.0.0" , default-features = false }
75
83
async-trait = " 0.1.73"
76
84
bigdecimal = " =0.4.1"
77
85
bytes = " 1.4"
78
86
chrono = { version = " 0.4.34" , default-features = false }
79
87
ctor = " 0.2.0"
80
- dashmap = " 5.4 .0"
88
+ dashmap = " 5.5 .0"
81
89
datafusion = { path = " datafusion/core" , version = " 38.0.0" , default-features = false }
82
90
datafusion-common = { path = " datafusion/common" , version = " 38.0.0" , default-features = false }
83
91
datafusion-common-runtime = { path = " datafusion/common-runtime" , version = " 38.0.0" }
@@ -104,9 +112,13 @@ indexmap = "2.0.0"
104
112
itertools = " 0.12"
105
113
log = " ^0.4"
106
114
num_cpus = " 1.13.0"
107
- object_store = { version = " 0.9 .1" , default-features = false }
115
+ object_store = { version = " 0.10 .1" , default-features = false }
108
116
parking_lot = " 0.12"
109
- parquet = { version = " 51.0.0" , default-features = false , features = [" arrow" , " async" , " object_store" ] }
117
+ parquet = { version = " 52.0.0" , default-features = false , features = [
118
+ " arrow" ,
119
+ " async" ,
120
+ " object_store" ,
121
+ ] }
110
122
rand = " 0.8"
111
123
regex = " 1.8"
112
124
rstest = " 0.21.0"
0 commit comments