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 <github@xuanwo.io>
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 @@ arrow-row@55.1.0 X
3131
arrow-schema@55.1.0 X
3232
arrow-select@55.1.0 X
3333
arrow-string@55.1.0 X
34+
as-any@0.3.2 X X
3435
as_derive_utils@0.11.0 X X
3536
async-compression@0.4.19 X X
3637
async-ffi@0.5.0 X
3738
async-lock@3.4.0 X X
3839
async-trait@0.1.88 X X
3940
atoi@2.0.0 X
4041
autocfg@1.4.0 X X
41-
backon@1.5.0 X
42+
backon@1.5.1 X
4243
backtrace@0.3.75 X X
4344
base64@0.22.1 X X
4445
bigdecimal@0.4.8 X X
@@ -122,11 +123,13 @@ derive_builder_core@0.20.2 X X
122123
derive_builder_macro@0.20.2 X X
123124
digest@0.10.7 X X
124125
displaydoc@0.2.5 X X
126+
dissimilar@1.0.10 X
125127
either@1.15.0 X X
126128
equivalent@1.0.2 X X
127129
errno@0.3.11 X X
128130
event-listener@5.4.0 X X
129131
event-listener-strategy@0.5.4 X X
132+
expect-test@1.5.1 X X
130133
fastrand@2.3.0 X X
131134
fixedbitset@0.5.7 X X
132135
flatbuffers@25.2.10 X
@@ -168,8 +171,8 @@ hyper-rustls@0.27.5 X X X
168171
hyper-util@0.1.11 X
169172
iana-time-zone@0.1.63 X X
170173
iana-time-zone-haiku@0.1.2 X X
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
icu_collections@2.0.0 X
174177
icu_locale_core@2.0.0 X
175178
icu_normalizer@2.0.0 X
@@ -183,6 +186,7 @@ idna_adapter@1.2.1 X X
183186
indexmap@2.9.0 X X
184187
indoc@2.0.6 X X
185188
integer-encoding@3.0.4 X
189+
io-uring@0.7.8 X X
186190
ipnet@2.11.0 X X
187191
itertools@0.13.0 X X
188192
itertools@0.14.0 X X
@@ -230,7 +234,7 @@ num_cpus@1.16.0 X X
230234
object@0.36.7 X X
231235
object_store@0.12.1 X X
232236
once_cell@1.21.3 X X
233-
opendal@0.53.2 X
237+
opendal@0.54.0 X
234238
ordered-float@2.10.1 X
235239
ordered-float@4.6.0 X
236240
overload@0.1.1 X
@@ -256,7 +260,7 @@ proc-macro2@1.0.95 X X
256260
prost@0.13.5 X
257261
prost-derive@0.13.5 X
258262
psm@0.1.26 X X
259-
pyiceberg_core_rust@0.5.1 X
263+
pyiceberg_core_rust@0.6.0 X
260264
pyo3@0.24.2 X X
261265
pyo3-build-config@0.24.2 X X
262266
pyo3-ffi@0.24.2 X X
@@ -324,7 +328,9 @@ stacker@0.1.21 X X
324328
static_assertions@1.1.0 X X
325329
strsim@0.11.1 X
326330
strum@0.26.3 X
331+
strum@0.27.1 X
327332
strum_macros@0.26.4 X
333+
strum_macros@0.27.1 X
328334
subtle@2.6.1 X
329335
syn@1.0.109 X X
330336
syn@2.0.101 X X
@@ -342,7 +348,7 @@ threadpool@1.8.1 X X
342348
thrift@0.17.0 X
343349
tiny-keccak@2.0.2 X
344350
tinystr@0.8.1 X
345-
tokio@1.45.0 X
351+
tokio@1.46.1 X
346352
tokio-macros@2.5.0 X
347353
tokio-rustls@0.26.2 X X
348354
tokio-util@0.7.15 X

crates/catalog/glue/DEPENDENCIES.rust.tsv

