Skip to content

Commit dfbab0d

Browse files
authored
Preparing 0.6.0 release (update dep list) (#1525)
## Which issue does this PR close? - Part of #1331 ## What changes are included in this PR? ## Are these changes tested? Signed-off-by: Xuanwo <[email protected]>
1 parent 593d49e commit dfbab0d

File tree

15 files changed

+362
-279
lines changed

15 files changed

+362
-279
lines changed

bindings/python/Cargo.lock

Lines changed: 17 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/python/DEPENDENCIES.rust.tsv

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ [email protected] X
3131
3232
3333
34+
3435
3536
3637
3738
3839
3940
4041
41-
42+
4243
4344
4445
@@ -122,11 +123,13 @@ [email protected] X X
122123
123124
124125
126+
125127
126128
127129
128130
129131
132+
130133
131134
132135
@@ -168,8 +171,8 @@ [email protected] X X X
168171
169172
170173
171-
iceberg@0.5.1 X
172-
iceberg-datafusion@0.5.1 X
174+
iceberg@0.6.0 X
175+
iceberg-datafusion@0.6.0 X
173176
174177
175178
@@ -183,6 +186,7 @@ [email protected] X X
183186
184187
185188
189+
186190
187191
188192
@@ -230,7 +234,7 @@ [email protected] X X
230234
231235
232236
233-
opendal@0.53.2 X
237+
opendal@0.54.0 X
234238
235239
236240
@@ -256,7 +260,7 @@ [email protected] X X
256260
257261
258262
259-
pyiceberg_core_rust@0.5.1 X
263+
pyiceberg_core_rust@0.6.0 X
260264
261265
262266
@@ -324,7 +328,9 @@ [email protected] X X
324328
325329
326330
331+
327332
333+
328334
329335
330336
@@ -342,7 +348,7 @@ [email protected] X X
342348
343349
344350
345-
tokio@1.45.0 X
351+
tokio@1.46.1 X
346352
347353
348354

crates/catalog/glue/DEPENDENCIES.rust.tsv

Lines changed: 32 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,29 @@ [email protected] X X
1313
1414
1515
16-
17-
18-
19-
20-
21-
22-
23-
24-
25-
16+
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
2627
2728
2829
2930
3031
31-
32+
3233
3334
34-
aws-sdk-glue@1.97.0 X
35-
aws-sdk-sso@1.66.0 X
36-
aws-sdk-ssooidc@1.67.0 X
37-
aws-sdk-sts@1.67.0 X
35+
aws-sdk-glue@1.99.0 X
36+
aws-sdk-sso@1.72.0 X
37+
aws-sdk-ssooidc@1.73.0 X
38+
aws-sdk-sts@1.73.0 X
3839
3940
4041
@@ -47,7 +48,7 @@ [email protected] X
4748
4849
4950
50-
backon@1.3.0 X
51+
backon@1.5.1 X
5152
5253
5354
@@ -92,10 +93,12 @@ [email protected] X X
9293
9394
9495
96+
9597
9698
9799
98100
101+
99102
100103
101104
@@ -140,9 +143,9 @@ [email protected] X X X
140143
141144
142145
143-
iceberg@0.5.1 X
144-
iceberg-catalog-glue@0.5.1 X
145-
iceberg_test_utils@0.5.1 X
146+
iceberg@0.6.0 X
147+
iceberg-catalog-glue@0.6.0 X
148+
iceberg_test_utils@0.6.0 X
146149
147150
148151
@@ -158,6 +161,7 @@ [email protected] X X
158161
159162
160163
164+
161165
162166
163167
@@ -200,7 +204,7 @@ [email protected] X X
200204
201205
202206
203-
opendal@0.53.0 X
207+
opendal@0.54.0 X
204208
205209
206210
@@ -209,7 +213,7 @@ [email protected] X
209213
210214
211215
212-
parquet@55.1.0 X
216+
parquet@55.2.0 X
213217
214218
215219
@@ -220,7 +224,7 @@ [email protected] X X
220224
221225
222226
223-
quick-xml@0.36.2 X
227+
quick-xml@0.37.4 X
224228
225229
226230
@@ -232,7 +236,7 @@ [email protected] X X
232236
233237
234238
235-
239+
236240
237241
238242
@@ -266,8 +270,8 @@ [email protected] X X
266270
267271
268272
269-
serde_with@3.12.0 X X
270-
serde_with_macros@3.12.0 X X
273+
serde_with@3.14.0 X X
274+
serde_with_macros@3.14.0 X X
271275
272276
273277
@@ -282,7 +286,9 @@ [email protected] X X
282286
283287
284288
289+
285290
291+
286292
287293
288294
@@ -297,7 +303,7 @@ [email protected] X X
297303
298304
299305
300-
tokio@1.45.0 X
306+
tokio@1.46.1 X
301307
302308
303309

0 commit comments

Comments
 (0)