@@ -28,25 +28,26 @@ keywords = ["arrow", "arrow-rs", "datafusion"]
2828rust-version = " 1.80"
2929
3030[dependencies ]
31- arrow = { version = " 54.1.0" }
32- arrow-schema = { version = " 54.1.0" }
31+
32+ arrow = { version = " 55.0.0" }
33+ arrow-schema = { version = " 55.0.0" }
3334async-trait = " 0.1"
3435chrono = " = 0.4.40"
3536dashmap = " 6"
36- datafusion = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 1c92803 " }
37- datafusion-common = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 1c92803 " }
38- datafusion-expr = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 1c92803 " }
39- datafusion-functions = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 1c92803 " }
40- datafusion-functions-aggregate = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 1c92803 " }
41- datafusion-optimizer = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 1c92803 " }
42- datafusion-physical-expr = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 1c92803 " }
43- datafusion-physical-plan = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 1c92803 " }
44- datafusion-sql = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " 1c92803 " }
37+ datafusion = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " a13a6fe " }
38+ datafusion-common = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " a13a6fe " }
39+ datafusion-expr = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " a13a6fe " }
40+ datafusion-functions = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " a13a6fe " }
41+ datafusion-functions-aggregate = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " a13a6fe " }
42+ datafusion-optimizer = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " a13a6fe " }
43+ datafusion-physical-expr = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " a13a6fe " }
44+ datafusion-physical-plan = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " a13a6fe " }
45+ datafusion-sql = { git = " https://github.com/polygon-io/arrow-datafusion" , rev = " a13a6fe " }
4546futures = " 0.3"
46- itertools = " 0.13 "
47+ itertools = " 0.14 "
4748log = " 0.4"
48- object_store = " 0.11 "
49- ordered-float = " 4.6 .0"
49+ object_store = " 0.12 "
50+ ordered-float = " 5.0 .0"
5051
5152[dev-dependencies ]
5253anyhow = " 1.0.95"
0 commit comments