@@ -26,7 +26,7 @@ debug = true
2626debug = " line-tables-only"
2727
2828[workspace .dependencies ]
29- delta_kernel = { version = " =0.6.1" , features = [" default-engine" ] }
29+ delta_kernel = { version = " =0.6.1" , features = [" default-engine-rustls " ] }
3030# delta_kernel = { path = "../delta-kernel-rs/kernel", features = ["sync-engine"] }
3131
3232# arrow
@@ -45,21 +45,21 @@ object_store = { version = "0.11.2" , features = ["cloud"]}
4545parquet = { version = " 54" }
4646
4747# 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"
5858
5959# serde
6060serde = { version = " 1.0.194" , features = [" derive" ] }
6161serde_json = " 1"
62- strum = { version = " 0" }
62+ strum = { version = " 0.26 " }
6363
6464
6565# "stdlib"
0 commit comments