@@ -45,16 +45,16 @@ object_store = { version = "0.11.2" , features = ["cloud"]}
45
45
parquet = { version = " 54" }
46
46
47
47
# datafusion
48
- datafusion = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch- 45" }
49
- datafusion-expr = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch- 45" }
50
- datafusion-common = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch- 45" }
51
- datafusion-ffi = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch- 45" }
52
- datafusion-functions = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch- 45" }
53
- datafusion-functions-aggregate = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch- 45" }
54
- datafusion-physical-expr = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch- 45" }
55
- datafusion-physical-plan = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch- 45" }
56
- datafusion-proto = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch- 45" }
57
- datafusion-sql = { git = " https://github.com/apache/arrow-datafusion.git " , branch = " branch- 45" }
48
+ datafusion = " 45"
49
+ datafusion-expr = " 45"
50
+ datafusion-common = " 45"
51
+ datafusion-ffi = " 45"
52
+ datafusion-functions = " 45"
53
+ datafusion-functions-aggregate = " 45"
54
+ datafusion-physical-expr = " 45"
55
+ datafusion-physical-plan = " 45"
56
+ datafusion-proto = " 45"
57
+ datafusion-sql = " 45"
58
58
59
59
# serde
60
60
serde = { version = " 1.0.194" , features = [" derive" ] }
0 commit comments