@@ -60,17 +60,17 @@ lance-test-macros = { version = "=0.36.0", path = "./rust/lance-test-macros" }
6060lance-testing = { version = " =0.36.0" , path = " ./rust/lance-testing" }
6161approx = " 0.5.1"
6262# Note that this one does not include pyarrow
63- arrow = { version = " 55.2 " , optional = false , features = [" prettyprint" ] }
64- arrow-arith = " 55.2 "
65- arrow-array = " 55.2 "
66- arrow-buffer = " 55.2 "
67- arrow-cast = " 55.2 "
68- arrow-data = " 55.2 "
69- arrow-ipc = { version = " 55.2 " , features = [" zstd" ] }
70- arrow-ord = " 55.2 "
71- arrow-row = " 55.2 "
72- arrow-schema = " 55.2 "
73- arrow-select = " 55.2 "
63+ arrow = { version = " 56.1 " , optional = false , features = [" prettyprint" ] }
64+ arrow-arith = " 56.1 "
65+ arrow-array = " 56.1 "
66+ arrow-buffer = " 56.1 "
67+ arrow-cast = " 56.1 "
68+ arrow-data = " 56.1 "
69+ arrow-ipc = { version = " 56.1 " , features = [" zstd" ] }
70+ arrow-ord = " 56.1 "
71+ arrow-row = " 56.1 "
72+ arrow-schema = " 56.1 "
73+ arrow-select = " 56.1 "
7474async-recursion = " 1.0"
7575async-trait = " 0.1"
7676aws-config = " 1.2.0"
@@ -96,7 +96,7 @@ criterion = { version = "0.5", features = [
9696 " html_reports" ,
9797] }
9898crossbeam-queue = " 0.3"
99- datafusion = { version = " 49 .0.2 " , default-features = false , features = [
99+ datafusion = { version = " 50 .0.0 " , default-features = false , features = [
100100 " nested_expressions" ,
101101 " regex_expressions" ,
102102 " unicode_expressions" ,
@@ -105,16 +105,16 @@ datafusion = { version = "49.0.2", default-features = false, features = [
105105 " datetime_expressions" ,
106106 " string_expressions" ,
107107] }
108- datafusion-common = " 49 .0.2 "
109- datafusion-functions = { version = " 49 .0.2 " , features = [" regex_expressions" ] }
110- datafusion-sql = " 49 .0.2 "
111- datafusion-expr = " 49 .0.2 "
112- datafusion-ffi = " 49 .0.2 "
113- datafusion-execution = " 49 .0.2 "
114- datafusion-optimizer = " 49 .0.2 "
115- datafusion-physical-expr = { version = " 49 .0.2 " }
116- datafusion-physical-plan = { version = " 49 .0.2 " }
117- datafusion-substrait = { version = " 49 .0.2 " }
108+ datafusion-common = " 50 .0.0 "
109+ datafusion-functions = { version = " 50 .0.0 " , features = [" regex_expressions" ] }
110+ datafusion-sql = " 50 .0.0 "
111+ datafusion-expr = " 50 .0.0 "
112+ datafusion-ffi = " 50 .0.0 "
113+ datafusion-execution = " 50 .0.0 "
114+ datafusion-optimizer = " 50 .0.0 "
115+ datafusion-physical-expr = " 50 .0.0 "
116+ datafusion-physical-plan = " 50 .0.0 "
117+ datafusion-substrait = " 50 .0.0 "
118118deepsize = " 0.2.0"
119119dirs = " 6.0.0"
120120either = " 1.0"
0 commit comments