22members = [" benchmarks" ]
33
44[workspace .dependencies ]
5- datafusion = { version = " 49 .0.0" , default-features = false }
6- datafusion-proto = { version = " 49 .0.0" }
5+ datafusion = { version = " 50 .0.0" , default-features = false }
6+ datafusion-proto = { version = " 50 .0.0" }
77
88[package ]
99name = " datafusion-distributed"
@@ -14,11 +14,11 @@ edition = "2024"
1414chrono = { version = " 0.4.42" }
1515datafusion = { workspace = true }
1616datafusion-proto = { workspace = true }
17- arrow-flight = " 55.2 .0"
17+ arrow-flight = " 56.1 .0"
1818async-trait = " 0.1.88"
1919tokio = { version = " 1.46.1" , features = [" full" ] }
20- # Fixed to 0.12.3 because of arrow-flight
21- tonic = { version = " 0.12.3 " , features = [" transport" ] }
20+ # Updated to 0.13.1 to match arrow-flight 56.1.0
21+ tonic = { version = " 0.13.1 " , features = [" transport" ] }
2222tower = " 0.5.2"
2323http = " 1.3.1"
2424itertools = " 0.14.0"
@@ -34,10 +34,10 @@ bytes = "1.10.1"
3434
3535# integration_tests deps
3636insta = { version = " 1.43.1" , features = [" filters" ], optional = true }
37- tpchgen = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " c8d823432528eed4f70fca5a1296a66c68a389a8 " , optional = true }
38- tpchgen-arrow = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " c8d823432528eed4f70fca5a1296a66c68a389a8 " , optional = true }
39- parquet = { version = " 55.2 .0" , optional = true }
40- arrow = { version = " 55.2 .0" , optional = true }
37+ tpchgen = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " , optional = true }
38+ tpchgen-arrow = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " , optional = true }
39+ parquet = { version = " 56.1 .0" , optional = true }
40+ arrow = { version = " 56.1 .0" , optional = true }
4141tokio-stream = { version = " 0.1.17" , optional = true }
4242hyper-util = { version = " 0.1.16" , optional = true }
4343pin-project = " 1.1.10"
@@ -58,9 +58,9 @@ tpch = ["integration"]
5858[dev-dependencies ]
5959structopt = " 0.3"
6060insta = { version = " 1.43.1" , features = [" filters" ] }
61- tpchgen = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " c8d823432528eed4f70fca5a1296a66c68a389a8 " }
62- tpchgen-arrow = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " c8d823432528eed4f70fca5a1296a66c68a389a8 " }
63- parquet = " 55.2 .0"
64- arrow = " 55.2 .0"
61+ tpchgen = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " }
62+ tpchgen-arrow = { git = " https://github.com/clflushopt/tpchgen-rs" , rev = " 482ee68 " }
63+ parquet = " 56.1 .0"
64+ arrow = " 56.1 .0"
6565tokio-stream = " 0.1.17"
6666hyper-util = " 0.1.16"
0 commit comments