@@ -25,13 +25,14 @@ chrono = { version = "0.4.39", default-features = false, features = ["serde", "c
2525arrow = " 54.1.0"
2626arrow-schema = " 54.1.0"
2727
28- datafusion = { git =" https://github.com/Embucket/datafusion.git" , rev = " 314a72634dc4f15242345fd17dc32df6c3ae04e8" }
29- datafusion-sql = { git =" https://github.com/Embucket/datafusion.git" , rev = " 314a72634dc4f15242345fd17dc32df6c3ae04e8" }
30- datafusion-expr = { git =" https://github.com/Embucket/datafusion.git" , rev = " 314a72634dc4f15242345fd17dc32df6c3ae04e8" }
31- datafusion-common = { git =" https://github.com/Embucket/datafusion.git" , rev = " 314a72634dc4f15242345fd17dc32df6c3ae04e8" }
32- datafusion-execution = { git =" https://github.com/Embucket/datafusion.git" , rev = " 314a72634dc4f15242345fd17dc32df6c3ae04e8" }
33- datafusion-functions = { git =" https://github.com/Embucket/datafusion.git" , rev = " 314a72634dc4f15242345fd17dc32df6c3ae04e8" , features = [" crypto_expressions" ] }
34- datafusion-functions-aggregate = { git =" https://github.com/Embucket/datafusion.git" , rev = " 314a72634dc4f15242345fd17dc32df6c3ae04e8" }
28+ datafusion = { version =" 45.0.0" }
29+ datafusion-sql = { version =" 45.0.0" }
30+ datafusion-expr = { version =" 45.0.0" }
31+ datafusion-common = { version =" 45.0.0" }
32+ datafusion-execution = { version =" 45.0.0" }
33+ datafusion-functions = { version =" 45.0.0" }
34+ datafusion-functions-aggregate = { version =" 45.0.0" }
35+
3536parquet = { version = " 54.1.0" , features = [" async" , " object_store" ] }
3637sqlparser = { git = " https://github.com/Embucket/datafusion-sqlparser-rs.git" , rev = " 53c291e3e95f176daea954f614409e5f674ec561" , features = [
3738 " visitor" ,
0 commit comments