@@ -66,7 +66,7 @@ license = "Apache-2.0"
66
66
readme = " README.md"
67
67
repository = " https://github.com/apache/datafusion"
68
68
rust-version = " 1.81.0"
69
- version = " 44 .0.0"
69
+ version = " 45 .0.0"
70
70
71
71
[workspace .dependencies ]
72
72
# We turn off default-features for some dependencies here so the workspaces which inherit them can
@@ -98,31 +98,31 @@ bytes = "1.4"
98
98
chrono = { version = " 0.4.38" , default-features = false }
99
99
ctor = " 0.2.9"
100
100
dashmap = " 6.0.1"
101
- datafusion = { path = " datafusion/core" , version = " 44 .0.0" , default-features = false }
102
- datafusion-catalog = { path = " datafusion/catalog" , version = " 44 .0.0" }
103
- datafusion-common = { path = " datafusion/common" , version = " 44 .0.0" , default-features = false }
104
- datafusion-common-runtime = { path = " datafusion/common-runtime" , version = " 44 .0.0" }
105
- datafusion-doc = { path = " datafusion/doc" , version = " 44 .0.0" }
106
- datafusion-execution = { path = " datafusion/execution" , version = " 44 .0.0" }
107
- datafusion-expr = { path = " datafusion/expr" , version = " 44 .0.0" }
108
- datafusion-expr-common = { path = " datafusion/expr-common" , version = " 44 .0.0" }
109
- datafusion-ffi = { path = " datafusion/ffi" , version = " 44 .0.0" }
110
- datafusion-functions = { path = " datafusion/functions" , version = " 44 .0.0" }
111
- datafusion-functions-aggregate = { path = " datafusion/functions-aggregate" , version = " 44 .0.0" }
112
- datafusion-functions-aggregate-common = { path = " datafusion/functions-aggregate-common" , version = " 44 .0.0" }
113
- datafusion-functions-nested = { path = " datafusion/functions-nested" , version = " 44 .0.0" }
114
- datafusion-functions-table = { path = " datafusion/functions-table" , version = " 44 .0.0" }
115
- datafusion-functions-window = { path = " datafusion/functions-window" , version = " 44 .0.0" }
116
- datafusion-functions-window-common = { path = " datafusion/functions-window-common" , version = " 44 .0.0" }
117
- datafusion-macros = { path = " datafusion/macros" , version = " 44 .0.0" }
118
- datafusion-optimizer = { path = " datafusion/optimizer" , version = " 44 .0.0" , default-features = false }
119
- datafusion-physical-expr = { path = " datafusion/physical-expr" , version = " 44 .0.0" , default-features = false }
120
- datafusion-physical-expr-common = { path = " datafusion/physical-expr-common" , version = " 44 .0.0" , default-features = false }
121
- datafusion-physical-optimizer = { path = " datafusion/physical-optimizer" , version = " 44 .0.0" }
122
- datafusion-physical-plan = { path = " datafusion/physical-plan" , version = " 44 .0.0" }
123
- datafusion-proto = { path = " datafusion/proto" , version = " 44 .0.0" }
124
- datafusion-proto-common = { path = " datafusion/proto-common" , version = " 44 .0.0" }
125
- datafusion-sql = { path = " datafusion/sql" , version = " 44 .0.0" }
101
+ datafusion = { path = " datafusion/core" , version = " 45 .0.0" , default-features = false }
102
+ datafusion-catalog = { path = " datafusion/catalog" , version = " 45 .0.0" }
103
+ datafusion-common = { path = " datafusion/common" , version = " 45 .0.0" , default-features = false }
104
+ datafusion-common-runtime = { path = " datafusion/common-runtime" , version = " 45 .0.0" }
105
+ datafusion-doc = { path = " datafusion/doc" , version = " 45 .0.0" }
106
+ datafusion-execution = { path = " datafusion/execution" , version = " 45 .0.0" }
107
+ datafusion-expr = { path = " datafusion/expr" , version = " 45 .0.0" }
108
+ datafusion-expr-common = { path = " datafusion/expr-common" , version = " 45 .0.0" }
109
+ datafusion-ffi = { path = " datafusion/ffi" , version = " 45 .0.0" }
110
+ datafusion-functions = { path = " datafusion/functions" , version = " 45 .0.0" }
111
+ datafusion-functions-aggregate = { path = " datafusion/functions-aggregate" , version = " 45 .0.0" }
112
+ datafusion-functions-aggregate-common = { path = " datafusion/functions-aggregate-common" , version = " 45 .0.0" }
113
+ datafusion-functions-nested = { path = " datafusion/functions-nested" , version = " 45 .0.0" }
114
+ datafusion-functions-table = { path = " datafusion/functions-table" , version = " 45 .0.0" }
115
+ datafusion-functions-window = { path = " datafusion/functions-window" , version = " 45 .0.0" }
116
+ datafusion-functions-window-common = { path = " datafusion/functions-window-common" , version = " 45 .0.0" }
117
+ datafusion-macros = { path = " datafusion/macros" , version = " 45 .0.0" }
118
+ datafusion-optimizer = { path = " datafusion/optimizer" , version = " 45 .0.0" , default-features = false }
119
+ datafusion-physical-expr = { path = " datafusion/physical-expr" , version = " 45 .0.0" , default-features = false }
120
+ datafusion-physical-expr-common = { path = " datafusion/physical-expr-common" , version = " 45 .0.0" , default-features = false }
121
+ datafusion-physical-optimizer = { path = " datafusion/physical-optimizer" , version = " 45 .0.0" }
122
+ datafusion-physical-plan = { path = " datafusion/physical-plan" , version = " 45 .0.0" }
123
+ datafusion-proto = { path = " datafusion/proto" , version = " 45 .0.0" }
124
+ datafusion-proto-common = { path = " datafusion/proto-common" , version = " 45 .0.0" }
125
+ datafusion-sql = { path = " datafusion/sql" , version = " 45 .0.0" }
126
126
doc-comment = " 0.3"
127
127
env_logger = " 0.11"
128
128
futures = " 0.3"
0 commit comments