diff --git a/bindings/python/Cargo.lock b/bindings/python/Cargo.lock index 88326dabc6..6ad2d624cf 100644 --- a/bindings/python/Cargo.lock +++ b/bindings/python/Cargo.lock @@ -2398,6 +2398,17 @@ version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" +[[package]] +name = "io-uring" +version = "0.7.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013" +dependencies = [ + "bitflags", + "cfg-if", + "libc", +] + [[package]] name = "ipnet" version = "2.11.0" @@ -2870,12 +2881,11 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "opendal" -version = "0.53.3" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f947c4efbca344c1a125753366033c8107f552b2e3f8251815ed1908f116ca3e" +checksum = "ffb9838d0575c6dbaf3fcec7255af8d5771996d4af900bbb6fa9a314dec00a1a" dependencies = [ "anyhow", - "async-trait", "backon", "base64", "bytes", @@ -4280,15 +4290,17 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.45.0" +version = "1.46.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" +checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" dependencies = [ "backtrace", "bytes", + "io-uring", "libc", "mio", "pin-project-lite", + "slab", "socket2", "tokio-macros", "windows-sys 0.52.0", diff --git a/bindings/python/DEPENDENCIES.rust.tsv b/bindings/python/DEPENDENCIES.rust.tsv index 67ed9195c8..c2bb207a38 100644 --- a/bindings/python/DEPENDENCIES.rust.tsv +++ b/bindings/python/DEPENDENCIES.rust.tsv @@ -31,6 +31,7 @@ arrow-row@55.1.0 X arrow-schema@55.1.0 X arrow-select@55.1.0 X arrow-string@55.1.0 X +as-any@0.3.2 X X as_derive_utils@0.11.0 X X async-compression@0.4.19 X X async-ffi@0.5.0 X @@ -38,7 +39,7 @@ async-lock@3.4.0 X X async-trait@0.1.88 X X atoi@2.0.0 X autocfg@1.4.0 X X -backon@1.5.0 X +backon@1.5.1 X backtrace@0.3.75 X X base64@0.22.1 X X bigdecimal@0.4.8 X X @@ -122,11 +123,13 @@ derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X digest@0.10.7 X X displaydoc@0.2.5 X X +dissimilar@1.0.10 X either@1.15.0 X X equivalent@1.0.2 X X errno@0.3.11 X X event-listener@5.4.0 X X event-listener-strategy@0.5.4 X X +expect-test@1.5.1 X X fastrand@2.3.0 X X fixedbitset@0.5.7 X X flatbuffers@25.2.10 X @@ -168,8 +171,8 @@ hyper-rustls@0.27.5 X X X hyper-util@0.1.11 X iana-time-zone@0.1.63 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.5.1 X -iceberg-datafusion@0.5.1 X +iceberg@0.6.0 X +iceberg-datafusion@0.6.0 X icu_collections@2.0.0 X icu_locale_core@2.0.0 X icu_normalizer@2.0.0 X @@ -183,6 +186,7 @@ idna_adapter@1.2.1 X X indexmap@2.9.0 X X indoc@2.0.6 X X integer-encoding@3.0.4 X +io-uring@0.7.8 X X ipnet@2.11.0 X X itertools@0.13.0 X X itertools@0.14.0 X X @@ -230,7 +234,7 @@ num_cpus@1.16.0 X X object@0.36.7 X X object_store@0.12.1 X X once_cell@1.21.3 X X -opendal@0.53.2 X +opendal@0.54.0 X ordered-float@2.10.1 X ordered-float@4.6.0 X overload@0.1.1 X @@ -256,7 +260,7 @@ proc-macro2@1.0.95 X X prost@0.13.5 X prost-derive@0.13.5 X psm@0.1.26 X X -pyiceberg_core_rust@0.5.1 X +pyiceberg_core_rust@0.6.0 X pyo3@0.24.2 X X pyo3-build-config@0.24.2 X X pyo3-ffi@0.24.2 X X @@ -324,7 +328,9 @@ stacker@0.1.21 X X static_assertions@1.1.0 X X strsim@0.11.1 X strum@0.26.3 X +strum@0.27.1 X strum_macros@0.26.4 X +strum_macros@0.27.1 X subtle@2.6.1 X syn@1.0.109 X X syn@2.0.101 X X @@ -342,7 +348,7 @@ threadpool@1.8.1 X X thrift@0.17.0 X tiny-keccak@2.0.2 X tinystr@0.8.1 X -tokio@1.45.0 X +tokio@1.46.1 X tokio-macros@2.5.0 X tokio-rustls@0.26.2 X X tokio-util@0.7.15 X diff --git a/crates/catalog/glue/DEPENDENCIES.rust.tsv b/crates/catalog/glue/DEPENDENCIES.rust.tsv index 395e1db350..302d7b7e51 100644 --- a/crates/catalog/glue/DEPENDENCIES.rust.tsv +++ b/crates/catalog/glue/DEPENDENCIES.rust.tsv @@ -13,28 +13,29 @@ anyhow@1.0.95 X X apache-avro@0.17.0 X array-init@2.1.0 X X arrayvec@0.7.6 X X -arrow-arith@55.1.0 X -arrow-array@55.1.0 X -arrow-buffer@55.1.0 X -arrow-cast@55.1.0 X -arrow-data@55.1.0 X -arrow-ipc@55.1.0 X -arrow-ord@55.1.0 X -arrow-schema@55.1.0 X -arrow-select@55.1.0 X -arrow-string@55.1.0 X +arrow-arith@55.2.0 X +arrow-array@55.2.0 X +arrow-buffer@55.2.0 X +arrow-cast@55.2.0 X +arrow-data@55.2.0 X +arrow-ipc@55.2.0 X +arrow-ord@55.2.0 X +arrow-schema@55.2.0 X +arrow-select@55.2.0 X +arrow-string@55.2.0 X +as-any@0.3.2 X X async-lock@3.4.0 X X async-trait@0.1.88 X X atoi@2.0.0 X atomic-waker@1.1.2 X X autocfg@1.4.0 X X -aws-config@1.6.2 X +aws-config@1.6.3 X aws-credential-types@1.2.3 X aws-runtime@1.5.7 X -aws-sdk-glue@1.97.0 X -aws-sdk-sso@1.66.0 X -aws-sdk-ssooidc@1.67.0 X -aws-sdk-sts@1.67.0 X +aws-sdk-glue@1.99.0 X +aws-sdk-sso@1.72.0 X +aws-sdk-ssooidc@1.73.0 X +aws-sdk-sts@1.73.0 X aws-sigv4@1.3.1 X aws-smithy-async@1.2.5 X aws-smithy-http@0.62.1 X @@ -47,7 +48,7 @@ aws-smithy-runtime-api@1.8.0 X aws-smithy-types@1.3.1 X aws-smithy-xml@0.60.9 X aws-types@1.3.7 X -backon@1.3.0 X +backon@1.5.1 X backtrace@0.3.74 X X base64@0.21.7 X X base64@0.22.1 X X @@ -92,10 +93,12 @@ derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X digest@0.10.7 X X displaydoc@0.2.5 X X +dissimilar@1.0.9 X either@1.15.0 X X equivalent@1.0.2 X X event-listener@5.4.0 X X event-listener-strategy@0.5.3 X X +expect-test@1.5.1 X X fastrand@2.3.0 X X flatbuffers@25.2.10 X flate2@1.1.1 X X @@ -140,9 +143,9 @@ hyper-rustls@0.27.5 X X X hyper-util@0.1.10 X iana-time-zone@0.1.61 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.5.1 X -iceberg-catalog-glue@0.5.1 X -iceberg_test_utils@0.5.1 X +iceberg@0.6.0 X +iceberg-catalog-glue@0.6.0 X +iceberg_test_utils@0.6.0 X icu_collections@1.5.0 X icu_locid@1.5.0 X icu_locid_transform@1.5.0 X @@ -158,6 +161,7 @@ idna@1.0.3 X X idna_adapter@1.2.0 X X indexmap@2.9.0 X X integer-encoding@3.0.4 X +io-uring@0.7.8 X X ipnet@2.11.0 X X itertools@0.13.0 X X itoa@1.0.14 X X @@ -200,7 +204,7 @@ num-traits@0.2.19 X X num_cpus@1.16.0 X X object@0.36.7 X X once_cell@1.21.1 X X -opendal@0.53.0 X +opendal@0.54.0 X openssl-probe@0.1.6 X X ordered-float@2.10.1 X ordered-float@4.6.0 X @@ -209,7 +213,7 @@ overload@0.1.1 X parking@2.2.1 X X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X -parquet@55.1.0 X +parquet@55.2.0 X paste@1.0.15 X X percent-encoding@2.3.1 X X pin-project-lite@0.2.16 X X @@ -220,7 +224,7 @@ powerfmt@0.2.0 X X ppv-lite86@0.2.20 X X proc-macro2@1.0.93 X X quad-rand@0.2.3 X -quick-xml@0.36.2 X +quick-xml@0.37.4 X quote@1.0.40 X X rand@0.8.5 X X rand_chacha@0.3.1 X X @@ -232,7 +236,7 @@ regex-automata@0.4.9 X X regex-lite@0.1.6 X X regex-syntax@0.6.29 X X regex-syntax@0.8.5 X X -reqsign@0.16.1 X +reqsign@0.16.3 X reqwest@0.12.12 X X ring@0.17.13 X X rle-decode-fast@1.0.3 X X @@ -266,8 +270,8 @@ serde_derive@1.0.217 X X serde_json@1.0.138 X X serde_repr@0.1.19 X X serde_urlencoded@0.7.1 X X -serde_with@3.12.0 X X -serde_with_macros@3.12.0 X X +serde_with@3.14.0 X X +serde_with_macros@3.14.0 X X sha1@0.10.6 X X sha2@0.10.8 X X sharded-slab@0.1.7 X @@ -282,7 +286,9 @@ stable_deref_trait@1.2.0 X X static_assertions@1.1.0 X X strsim@0.11.1 X strum@0.26.3 X +strum@0.27.1 X strum_macros@0.26.4 X +strum_macros@0.27.1 X subtle@2.6.1 X syn@2.0.101 X X sync_wrapper@1.0.2 X @@ -297,7 +303,7 @@ time@0.3.37 X X time-core@0.1.2 X X tiny-keccak@2.0.2 X tinystr@0.7.6 X -tokio@1.45.0 X +tokio@1.46.1 X tokio-macros@2.5.0 X tokio-rustls@0.24.1 X X tokio-rustls@0.26.1 X X diff --git a/crates/catalog/hms/DEPENDENCIES.rust.tsv b/crates/catalog/hms/DEPENDENCIES.rust.tsv index 7313594bf1..d9fe31a38f 100644 --- a/crates/catalog/hms/DEPENDENCIES.rust.tsv +++ b/crates/catalog/hms/DEPENDENCIES.rust.tsv @@ -13,23 +13,24 @@ anyhow@1.0.95 X X apache-avro@0.17.0 X array-init@2.1.0 X X arrayvec@0.7.6 X X -arrow-arith@55.1.0 X -arrow-array@55.1.0 X -arrow-buffer@55.1.0 X -arrow-cast@55.1.0 X -arrow-data@55.1.0 X -arrow-ipc@55.1.0 X -arrow-ord@55.1.0 X -arrow-schema@55.1.0 X -arrow-select@55.1.0 X -arrow-string@55.1.0 X +arrow-arith@55.2.0 X +arrow-array@55.2.0 X +arrow-buffer@55.2.0 X +arrow-cast@55.2.0 X +arrow-data@55.2.0 X +arrow-ipc@55.2.0 X +arrow-ord@55.2.0 X +arrow-schema@55.2.0 X +arrow-select@55.2.0 X +arrow-string@55.2.0 X +as-any@0.3.2 X X async-broadcast@0.7.2 X X async-lock@3.4.0 X X async-recursion@1.1.1 X X async-trait@0.1.88 X X atoi@2.0.0 X autocfg@1.4.0 X X -backon@1.3.0 X +backon@1.5.1 X backtrace@0.3.74 X X base64@0.22.1 X X bigdecimal@0.4.8 X X @@ -71,10 +72,12 @@ derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X digest@0.10.7 X X displaydoc@0.2.5 X X +dissimilar@1.0.9 X either@1.15.0 X X equivalent@1.0.2 X X event-listener@5.4.0 X X event-listener-strategy@0.5.3 X X +expect-test@1.5.1 X X fastrand@2.3.0 X X faststr@0.2.31 X X flatbuffers@25.2.10 X @@ -114,9 +117,9 @@ hyper-rustls@0.27.5 X X X hyper-util@0.1.10 X iana-time-zone@0.1.61 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.5.1 X -iceberg-catalog-hms@0.5.1 X -iceberg_test_utils@0.5.1 X +iceberg@0.6.0 X +iceberg-catalog-hms@0.6.0 X +iceberg_test_utils@0.6.0 X icu_collections@1.5.0 X icu_locid@1.5.0 X icu_locid_transform@1.5.0 X @@ -133,6 +136,7 @@ idna_adapter@1.2.0 X X indexmap@2.9.0 X X integer-encoding@3.0.4 X integer-encoding@4.0.2 X +io-uring@0.7.8 X X ipnet@2.11.0 X X itertools@0.13.0 X X itoa@1.0.14 X X @@ -184,14 +188,14 @@ num_enum@0.7.3 X X X num_enum_derive@0.7.3 X X X object@0.36.7 X X once_cell@1.21.1 X X -opendal@0.53.0 X +opendal@0.54.0 X ordered-float@2.10.1 X ordered-float@4.6.0 X overload@0.1.1 X parking@2.2.1 X X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X -parquet@55.1.0 X +parquet@55.2.0 X paste@1.0.15 X X percent-encoding@2.3.1 X X pilota@0.11.8 X X @@ -205,7 +209,7 @@ ppv-lite86@0.2.20 X X proc-macro-crate@3.2.0 X X proc-macro2@1.0.93 X X quad-rand@0.2.3 X -quick-xml@0.36.2 X +quick-xml@0.37.4 X quote@1.0.40 X X rand@0.8.5 X X rand@0.9.0 X X @@ -222,7 +226,7 @@ regex-automata@0.4.9 X X regex-lite@0.1.6 X X regex-syntax@0.6.29 X X regex-syntax@0.8.5 X X -reqsign@0.16.1 X +reqsign@0.16.3 X reqwest@0.12.12 X X ring@0.17.13 X X rle-decode-fast@1.0.3 X X @@ -247,8 +251,8 @@ serde_derive@1.0.217 X X serde_json@1.0.138 X X serde_repr@0.1.19 X X serde_urlencoded@0.7.1 X X -serde_with@3.12.0 X X -serde_with_macros@3.12.0 X X +serde_with@3.14.0 X X +serde_with_macros@3.14.0 X X sha1@0.10.6 X X sha2@0.10.8 X X sharded-slab@0.1.7 X @@ -266,7 +270,9 @@ stable_deref_trait@1.2.0 X X static_assertions@1.1.0 X X strsim@0.11.1 X strum@0.26.3 X +strum@0.27.1 X strum_macros@0.26.4 X +strum_macros@0.27.1 X subtle@2.6.1 X syn@1.0.109 X X syn@2.0.101 X X @@ -282,7 +288,7 @@ threadpool@1.8.1 X X thrift@0.17.0 X tiny-keccak@2.0.2 X tinystr@0.7.6 X -tokio@1.45.0 X +tokio@1.46.1 X tokio-macros@2.5.0 X tokio-rustls@0.26.1 X X tokio-stream@0.1.17 X @@ -312,8 +318,8 @@ utf16_iter@1.0.5 X X utf8_iter@1.0.4 X X uuid@1.17.0 X X version_check@0.9.5 X X -volo@0.10.6 X X -volo-thrift@0.10.7 X X +volo@0.10.7 X X +volo-thrift@0.10.8 X X want@0.3.1 X wasi@0.11.0+wasi-snapshot-preview1 X X X wasi@0.13.3+wasi-0.2.2 X X X diff --git a/crates/catalog/rest/DEPENDENCIES.rust.tsv b/crates/catalog/rest/DEPENDENCIES.rust.tsv index 34cd4ebbc4..948f2ed88a 100644 --- a/crates/catalog/rest/DEPENDENCIES.rust.tsv +++ b/crates/catalog/rest/DEPENDENCIES.rust.tsv @@ -13,22 +13,23 @@ anyhow@1.0.95 X X apache-avro@0.17.0 X array-init@2.1.0 X X arrayvec@0.7.6 X X -arrow-arith@55.1.0 X -arrow-array@55.1.0 X -arrow-buffer@55.1.0 X -arrow-cast@55.1.0 X -arrow-data@55.1.0 X -arrow-ipc@55.1.0 X -arrow-ord@55.1.0 X -arrow-schema@55.1.0 X -arrow-select@55.1.0 X -arrow-string@55.1.0 X +arrow-arith@55.2.0 X +arrow-array@55.2.0 X +arrow-buffer@55.2.0 X +arrow-cast@55.2.0 X +arrow-data@55.2.0 X +arrow-ipc@55.2.0 X +arrow-ord@55.2.0 X +arrow-schema@55.2.0 X +arrow-select@55.2.0 X +arrow-string@55.2.0 X +as-any@0.3.2 X X async-lock@3.4.0 X X async-trait@0.1.88 X X atoi@2.0.0 X atomic-waker@1.1.2 X X autocfg@1.4.0 X X -backon@1.3.0 X +backon@1.5.1 X backtrace@0.3.74 X X base64@0.22.1 X X bigdecimal@0.4.8 X X @@ -67,10 +68,12 @@ derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X digest@0.10.7 X X displaydoc@0.2.5 X X +dissimilar@1.0.9 X either@1.15.0 X X equivalent@1.0.2 X X event-listener@5.4.0 X X event-listener-strategy@0.5.3 X X +expect-test@1.5.1 X X fastrand@2.3.0 X X flatbuffers@25.2.10 X flate2@1.1.1 X X @@ -110,9 +113,9 @@ hyper-rustls@0.27.5 X X X hyper-util@0.1.10 X iana-time-zone@0.1.61 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.5.1 X -iceberg-catalog-rest@0.5.1 X -iceberg_test_utils@0.5.1 X +iceberg@0.6.0 X +iceberg-catalog-rest@0.6.0 X +iceberg_test_utils@0.6.0 X icu_collections@1.5.0 X icu_locid@1.5.0 X icu_locid_transform@1.5.0 X @@ -128,6 +131,7 @@ idna@1.0.3 X X idna_adapter@1.2.0 X X indexmap@2.9.0 X X integer-encoding@3.0.4 X +io-uring@0.7.8 X X ipnet@2.11.0 X X itertools@0.13.0 X X itoa@1.0.14 X X @@ -169,14 +173,14 @@ num-traits@0.2.19 X X num_cpus@1.16.0 X X object@0.36.7 X X once_cell@1.21.1 X X -opendal@0.53.0 X +opendal@0.54.0 X ordered-float@2.10.1 X ordered-float@4.6.0 X overload@0.1.1 X parking@2.2.1 X X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X -parquet@55.1.0 X +parquet@55.2.0 X paste@1.0.15 X X percent-encoding@2.3.1 X X pin-project-lite@0.2.16 X X @@ -186,7 +190,7 @@ portable-atomic@1.10.0 X X ppv-lite86@0.2.20 X X proc-macro2@1.0.93 X X quad-rand@0.2.3 X -quick-xml@0.36.2 X +quick-xml@0.37.4 X quote@1.0.40 X X rand@0.8.5 X X rand_chacha@0.3.1 X X @@ -198,7 +202,7 @@ regex-automata@0.4.9 X X regex-lite@0.1.6 X X regex-syntax@0.6.29 X X regex-syntax@0.8.5 X X -reqsign@0.16.1 X +reqsign@0.16.3 X reqwest@0.12.12 X X ring@0.17.13 X X rle-decode-fast@1.0.3 X X @@ -222,8 +226,8 @@ serde_derive@1.0.217 X X serde_json@1.0.138 X X serde_repr@0.1.19 X X serde_urlencoded@0.7.1 X X -serde_with@3.12.0 X X -serde_with_macros@3.12.0 X X +serde_with@3.14.0 X X +serde_with_macros@3.14.0 X X sha1@0.10.6 X X sha2@0.10.8 X X sharded-slab@0.1.7 X @@ -237,7 +241,9 @@ stable_deref_trait@1.2.0 X X static_assertions@1.1.0 X X strsim@0.11.1 X strum@0.26.3 X +strum@0.27.1 X strum_macros@0.26.4 X +strum_macros@0.27.1 X subtle@2.6.1 X syn@2.0.101 X X sync_wrapper@1.0.2 X @@ -250,7 +256,7 @@ threadpool@1.8.1 X X thrift@0.17.0 X tiny-keccak@2.0.2 X tinystr@0.7.6 X -tokio@1.45.0 X +tokio@1.46.1 X tokio-macros@2.5.0 X tokio-rustls@0.26.1 X X tokio-util@0.7.15 X diff --git a/crates/catalog/s3tables/DEPENDENCIES.rust.tsv b/crates/catalog/s3tables/DEPENDENCIES.rust.tsv index 0cf3255bbb..46592bab32 100644 --- a/crates/catalog/s3tables/DEPENDENCIES.rust.tsv +++ b/crates/catalog/s3tables/DEPENDENCIES.rust.tsv @@ -13,28 +13,29 @@ anyhow@1.0.95 X X apache-avro@0.17.0 X array-init@2.1.0 X X arrayvec@0.7.6 X X -arrow-arith@55.1.0 X -arrow-array@55.1.0 X -arrow-buffer@55.1.0 X -arrow-cast@55.1.0 X -arrow-data@55.1.0 X -arrow-ipc@55.1.0 X -arrow-ord@55.1.0 X -arrow-schema@55.1.0 X -arrow-select@55.1.0 X -arrow-string@55.1.0 X +arrow-arith@55.2.0 X +arrow-array@55.2.0 X +arrow-buffer@55.2.0 X +arrow-cast@55.2.0 X +arrow-data@55.2.0 X +arrow-ipc@55.2.0 X +arrow-ord@55.2.0 X +arrow-schema@55.2.0 X +arrow-select@55.2.0 X +arrow-string@55.2.0 X +as-any@0.3.2 X X async-lock@3.4.0 X X async-trait@0.1.88 X X atoi@2.0.0 X atomic-waker@1.1.2 X X autocfg@1.4.0 X X -aws-config@1.6.2 X +aws-config@1.6.3 X aws-credential-types@1.2.3 X aws-runtime@1.5.7 X -aws-sdk-s3tables@1.22.0 X -aws-sdk-sso@1.66.0 X -aws-sdk-ssooidc@1.67.0 X -aws-sdk-sts@1.67.0 X +aws-sdk-s3tables@1.25.0 X +aws-sdk-sso@1.72.0 X +aws-sdk-ssooidc@1.73.0 X +aws-sdk-sts@1.73.0 X aws-sigv4@1.3.1 X aws-smithy-async@1.2.5 X aws-smithy-http@0.62.1 X @@ -47,7 +48,7 @@ aws-smithy-runtime-api@1.8.0 X aws-smithy-types@1.3.1 X aws-smithy-xml@0.60.9 X aws-types@1.3.7 X -backon@1.3.0 X +backon@1.5.1 X backtrace@0.3.74 X X base64@0.21.7 X X base64@0.22.1 X X @@ -92,10 +93,12 @@ derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X digest@0.10.7 X X displaydoc@0.2.5 X X +dissimilar@1.0.9 X either@1.15.0 X X equivalent@1.0.2 X X event-listener@5.4.0 X X event-listener-strategy@0.5.3 X X +expect-test@1.5.1 X X fastrand@2.3.0 X X flatbuffers@25.2.10 X flate2@1.1.1 X X @@ -140,9 +143,9 @@ hyper-rustls@0.27.5 X X X hyper-util@0.1.10 X iana-time-zone@0.1.61 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.5.1 X -iceberg-catalog-s3tables@0.5.1 X -iceberg_test_utils@0.5.1 X +iceberg@0.6.0 X +iceberg-catalog-s3tables@0.6.0 X +iceberg_test_utils@0.6.0 X icu_collections@1.5.0 X icu_locid@1.5.0 X icu_locid_transform@1.5.0 X @@ -158,6 +161,7 @@ idna@1.0.3 X X idna_adapter@1.2.0 X X indexmap@2.9.0 X X integer-encoding@3.0.4 X +io-uring@0.7.8 X X ipnet@2.11.0 X X itertools@0.13.0 X X itoa@1.0.14 X X @@ -200,7 +204,7 @@ num-traits@0.2.19 X X num_cpus@1.16.0 X X object@0.36.7 X X once_cell@1.21.1 X X -opendal@0.53.0 X +opendal@0.54.0 X openssl-probe@0.1.6 X X ordered-float@2.10.1 X ordered-float@4.6.0 X @@ -209,7 +213,7 @@ overload@0.1.1 X parking@2.2.1 X X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X -parquet@55.1.0 X +parquet@55.2.0 X paste@1.0.15 X X percent-encoding@2.3.1 X X pin-project-lite@0.2.16 X X @@ -220,7 +224,7 @@ powerfmt@0.2.0 X X ppv-lite86@0.2.20 X X proc-macro2@1.0.93 X X quad-rand@0.2.3 X -quick-xml@0.36.2 X +quick-xml@0.37.4 X quote@1.0.40 X X rand@0.8.5 X X rand_chacha@0.3.1 X X @@ -232,7 +236,7 @@ regex-automata@0.4.9 X X regex-lite@0.1.6 X X regex-syntax@0.6.29 X X regex-syntax@0.8.5 X X -reqsign@0.16.1 X +reqsign@0.16.3 X reqwest@0.12.12 X X ring@0.17.13 X X rle-decode-fast@1.0.3 X X @@ -266,8 +270,8 @@ serde_derive@1.0.217 X X serde_json@1.0.138 X X serde_repr@0.1.19 X X serde_urlencoded@0.7.1 X X -serde_with@3.12.0 X X -serde_with_macros@3.12.0 X X +serde_with@3.14.0 X X +serde_with_macros@3.14.0 X X sha1@0.10.6 X X sha2@0.10.8 X X sharded-slab@0.1.7 X @@ -282,7 +286,9 @@ stable_deref_trait@1.2.0 X X static_assertions@1.1.0 X X strsim@0.11.1 X strum@0.26.3 X +strum@0.27.1 X strum_macros@0.26.4 X +strum_macros@0.27.1 X subtle@2.6.1 X syn@2.0.101 X X sync_wrapper@1.0.2 X @@ -297,7 +303,7 @@ time@0.3.37 X X time-core@0.1.2 X X tiny-keccak@2.0.2 X tinystr@0.7.6 X -tokio@1.45.0 X +tokio@1.46.1 X tokio-macros@2.5.0 X tokio-rustls@0.24.1 X X tokio-rustls@0.26.1 X X diff --git a/crates/catalog/sql/DEPENDENCIES.rust.tsv b/crates/catalog/sql/DEPENDENCIES.rust.tsv index 6499dca9ac..ccc29c2f65 100644 --- a/crates/catalog/sql/DEPENDENCIES.rust.tsv +++ b/crates/catalog/sql/DEPENDENCIES.rust.tsv @@ -13,21 +13,22 @@ anyhow@1.0.95 X X apache-avro@0.17.0 X array-init@2.1.0 X X arrayvec@0.7.6 X X -arrow-arith@55.1.0 X -arrow-array@55.1.0 X -arrow-buffer@55.1.0 X -arrow-cast@55.1.0 X -arrow-data@55.1.0 X -arrow-ipc@55.1.0 X -arrow-ord@55.1.0 X -arrow-schema@55.1.0 X -arrow-select@55.1.0 X -arrow-string@55.1.0 X +arrow-arith@55.2.0 X +arrow-array@55.2.0 X +arrow-buffer@55.2.0 X +arrow-cast@55.2.0 X +arrow-data@55.2.0 X +arrow-ipc@55.2.0 X +arrow-ord@55.2.0 X +arrow-schema@55.2.0 X +arrow-select@55.2.0 X +arrow-string@55.2.0 X +as-any@0.3.2 X X async-lock@3.4.0 X X async-trait@0.1.88 X X atoi@2.0.0 X autocfg@1.4.0 X X -backon@1.3.0 X +backon@1.5.1 X backtrace@0.3.74 X X base64@0.22.1 X X bigdecimal@0.4.8 X X @@ -69,10 +70,12 @@ derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X digest@0.10.7 X X displaydoc@0.2.5 X X +dissimilar@1.0.9 X either@1.15.0 X X equivalent@1.0.2 X X event-listener@5.4.0 X X event-listener-strategy@0.5.3 X X +expect-test@1.5.1 X X fastrand@2.3.0 X X flatbuffers@25.2.10 X flate2@1.1.1 X X @@ -114,9 +117,9 @@ hyper-rustls@0.27.5 X X X hyper-util@0.1.10 X iana-time-zone@0.1.61 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.5.1 X -iceberg-catalog-sql@0.5.1 X -iceberg_test_utils@0.5.1 X +iceberg@0.6.0 X +iceberg-catalog-sql@0.6.0 X +iceberg_test_utils@0.6.0 X icu_collections@1.5.0 X icu_locid@1.5.0 X icu_locid_transform@1.5.0 X @@ -132,6 +135,7 @@ idna@1.0.3 X X idna_adapter@1.2.0 X X indexmap@2.9.0 X X integer-encoding@3.0.4 X +io-uring@0.7.8 X X ipnet@2.11.0 X X itertools@0.13.0 X X itoa@1.0.14 X X @@ -174,14 +178,14 @@ num-traits@0.2.19 X X num_cpus@1.16.0 X X object@0.36.7 X X once_cell@1.21.1 X X -opendal@0.53.0 X +opendal@0.54.0 X ordered-float@2.10.1 X ordered-float@4.6.0 X overload@0.1.1 X parking@2.2.1 X X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X -parquet@55.1.0 X +parquet@55.2.0 X paste@1.0.15 X X percent-encoding@2.3.1 X X pin-project-lite@0.2.16 X X @@ -191,7 +195,7 @@ portable-atomic@1.10.0 X X ppv-lite86@0.2.20 X X proc-macro2@1.0.93 X X quad-rand@0.2.3 X -quick-xml@0.36.2 X +quick-xml@0.37.4 X quote@1.0.40 X X rand@0.8.5 X X rand_chacha@0.3.1 X X @@ -203,7 +207,7 @@ regex-automata@0.4.9 X X regex-lite@0.1.6 X X regex-syntax@0.6.29 X X regex-syntax@0.8.5 X X -reqsign@0.16.1 X +reqsign@0.16.3 X reqwest@0.12.12 X X ring@0.17.13 X X rle-decode-fast@1.0.3 X X @@ -227,8 +231,8 @@ serde_derive@1.0.217 X X serde_json@1.0.138 X X serde_repr@0.1.19 X X serde_urlencoded@0.7.1 X X -serde_with@3.12.0 X X -serde_with_macros@3.12.0 X X +serde_with@3.14.0 X X +serde_with_macros@3.14.0 X X sha1@0.10.6 X X sha2@0.10.8 X X sharded-slab@0.1.7 X @@ -246,7 +250,9 @@ stable_deref_trait@1.2.0 X X static_assertions@1.1.0 X X strsim@0.11.1 X strum@0.26.3 X +strum@0.27.1 X strum_macros@0.26.4 X +strum_macros@0.27.1 X subtle@2.6.1 X syn@2.0.101 X X sync_wrapper@1.0.2 X @@ -261,7 +267,7 @@ threadpool@1.8.1 X X thrift@0.17.0 X tiny-keccak@2.0.2 X tinystr@0.7.6 X -tokio@1.45.0 X +tokio@1.46.1 X tokio-macros@2.5.0 X tokio-rustls@0.26.1 X X tokio-stream@0.1.17 X diff --git a/crates/examples/DEPENDENCIES.rust.tsv b/crates/examples/DEPENDENCIES.rust.tsv index 50b66b0f9c..e29cbfa6e7 100644 --- a/crates/examples/DEPENDENCIES.rust.tsv +++ b/crates/examples/DEPENDENCIES.rust.tsv @@ -13,22 +13,23 @@ anyhow@1.0.95 X X apache-avro@0.17.0 X array-init@2.1.0 X X arrayvec@0.7.6 X X -arrow-arith@55.1.0 X -arrow-array@55.1.0 X -arrow-buffer@55.1.0 X -arrow-cast@55.1.0 X -arrow-data@55.1.0 X -arrow-ipc@55.1.0 X -arrow-ord@55.1.0 X -arrow-schema@55.1.0 X -arrow-select@55.1.0 X -arrow-string@55.1.0 X +arrow-arith@55.2.0 X +arrow-array@55.2.0 X +arrow-buffer@55.2.0 X +arrow-cast@55.2.0 X +arrow-data@55.2.0 X +arrow-ipc@55.2.0 X +arrow-ord@55.2.0 X +arrow-schema@55.2.0 X +arrow-select@55.2.0 X +arrow-string@55.2.0 X +as-any@0.3.2 X X async-lock@3.4.0 X X async-trait@0.1.88 X X atoi@2.0.0 X atomic-waker@1.1.2 X X autocfg@1.4.0 X X -backon@1.3.0 X +backon@1.5.1 X backtrace@0.3.74 X X base64@0.22.1 X X bigdecimal@0.4.8 X X @@ -67,10 +68,12 @@ derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X digest@0.10.7 X X displaydoc@0.2.5 X X +dissimilar@1.0.9 X either@1.15.0 X X equivalent@1.0.2 X X event-listener@5.4.0 X X event-listener-strategy@0.5.3 X X +expect-test@1.5.1 X X fastrand@2.3.0 X X flatbuffers@25.2.10 X flate2@1.1.1 X X @@ -110,10 +113,10 @@ hyper-rustls@0.27.5 X X X hyper-util@0.1.10 X iana-time-zone@0.1.61 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.5.1 X -iceberg-catalog-rest@0.5.1 X -iceberg-examples@0.5.1 X -iceberg_test_utils@0.5.1 X +iceberg@0.6.0 X +iceberg-catalog-rest@0.6.0 X +iceberg-examples@0.6.0 X +iceberg_test_utils@0.6.0 X icu_collections@1.5.0 X icu_locid@1.5.0 X icu_locid_transform@1.5.0 X @@ -129,6 +132,7 @@ idna@1.0.3 X X idna_adapter@1.2.0 X X indexmap@2.9.0 X X integer-encoding@3.0.4 X +io-uring@0.7.8 X X ipnet@2.11.0 X X itertools@0.13.0 X X itoa@1.0.14 X X @@ -170,14 +174,14 @@ num-traits@0.2.19 X X num_cpus@1.16.0 X X object@0.36.7 X X once_cell@1.21.1 X X -opendal@0.53.0 X +opendal@0.54.0 X ordered-float@2.10.1 X ordered-float@4.6.0 X overload@0.1.1 X parking@2.2.1 X X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X -parquet@55.1.0 X +parquet@55.2.0 X paste@1.0.15 X X percent-encoding@2.3.1 X X pin-project-lite@0.2.16 X X @@ -187,7 +191,7 @@ portable-atomic@1.10.0 X X ppv-lite86@0.2.20 X X proc-macro2@1.0.93 X X quad-rand@0.2.3 X -quick-xml@0.36.2 X +quick-xml@0.37.4 X quote@1.0.40 X X rand@0.8.5 X X rand_chacha@0.3.1 X X @@ -199,7 +203,7 @@ regex-automata@0.4.9 X X regex-lite@0.1.6 X X regex-syntax@0.6.29 X X regex-syntax@0.8.5 X X -reqsign@0.16.1 X +reqsign@0.16.3 X reqwest@0.12.12 X X ring@0.17.13 X X rle-decode-fast@1.0.3 X X @@ -223,8 +227,8 @@ serde_derive@1.0.217 X X serde_json@1.0.138 X X serde_repr@0.1.19 X X serde_urlencoded@0.7.1 X X -serde_with@3.12.0 X X -serde_with_macros@3.12.0 X X +serde_with@3.14.0 X X +serde_with_macros@3.14.0 X X sha1@0.10.6 X X sha2@0.10.8 X X sharded-slab@0.1.7 X @@ -239,7 +243,9 @@ stable_deref_trait@1.2.0 X X static_assertions@1.1.0 X X strsim@0.11.1 X strum@0.26.3 X +strum@0.27.1 X strum_macros@0.26.4 X +strum_macros@0.27.1 X subtle@2.6.1 X syn@2.0.101 X X sync_wrapper@1.0.2 X @@ -252,7 +258,7 @@ threadpool@1.8.1 X X thrift@0.17.0 X tiny-keccak@2.0.2 X tinystr@0.7.6 X -tokio@1.45.0 X +tokio@1.46.1 X tokio-macros@2.5.0 X tokio-rustls@0.26.1 X X tokio-util@0.7.15 X diff --git a/crates/iceberg/DEPENDENCIES.rust.tsv b/crates/iceberg/DEPENDENCIES.rust.tsv index 1011360b76..2d1225c376 100644 --- a/crates/iceberg/DEPENDENCIES.rust.tsv +++ b/crates/iceberg/DEPENDENCIES.rust.tsv @@ -13,21 +13,22 @@ anyhow@1.0.95 X X apache-avro@0.17.0 X array-init@2.1.0 X X arrayvec@0.7.6 X X -arrow-arith@55.1.0 X -arrow-array@55.1.0 X -arrow-buffer@55.1.0 X -arrow-cast@55.1.0 X -arrow-data@55.1.0 X -arrow-ipc@55.1.0 X -arrow-ord@55.1.0 X -arrow-schema@55.1.0 X -arrow-select@55.1.0 X -arrow-string@55.1.0 X +arrow-arith@55.2.0 X +arrow-array@55.2.0 X +arrow-buffer@55.2.0 X +arrow-cast@55.2.0 X +arrow-data@55.2.0 X +arrow-ipc@55.2.0 X +arrow-ord@55.2.0 X +arrow-schema@55.2.0 X +arrow-select@55.2.0 X +arrow-string@55.2.0 X +as-any@0.3.2 X X async-lock@3.4.0 X X async-trait@0.1.88 X X atoi@2.0.0 X autocfg@1.4.0 X X -backon@1.3.0 X +backon@1.5.1 X backtrace@0.3.74 X X base64@0.22.1 X X bigdecimal@0.4.8 X X @@ -66,9 +67,11 @@ derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X digest@0.10.7 X X displaydoc@0.2.5 X X +dissimilar@1.0.9 X either@1.15.0 X X event-listener@5.4.0 X X event-listener-strategy@0.5.3 X X +expect-test@1.5.1 X X fastrand@2.3.0 X X flatbuffers@25.2.10 X flate2@1.1.1 X X @@ -106,8 +109,8 @@ hyper-rustls@0.27.5 X X X hyper-util@0.1.10 X iana-time-zone@0.1.61 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.5.1 X -iceberg_test_utils@0.5.1 X +iceberg@0.6.0 X +iceberg_test_utils@0.6.0 X icu_collections@1.5.0 X icu_locid@1.5.0 X icu_locid_transform@1.5.0 X @@ -122,6 +125,7 @@ ident_case@1.0.1 X X idna@1.0.3 X X idna_adapter@1.2.0 X X integer-encoding@3.0.4 X +io-uring@0.7.8 X X ipnet@2.11.0 X X itertools@0.13.0 X X itoa@1.0.14 X X @@ -163,14 +167,14 @@ num-traits@0.2.19 X X num_cpus@1.16.0 X X object@0.36.7 X X once_cell@1.21.1 X X -opendal@0.53.0 X +opendal@0.54.0 X ordered-float@2.10.1 X ordered-float@4.6.0 X overload@0.1.1 X parking@2.2.1 X X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X -parquet@55.1.0 X +parquet@55.2.0 X paste@1.0.15 X X percent-encoding@2.3.1 X X pin-project-lite@0.2.16 X X @@ -180,7 +184,7 @@ portable-atomic@1.10.0 X X ppv-lite86@0.2.20 X X proc-macro2@1.0.93 X X quad-rand@0.2.3 X -quick-xml@0.36.2 X +quick-xml@0.37.4 X quote@1.0.40 X X rand@0.8.5 X X rand_chacha@0.3.1 X X @@ -192,7 +196,7 @@ regex-automata@0.4.9 X X regex-lite@0.1.6 X X regex-syntax@0.6.29 X X regex-syntax@0.8.5 X X -reqsign@0.16.1 X +reqsign@0.16.3 X reqwest@0.12.12 X X ring@0.17.13 X X rle-decode-fast@1.0.3 X X @@ -216,8 +220,8 @@ serde_derive@1.0.217 X X serde_json@1.0.138 X X serde_repr@0.1.19 X X serde_urlencoded@0.7.1 X X -serde_with@3.12.0 X X -serde_with_macros@3.12.0 X X +serde_with@3.14.0 X X +serde_with_macros@3.14.0 X X sha1@0.10.6 X X sha2@0.10.8 X X sharded-slab@0.1.7 X @@ -231,7 +235,9 @@ stable_deref_trait@1.2.0 X X static_assertions@1.1.0 X X strsim@0.11.1 X strum@0.26.3 X +strum@0.27.1 X strum_macros@0.26.4 X +strum_macros@0.27.1 X subtle@2.6.1 X syn@2.0.101 X X sync_wrapper@1.0.2 X @@ -244,7 +250,7 @@ threadpool@1.8.1 X X thrift@0.17.0 X tiny-keccak@2.0.2 X tinystr@0.7.6 X -tokio@1.45.0 X +tokio@1.46.1 X tokio-macros@2.5.0 X tokio-rustls@0.26.1 X X tokio-util@0.7.15 X diff --git a/crates/integration_tests/DEPENDENCIES.rust.tsv b/crates/integration_tests/DEPENDENCIES.rust.tsv index 389d77a45f..dcfaea9d48 100644 --- a/crates/integration_tests/DEPENDENCIES.rust.tsv +++ b/crates/integration_tests/DEPENDENCIES.rust.tsv @@ -15,26 +15,27 @@ array-init@2.1.0 X X arrayref@0.3.9 X arrayvec@0.7.6 X X arrow@55.0.0 X -arrow-arith@55.1.0 X -arrow-array@55.1.0 X -arrow-buffer@55.1.0 X -arrow-cast@55.1.0 X +arrow-arith@55.2.0 X +arrow-array@55.2.0 X +arrow-buffer@55.2.0 X +arrow-cast@55.2.0 X arrow-csv@55.0.0 X -arrow-data@55.1.0 X -arrow-ipc@55.1.0 X +arrow-data@55.2.0 X +arrow-ipc@55.2.0 X arrow-json@55.0.0 X -arrow-ord@55.1.0 X +arrow-ord@55.2.0 X arrow-row@55.0.0 X -arrow-schema@55.1.0 X -arrow-select@55.1.0 X -arrow-string@55.1.0 X +arrow-schema@55.2.0 X +arrow-select@55.2.0 X +arrow-string@55.2.0 X +as-any@0.3.2 X X async-compression@0.4.19 X X async-lock@3.4.0 X X async-trait@0.1.88 X X atoi@2.0.0 X atomic-waker@1.1.2 X X autocfg@1.4.0 X X -backon@1.3.0 X +backon@1.5.1 X backtrace@0.3.74 X X base64@0.22.1 X X bigdecimal@0.4.8 X X @@ -113,11 +114,13 @@ derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X digest@0.10.7 X X displaydoc@0.2.5 X X +dissimilar@1.0.9 X either@1.15.0 X X equivalent@1.0.2 X X errno@0.3.10 X X event-listener@5.4.0 X X event-listener-strategy@0.5.3 X X +expect-test@1.5.1 X X fastrand@2.3.0 X X fixedbitset@0.5.7 X X flatbuffers@25.2.10 X @@ -160,12 +163,11 @@ hyper-rustls@0.27.5 X X X hyper-util@0.1.10 X iana-time-zone@0.1.61 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.5.1 X -iceberg-catalog-memory@0.5.1 X -iceberg-catalog-rest@0.5.1 X -iceberg-datafusion@0.5.1 X -iceberg-integration-tests@0.5.1 X -iceberg_test_utils@0.5.1 X +iceberg@0.6.0 X +iceberg-catalog-rest@0.6.0 X +iceberg-datafusion@0.6.0 X +iceberg-integration-tests@0.6.0 X +iceberg_test_utils@0.6.0 X icu_collections@1.5.0 X icu_locid@1.5.0 X icu_locid_transform@1.5.0 X @@ -181,6 +183,7 @@ idna@1.0.3 X X idna_adapter@1.2.0 X X indexmap@2.9.0 X X integer-encoding@3.0.4 X +io-uring@0.7.8 X X ipnet@2.11.0 X X itertools@0.13.0 X X itertools@0.14.0 X X @@ -226,14 +229,14 @@ num_cpus@1.16.0 X X object@0.36.7 X X object_store@0.12.0 X X once_cell@1.21.1 X X -opendal@0.53.0 X +opendal@0.54.0 X ordered-float@2.10.1 X ordered-float@4.6.0 X overload@0.1.1 X parking@2.2.1 X X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X -parquet@55.1.0 X +parquet@55.2.0 X parse-zoneinfo@0.3.1 X paste@1.0.15 X X percent-encoding@2.3.1 X X @@ -250,7 +253,7 @@ ppv-lite86@0.2.20 X X proc-macro2@1.0.93 X X psm@0.1.25 X X quad-rand@0.2.3 X -quick-xml@0.36.2 X +quick-xml@0.37.4 X quote@1.0.40 X X rand@0.8.5 X X rand_chacha@0.3.1 X X @@ -264,7 +267,7 @@ regex-automata@0.4.9 X X regex-lite@0.1.6 X X regex-syntax@0.6.29 X X regex-syntax@0.8.5 X X -reqsign@0.16.1 X +reqsign@0.16.3 X reqwest@0.12.12 X X ring@0.17.13 X X rle-decode-fast@1.0.3 X X @@ -290,8 +293,8 @@ serde_derive@1.0.217 X X serde_json@1.0.138 X X serde_repr@0.1.19 X X serde_urlencoded@0.7.1 X X -serde_with@3.12.0 X X -serde_with_macros@3.12.0 X X +serde_with@3.14.0 X X +serde_with_macros@3.14.0 X X sha1@0.10.6 X X sha2@0.10.8 X X sharded-slab@0.1.7 X @@ -309,7 +312,9 @@ stacker@0.1.20 X X static_assertions@1.1.0 X X strsim@0.11.1 X strum@0.26.3 X +strum@0.27.1 X strum_macros@0.26.4 X +strum_macros@0.27.1 X subtle@2.6.1 X syn@2.0.101 X X sync_wrapper@1.0.2 X @@ -325,7 +330,7 @@ threadpool@1.8.1 X X thrift@0.17.0 X tiny-keccak@2.0.2 X tinystr@0.7.6 X -tokio@1.45.0 X +tokio@1.46.1 X tokio-macros@2.5.0 X tokio-rustls@0.26.1 X X tokio-util@0.7.15 X diff --git a/crates/integrations/cache-moka/DEPENDENCIES.rust.tsv b/crates/integrations/cache-moka/DEPENDENCIES.rust.tsv index ae206adb21..bd957d9e7f 100644 --- a/crates/integrations/cache-moka/DEPENDENCIES.rust.tsv +++ b/crates/integrations/cache-moka/DEPENDENCIES.rust.tsv @@ -13,21 +13,22 @@ anyhow@1.0.95 X X apache-avro@0.17.0 X array-init@2.1.0 X X arrayvec@0.7.6 X X -arrow-arith@55.1.0 X -arrow-array@55.1.0 X -arrow-buffer@55.1.0 X -arrow-cast@55.1.0 X -arrow-data@55.1.0 X -arrow-ipc@55.1.0 X -arrow-ord@55.1.0 X -arrow-schema@55.1.0 X -arrow-select@55.1.0 X -arrow-string@55.1.0 X +arrow-arith@55.2.0 X +arrow-array@55.2.0 X +arrow-buffer@55.2.0 X +arrow-cast@55.2.0 X +arrow-data@55.2.0 X +arrow-ipc@55.2.0 X +arrow-ord@55.2.0 X +arrow-schema@55.2.0 X +arrow-select@55.2.0 X +arrow-string@55.2.0 X +as-any@0.3.2 X X async-lock@3.4.0 X X async-trait@0.1.88 X X atoi@2.0.0 X autocfg@1.4.0 X X -backon@1.3.0 X +backon@1.5.1 X backtrace@0.3.74 X X base64@0.22.1 X X bigdecimal@0.4.8 X X @@ -66,9 +67,11 @@ derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X digest@0.10.7 X X displaydoc@0.2.5 X X +dissimilar@1.0.9 X either@1.15.0 X X event-listener@5.4.0 X X event-listener-strategy@0.5.3 X X +expect-test@1.5.1 X X fastrand@2.3.0 X X flatbuffers@25.2.10 X flate2@1.1.1 X X @@ -106,9 +109,9 @@ hyper-rustls@0.27.5 X X X hyper-util@0.1.10 X iana-time-zone@0.1.61 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.5.1 X -iceberg-cache-moka@0.5.1 X -iceberg_test_utils@0.5.1 X +iceberg@0.6.0 X +iceberg-cache-moka@0.6.0 X +iceberg_test_utils@0.6.0 X icu_collections@1.5.0 X icu_locid@1.5.0 X icu_locid_transform@1.5.0 X @@ -123,6 +126,7 @@ ident_case@1.0.1 X X idna@1.0.3 X X idna_adapter@1.2.0 X X integer-encoding@3.0.4 X +io-uring@0.7.8 X X ipnet@2.11.0 X X itertools@0.13.0 X X itoa@1.0.14 X X @@ -164,14 +168,14 @@ num-traits@0.2.19 X X num_cpus@1.16.0 X X object@0.36.7 X X once_cell@1.21.1 X X -opendal@0.53.0 X +opendal@0.54.0 X ordered-float@2.10.1 X ordered-float@4.6.0 X overload@0.1.1 X parking@2.2.1 X X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X -parquet@55.1.0 X +parquet@55.2.0 X paste@1.0.15 X X percent-encoding@2.3.1 X X pin-project-lite@0.2.16 X X @@ -181,7 +185,7 @@ portable-atomic@1.10.0 X X ppv-lite86@0.2.20 X X proc-macro2@1.0.93 X X quad-rand@0.2.3 X -quick-xml@0.36.2 X +quick-xml@0.37.4 X quote@1.0.40 X X rand@0.8.5 X X rand_chacha@0.3.1 X X @@ -193,7 +197,7 @@ regex-automata@0.4.9 X X regex-lite@0.1.6 X X regex-syntax@0.6.29 X X regex-syntax@0.8.5 X X -reqsign@0.16.1 X +reqsign@0.16.3 X reqwest@0.12.12 X X ring@0.17.13 X X rle-decode-fast@1.0.3 X X @@ -217,8 +221,8 @@ serde_derive@1.0.217 X X serde_json@1.0.138 X X serde_repr@0.1.19 X X serde_urlencoded@0.7.1 X X -serde_with@3.12.0 X X -serde_with_macros@3.12.0 X X +serde_with@3.14.0 X X +serde_with_macros@3.14.0 X X sha1@0.10.6 X X sha2@0.10.8 X X sharded-slab@0.1.7 X @@ -232,7 +236,9 @@ stable_deref_trait@1.2.0 X X static_assertions@1.1.0 X X strsim@0.11.1 X strum@0.26.3 X +strum@0.27.1 X strum_macros@0.26.4 X +strum_macros@0.27.1 X subtle@2.6.1 X syn@2.0.101 X X sync_wrapper@1.0.2 X @@ -245,7 +251,7 @@ threadpool@1.8.1 X X thrift@0.17.0 X tiny-keccak@2.0.2 X tinystr@0.7.6 X -tokio@1.45.0 X +tokio@1.46.1 X tokio-macros@2.5.0 X tokio-rustls@0.26.1 X X tokio-util@0.7.15 X diff --git a/crates/integrations/datafusion/DEPENDENCIES.rust.tsv b/crates/integrations/datafusion/DEPENDENCIES.rust.tsv index 58978c36dc..f87426647e 100644 --- a/crates/integrations/datafusion/DEPENDENCIES.rust.tsv +++ b/crates/integrations/datafusion/DEPENDENCIES.rust.tsv @@ -15,25 +15,26 @@ array-init@2.1.0 X X arrayref@0.3.9 X arrayvec@0.7.6 X X arrow@55.0.0 X -arrow-arith@55.1.0 X -arrow-array@55.1.0 X -arrow-buffer@55.1.0 X -arrow-cast@55.1.0 X +arrow-arith@55.2.0 X +arrow-array@55.2.0 X +arrow-buffer@55.2.0 X +arrow-cast@55.2.0 X arrow-csv@55.0.0 X -arrow-data@55.1.0 X -arrow-ipc@55.1.0 X +arrow-data@55.2.0 X +arrow-ipc@55.2.0 X arrow-json@55.0.0 X -arrow-ord@55.1.0 X +arrow-ord@55.2.0 X arrow-row@55.0.0 X -arrow-schema@55.1.0 X -arrow-select@55.1.0 X -arrow-string@55.1.0 X +arrow-schema@55.2.0 X +arrow-select@55.2.0 X +arrow-string@55.2.0 X +as-any@0.3.2 X X async-compression@0.4.19 X X async-lock@3.4.0 X X async-trait@0.1.88 X X atoi@2.0.0 X autocfg@1.4.0 X X -backon@1.3.0 X +backon@1.5.1 X backtrace@0.3.74 X X base64@0.22.1 X X bigdecimal@0.4.8 X X @@ -111,11 +112,13 @@ derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X digest@0.10.7 X X displaydoc@0.2.5 X X +dissimilar@1.0.9 X either@1.15.0 X X equivalent@1.0.2 X X errno@0.3.10 X X event-listener@5.4.0 X X event-listener-strategy@0.5.3 X X +expect-test@1.5.1 X X fastrand@2.3.0 X X fixedbitset@0.5.7 X X flatbuffers@25.2.10 X @@ -156,10 +159,9 @@ hyper-rustls@0.27.5 X X X hyper-util@0.1.10 X iana-time-zone@0.1.61 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.5.1 X -iceberg-catalog-memory@0.5.1 X -iceberg-datafusion@0.5.1 X -iceberg_test_utils@0.5.1 X +iceberg@0.6.0 X +iceberg-datafusion@0.6.0 X +iceberg_test_utils@0.6.0 X icu_collections@1.5.0 X icu_locid@1.5.0 X icu_locid_transform@1.5.0 X @@ -175,6 +177,7 @@ idna@1.0.3 X X idna_adapter@1.2.0 X X indexmap@2.9.0 X X integer-encoding@3.0.4 X +io-uring@0.7.8 X X ipnet@2.11.0 X X itertools@0.13.0 X X itertools@0.14.0 X X @@ -220,14 +223,14 @@ num_cpus@1.16.0 X X object@0.36.7 X X object_store@0.12.0 X X once_cell@1.21.1 X X -opendal@0.53.0 X +opendal@0.54.0 X ordered-float@2.10.1 X ordered-float@4.6.0 X overload@0.1.1 X parking@2.2.1 X X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X -parquet@55.1.0 X +parquet@55.2.0 X parse-zoneinfo@0.3.1 X paste@1.0.15 X X percent-encoding@2.3.1 X X @@ -244,7 +247,7 @@ ppv-lite86@0.2.20 X X proc-macro2@1.0.93 X X psm@0.1.25 X X quad-rand@0.2.3 X -quick-xml@0.36.2 X +quick-xml@0.37.4 X quote@1.0.40 X X rand@0.8.5 X X rand_chacha@0.3.1 X X @@ -258,7 +261,7 @@ regex-automata@0.4.9 X X regex-lite@0.1.6 X X regex-syntax@0.6.29 X X regex-syntax@0.8.5 X X -reqsign@0.16.1 X +reqsign@0.16.3 X reqwest@0.12.12 X X ring@0.17.13 X X rle-decode-fast@1.0.3 X X @@ -284,8 +287,8 @@ serde_derive@1.0.217 X X serde_json@1.0.138 X X serde_repr@0.1.19 X X serde_urlencoded@0.7.1 X X -serde_with@3.12.0 X X -serde_with_macros@3.12.0 X X +serde_with@3.14.0 X X +serde_with_macros@3.14.0 X X sha1@0.10.6 X X sha2@0.10.8 X X sharded-slab@0.1.7 X @@ -303,7 +306,9 @@ stacker@0.1.20 X X static_assertions@1.1.0 X X strsim@0.11.1 X strum@0.26.3 X +strum@0.27.1 X strum_macros@0.26.4 X +strum_macros@0.27.1 X subtle@2.6.1 X syn@2.0.101 X X sync_wrapper@1.0.2 X @@ -319,7 +324,7 @@ threadpool@1.8.1 X X thrift@0.17.0 X tiny-keccak@2.0.2 X tinystr@0.7.6 X -tokio@1.45.0 X +tokio@1.46.1 X tokio-macros@2.5.0 X tokio-rustls@0.26.1 X X tokio-util@0.7.15 X diff --git a/crates/integrations/playground/DEPENDENCIES.rust.tsv b/crates/integrations/playground/DEPENDENCIES.rust.tsv index eba0e07c7c..10ff1962c0 100644 --- a/crates/integrations/playground/DEPENDENCIES.rust.tsv +++ b/crates/integrations/playground/DEPENDENCIES.rust.tsv @@ -20,31 +20,32 @@ array-init@2.1.0 X X arrayref@0.3.9 X arrayvec@0.7.6 X X arrow@55.0.0 X -arrow-arith@55.1.0 X -arrow-array@55.1.0 X -arrow-buffer@55.1.0 X -arrow-cast@55.1.0 X +arrow-arith@55.2.0 X +arrow-array@55.2.0 X +arrow-buffer@55.2.0 X +arrow-cast@55.2.0 X arrow-csv@55.0.0 X -arrow-data@55.1.0 X -arrow-ipc@55.1.0 X +arrow-data@55.2.0 X +arrow-ipc@55.2.0 X arrow-json@55.0.0 X -arrow-ord@55.1.0 X +arrow-ord@55.2.0 X arrow-row@55.0.0 X -arrow-schema@55.1.0 X -arrow-select@55.1.0 X -arrow-string@55.1.0 X +arrow-schema@55.2.0 X +arrow-select@55.2.0 X +arrow-string@55.2.0 X +as-any@0.3.2 X X async-compression@0.4.19 X X async-lock@3.4.0 X X async-trait@0.1.88 X X atoi@2.0.0 X atomic-waker@1.1.2 X X autocfg@1.4.0 X X -aws-config@1.6.2 X +aws-config@1.6.3 X aws-credential-types@1.2.3 X aws-runtime@1.5.7 X -aws-sdk-sso@1.66.0 X -aws-sdk-ssooidc@1.67.0 X -aws-sdk-sts@1.67.0 X +aws-sdk-sso@1.72.0 X +aws-sdk-ssooidc@1.73.0 X +aws-sdk-sts@1.73.0 X aws-sigv4@1.3.1 X aws-smithy-async@1.2.5 X aws-smithy-http@0.62.1 X @@ -57,7 +58,7 @@ aws-smithy-runtime-api@1.8.0 X aws-smithy-types@1.3.1 X aws-smithy-xml@0.60.9 X aws-types@1.3.7 X -backon@1.3.0 X +backon@1.5.1 X backtrace@0.3.74 X X base64@0.22.1 X X base64-simd@0.8.0 X @@ -151,6 +152,7 @@ digest@0.10.7 X X dirs@6.0.0 X X dirs-sys@0.5.0 X X displaydoc@0.2.5 X X +dissimilar@1.0.9 X either@1.15.0 X X endian-type@0.1.2 X env_filter@0.1.3 X X @@ -160,6 +162,7 @@ errno@0.3.10 X X error-code@3.3.1 X event-listener@5.4.0 X X event-listener-strategy@0.5.3 X X +expect-test@1.5.1 X X fastrand@2.3.0 X X fd-lock@4.0.4 X X fixedbitset@0.5.7 X X @@ -206,12 +209,11 @@ hyper-rustls@0.27.5 X X X hyper-util@0.1.10 X iana-time-zone@0.1.61 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.5.1 X -iceberg-catalog-memory@0.5.1 X -iceberg-catalog-rest@0.5.1 X -iceberg-cli@0.5.1 X -iceberg-datafusion@0.5.1 X -iceberg_test_utils@0.5.1 X +iceberg@0.6.0 X +iceberg-catalog-rest@0.6.0 X +iceberg-datafusion@0.6.0 X +iceberg-playground@0.6.0 X +iceberg_test_utils@0.6.0 X icu_collections@1.5.0 X icu_locid@1.5.0 X icu_locid_transform@1.5.0 X @@ -227,6 +229,7 @@ idna@1.0.3 X X idna_adapter@1.2.0 X X indexmap@2.9.0 X X integer-encoding@3.0.4 X +io-uring@0.7.8 X X ipnet@2.11.0 X X is_terminal_polyfill@1.70.1 X X itertools@0.13.0 X X @@ -280,7 +283,7 @@ num_cpus@1.16.0 X X object@0.36.7 X X object_store@0.12.0 X X once_cell@1.21.1 X X -opendal@0.53.0 X +opendal@0.54.0 X openssl-probe@0.1.6 X X option-ext@0.2.0 X ordered-float@2.10.1 X @@ -290,7 +293,7 @@ overload@0.1.1 X parking@2.2.1 X X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X -parquet@55.1.0 X +parquet@55.2.0 X parse-zoneinfo@0.3.1 X paste@1.0.15 X X percent-encoding@2.3.1 X X @@ -309,7 +312,6 @@ ppv-lite86@0.2.20 X X proc-macro2@1.0.93 X X psm@0.1.25 X X quad-rand@0.2.3 X -quick-xml@0.36.2 X quick-xml@0.37.4 X quote@1.0.40 X X radix_trie@0.2.1 X @@ -326,7 +328,7 @@ regex-automata@0.4.9 X X regex-lite@0.1.6 X X regex-syntax@0.6.29 X X regex-syntax@0.8.5 X X -reqsign@0.16.1 X +reqsign@0.16.3 X reqwest@0.12.12 X X ring@0.17.13 X X rle-decode-fast@1.0.3 X X @@ -358,8 +360,8 @@ serde_json@1.0.138 X X serde_repr@0.1.19 X X serde_spanned@0.6.8 X X serde_urlencoded@0.7.1 X X -serde_with@3.12.0 X X -serde_with_macros@3.12.0 X X +serde_with@3.14.0 X X +serde_with_macros@3.14.0 X X sha1@0.10.6 X X sha2@0.10.8 X X sharded-slab@0.1.7 X @@ -378,7 +380,9 @@ stacker@0.1.20 X X static_assertions@1.1.0 X X strsim@0.11.1 X strum@0.26.3 X +strum@0.27.1 X strum_macros@0.26.4 X +strum_macros@0.27.1 X subtle@2.6.1 X syn@2.0.101 X X sync_wrapper@1.0.2 X @@ -396,7 +400,7 @@ time@0.3.37 X X time-core@0.1.2 X X tiny-keccak@2.0.2 X tinystr@0.7.6 X -tokio@1.45.0 X +tokio@1.46.1 X tokio-macros@2.5.0 X tokio-rustls@0.26.1 X X tokio-util@0.7.15 X diff --git a/crates/sqllogictest/DEPENDENCIES.rust.tsv b/crates/sqllogictest/DEPENDENCIES.rust.tsv index 0754bf78f1..80476b59df 100644 --- a/crates/sqllogictest/DEPENDENCIES.rust.tsv +++ b/crates/sqllogictest/DEPENDENCIES.rust.tsv @@ -19,19 +19,19 @@ apache-avro@0.17.0 X arrayref@0.3.9 X arrayvec@0.7.6 X X arrow@55.0.0 X -arrow-arith@55.1.0 X -arrow-array@55.1.0 X -arrow-buffer@55.1.0 X -arrow-cast@55.1.0 X +arrow-arith@55.2.0 X +arrow-array@55.2.0 X +arrow-buffer@55.2.0 X +arrow-cast@55.2.0 X arrow-csv@55.0.0 X -arrow-data@55.1.0 X -arrow-ipc@55.1.0 X +arrow-data@55.2.0 X +arrow-ipc@55.2.0 X arrow-json@55.0.0 X -arrow-ord@55.1.0 X +arrow-ord@55.2.0 X arrow-row@55.0.0 X -arrow-schema@55.1.0 X -arrow-select@55.1.0 X -arrow-string@55.1.0 X +arrow-schema@55.2.0 X +arrow-select@55.2.0 X +arrow-string@55.2.0 X async-compression@0.4.19 X X async-trait@0.1.88 X X atoi@2.0.0 X @@ -149,7 +149,7 @@ http@1.3.1 X X humantime@2.1.0 X X iana-time-zone@0.1.61 X X iana-time-zone-haiku@0.1.2 X X -iceberg-sqllogictest@0.5.1 X +iceberg-sqllogictest@0.6.0 X icu_collections@1.5.0 X icu_locid@1.5.0 X icu_locid_transform@1.5.0 X @@ -165,6 +165,7 @@ idna_adapter@1.2.0 X X indexmap@2.9.0 X X indicatif@0.17.11 X integer-encoding@3.0.4 X +io-uring@0.7.8 X X is_terminal_polyfill@1.70.1 X X itertools@0.13.0 X X itertools@0.14.0 X X @@ -193,6 +194,7 @@ lzma-sys@0.1.20 X X md-5@0.10.6 X X memchr@2.7.4 X X miniz_oxide@0.8.8 X X X +mio@1.0.3 X num@0.4.3 X X num-bigint@0.4.6 X X num-complex@0.4.6 X X @@ -208,7 +210,7 @@ ordered-float@2.10.1 X owo-colors@4.2.0 X parking_lot@0.12.3 X X parking_lot_core@0.9.10 X X -parquet@55.1.0 X +parquet@55.2.0 X parse-zoneinfo@0.3.1 X paste@1.0.15 X X percent-encoding@2.3.1 X X @@ -289,7 +291,7 @@ tiny-keccak@2.0.2 X tinystr@0.7.6 X tinyvec@1.8.1 X X X tinyvec_macros@0.1.1 X X X -tokio@1.45.0 X +tokio@1.46.1 X tokio-macros@2.5.0 X tokio-util@0.7.15 X toml@0.8.20 X X @@ -328,6 +330,7 @@ web-time@1.1.0 X X winapi-util@0.1.9 X X windows-core@0.52.0 X X windows-link@0.1.1 X X +windows-sys@0.52.0 X X windows-sys@0.59.0 X X windows-targets@0.52.6 X X windows_aarch64_gnullvm@0.52.6 X X diff --git a/crates/test_utils/DEPENDENCIES.rust.tsv b/crates/test_utils/DEPENDENCIES.rust.tsv index 65ae9612b0..1161443707 100644 --- a/crates/test_utils/DEPENDENCIES.rust.tsv +++ b/crates/test_utils/DEPENDENCIES.rust.tsv @@ -1,6 +1,6 @@ crate Apache-2.0 MIT Unicode-3.0 cfg-if@1.0.0 X X -iceberg_test_utils@0.5.1 X +iceberg_test_utils@0.6.0 X lazy_static@1.5.0 X X log@0.4.25 X X nu-ansi-term@0.46.0 X