Lines changed: 32 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,29 @@ anyhow@1.0.95 X X
1313
apache-avro@0.17.0 X
1414
array-init@2.1.0 X X
1515
arrayvec@0.7.6 X X
16-
arrow-arith@55.1.0 X
17-
arrow-array@55.1.0 X
18-
arrow-buffer@55.1.0 X
19-
arrow-cast@55.1.0 X
20-
arrow-data@55.1.0 X
21-
arrow-ipc@55.1.0 X
22-
arrow-ord@55.1.0 X
23-
arrow-schema@55.1.0 X
24-
arrow-select@55.1.0 X
25-
arrow-string@55.1.0 X
16+
arrow-arith@55.2.0 X
17+
arrow-array@55.2.0 X
18+
arrow-buffer@55.2.0 X
19+
arrow-cast@55.2.0 X
20+
arrow-data@55.2.0 X
21+
arrow-ipc@55.2.0 X
22+
arrow-ord@55.2.0 X
23+
arrow-schema@55.2.0 X
24+
arrow-select@55.2.0 X
25+
arrow-string@55.2.0 X
26+
as-any@0.3.2 X X
2627
async-lock@3.4.0 X X
2728
async-trait@0.1.88 X X
2829
atoi@2.0.0 X
2930
atomic-waker@1.1.2 X X
3031
autocfg@1.4.0 X X
31-
aws-config@1.6.2 X
32+
aws-config@1.6.3 X
3233
aws-credential-types@1.2.3 X
3334
aws-runtime@1.5.7 X
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
aws-sigv4@1.3.1 X
3940
aws-smithy-async@1.2.5 X
4041
aws-smithy-http@0.62.1 X
@@ -47,7 +48,7 @@ aws-smithy-runtime-api@1.8.0 X
4748
aws-smithy-types@1.3.1 X
4849
aws-smithy-xml@0.60.9 X
4950
aws-types@1.3.7 X
50-
backon@1.3.0 X
51+
backon@1.5.1 X
5152
backtrace@0.3.74 X X
5253
base64@0.21.7 X X
5354
base64@0.22.1 X X
@@ -92,10 +93,12 @@ derive_builder_core@0.20.2 X X
9293
derive_builder_macro@0.20.2 X X
9394
digest@0.10.7 X X
9495
displaydoc@0.2.5 X X
96+
dissimilar@1.0.9 X
9597
either@1.15.0 X X
9698
equivalent@1.0.2 X X
9799
event-listener@5.4.0 X X
98100
event-listener-strategy@0.5.3 X X
101+
expect-test@1.5.1 X X
99102
fastrand@2.3.0 X X
100103
flatbuffers@25.2.10 X
101104
flate2@1.1.1 X X
@@ -140,9 +143,9 @@ hyper-rustls@0.27.5 X X X
140143
hyper-util@0.1.10 X
141144
iana-time-zone@0.1.61 X X
142145
iana-time-zone-haiku@0.1.2 X X
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
icu_collections@1.5.0 X
147150
icu_locid@1.5.0 X
148151
icu_locid_transform@1.5.0 X
@@ -158,6 +161,7 @@ idna@1.0.3 X X
158161
idna_adapter@1.2.0 X X
159162
indexmap@2.9.0 X X
160163
integer-encoding@3.0.4 X
164+
io-uring@0.7.8 X X
161165
ipnet@2.11.0 X X
162166
itertools@0.13.0 X X
163167
itoa@1.0.14 X X
@@ -200,7 +204,7 @@ num-traits@0.2.19 X X
200204
num_cpus@1.16.0 X X
201205
object@0.36.7 X X
202206
once_cell@1.21.1 X X
203-
opendal@0.53.0 X
207+
opendal@0.54.0 X
204208
openssl-probe@0.1.6 X X
205209
ordered-float@2.10.1 X
206210
ordered-float@4.6.0 X
@@ -209,7 +213,7 @@ overload@0.1.1 X
209213
parking@2.2.1 X X
210214
parking_lot@0.12.3 X X
211215
parking_lot_core@0.9.10 X X
212-
parquet@55.1.0 X
216+
parquet@55.2.0 X
213217
paste@1.0.15 X X
214218
percent-encoding@2.3.1 X X
215219
pin-project-lite@0.2.16 X X
@@ -220,7 +224,7 @@ powerfmt@0.2.0 X X
220224
ppv-lite86@0.2.20 X X
221225
proc-macro2@1.0.93 X X
222226
quad-rand@0.2.3 X
223-
quick-xml@0.36.2 X
227+
quick-xml@0.37.4 X
224228
quote@1.0.40 X X
225229
rand@0.8.5 X X
226230
rand_chacha@0.3.1 X X
@@ -232,7 +236,7 @@ regex-automata@0.4.9 X X
232236
regex-lite@0.1.6 X X
233237
regex-syntax@0.6.29 X X
234238
regex-syntax@0.8.5 X X
235-
reqsign@0.16.1 X
239+
reqsign@0.16.3 X
236240
reqwest@0.12.12 X X
237241
ring@0.17.13 X X
238242
rle-decode-fast@1.0.3 X X
@@ -266,8 +270,8 @@ serde_derive@1.0.217 X X
266270
serde_json@1.0.138 X X
267271
serde_repr@0.1.19 X X
268272
serde_urlencoded@0.7.1 X X
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
sha1@0.10.6 X X
272276
sha2@0.10.8 X X
273277
sharded-slab@0.1.7 X
@@ -282,7 +286,9 @@ stable_deref_trait@1.2.0 X X
282286
static_assertions@1.1.0 X X
283287
strsim@0.11.1 X
284288
strum@0.26.3 X
289+
strum@0.27.1 X
285290
strum_macros@0.26.4 X
291+
strum_macros@0.27.1 X
286292
subtle@2.6.1 X
287293
syn@2.0.101 X X
288294
sync_wrapper@1.0.2 X
@@ -297,7 +303,7 @@ time@0.3.37 X X
297303
time-core@0.1.2 X X
298304
tiny-keccak@2.0.2 X
299305
tinystr@0.7.6 X
300-
tokio@1.45.0 X
306+
tokio@1.46.1 X
301307
tokio-macros@2.5.0 X
302308
tokio-rustls@0.24.1 X X
303309
tokio-rustls@0.26.1 X X

0 commit comments

Comments
 (0)