diff --git a/CHANGELOG.md b/CHANGELOG.md index bd35e6b5d6..57f5f73bb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,132 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [v0.9.0] - 2026-03-09 + +### Breaking Changes + +* **API Changes:** + * refactor!(storage): Move OpenDal Storage to a new crate iceberg-storage-opendal (#2207) by @CTTY in https://github.com/apache/iceberg-rust/pull/2207 + * feat!(storage): Integration Storage trait with FileIO (#2116) by @CTTY in https://github.com/apache/iceberg-rust/pull/2116 + * feat!(io): Implement Storage for OpenDal (#2080) by @CTTY in https://github.com/apache/iceberg-rust/pull/2080 + +* **Compatibility:** + * chore: Update MSRV to 1.91.0 (#2204) by @xanderbailey in https://github.com/apache/iceberg-rust/pull/2204 + +* **Dependency Updates:** + * chore(deps): upgrade to DataFusion 52 (#1997) by @ethan-tyler in https://github.com/apache/iceberg-rust/pull/1997 + * feat(spec): replace rust_decimal with fastnum for 38-digit precision (#2063) by @xbattlax in https://github.com/apache/iceberg-rust/pull/2063 + +### All Changes + +* perf(reader): Avoid second `create_parquet_record_batch_stream_builder()` call for migrated tables (#2176) by @mbutrovich in https://github.com/apache/iceberg-rust/pull/2176 +* doc: Update IO feature flag and examples (#2214) by @CTTY in https://github.com/apache/iceberg-rust/pull/2214 +* chore(deps): Bump uuid from 1.21.0 to 1.22.0 (#2221) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2221 +* chore(deps): Bump minijinja from 2.16.0 to 2.17.1 (#2222) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2222 +* chore: update to DataFusion 52.2 (#2199) by @xanderbailey in https://github.com/apache/iceberg-rust/pull/2199 +* perf(reader): Implement AsyncFileReader get_byte_ranges and coalesce close ranges (#2181) by @mbutrovich in https://github.com/apache/iceberg-rust/pull/2181 +* refactor!(storage): Move OpenDal Storage to a new crate iceberg-storage-opendal (#2207) by @CTTY in https://github.com/apache/iceberg-rust/pull/2207 +* chore: Update MSRV to 1.91.0 (#2204) by @xanderbailey in https://github.com/apache/iceberg-rust/pull/2204 +* feat!(storage): Integration Storage trait with FileIO (#2116) by @CTTY in https://github.com/apache/iceberg-rust/pull/2116 +* chore(deps): Bump minijinja from 2.14.0 to 2.16.0 (#2195) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2195 +* chore(deps): Bump the arrow-parquet group with 7 updates (#2192) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2192 +* chore(deps): Bump aws-sdk-glue from 1.133.0 to 1.134.0 (#2196) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2196 +* chore(deps): Bump actions/upload-artifact from 6 to 7 (#2189) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2189 +* chore(deps): Bump serde_with from 3.16.1 to 3.17.0 (#2194) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2194 +* chore(deps): Bump uuid from 1.19.0 to 1.21.0 (#2193) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2193 +* chore(deps): Bump actions/download-artifact from 7 to 8 (#2191) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2191 +* chore(deps): Bump crate-ci/typos from 1.43.5 to 1.44.0 (#2190) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2190 +* chore(deps): Bump fs-err from 3.2.2 to 3.3.0 (#2197) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2197 +* chore(deps): Bump tempfile from 3.24.0 to 3.25.0 (#2198) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2198 +* chore: use ubuntu-slim for lightweight jobs (#2187) by @zhjwpku in https://github.com/apache/iceberg-rust/pull/2187 +* chore(deps): upgrade to DataFusion 52 (#1997) by @ethan-tyler in https://github.com/apache/iceberg-rust/pull/1997 +* feat(datafusion): support isnan predicate pushdown to Iceberg (#2142) by @charlesdong1991 in https://github.com/apache/iceberg-rust/pull/2142 +* perf(reader): Pass data file size and delete file size to reader to avoid `stat()` calls (#2175) by @mbutrovich in https://github.com/apache/iceberg-rust/pull/2175 +* infra: improve python binding setup (#2178) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2178 +* perf(reader): Add Parquet metadata size hint option to ArrowReaderBuilder (#2173) by @mbutrovich in https://github.com/apache/iceberg-rust/pull/2173 +* ci: Update stale.yml GitHub workflow to handle stale PRs (#2171) by @mbutrovich in https://github.com/apache/iceberg-rust/pull/2171 +* chore(deps): Bump urllib3 from 2.5.0 to 2.6.3 in /bindings/python (#2170) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2170 +* chore(deps): Bump crate-ci/typos from 1.43.4 to 1.43.5 (#2160) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2160 +* chore(deps): Bump actions/checkout from 4 to 6 (#2161) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2161 +* Potential fix for code scanning alert no. 1: Cache Poisoning via low-privileged code injection (#2164) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2164 +* chore(ci): add explicit least-privilege workflow permissions (#2163) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2163 +* chore(deps): Bump actions/stale from 10.1.1 to 10.2.0 (#2159) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2159 +* chore(deps): Bump minijinja from 2.15.1 to 2.16.0 (#2162) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2162 +* feat(playground): add memory catalog support (#2121) by @Shekharrajak in https://github.com/apache/iceberg-rust/pull/2121 +* CI(Python): dont use --sdist in maturin build for CI (#2166) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2166 +* CI: Add CodeQL workflow for GitHub Actions security scanning (#2151) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2151 +* chore(deps): Bump the arrow-parquet group with 2 updates (#2139) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2139 +* infra: set github actions max-parallel to 15 (#2150) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2150 +* chore(deps): Bump uuid from 1.20.0 to 1.21.0 (#2141) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2141 +* chore(deps): Bump tempfile from 3.23.0 to 3.25.0 (#2140) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2140 +* chore(deps): Bump crate-ci/typos from 1.43.3 to 1.43.4 (#2138) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2138 +* fix(rest): Filter sensitive headers from error logs (#2117) (#2130) by @cmackenzie1 in https://github.com/apache/iceberg-rust/pull/2117 +* fix: Interpret s3tables warehouse as table_location not metadata loca… (#2115) by @emkornfield in https://github.com/apache/iceberg-rust/pull/2115 +* refactor(storage): Reorganize storage code into a new module (#2109) by @CTTY in https://github.com/apache/iceberg-rust/pull/2109 +* Use uv instead of pip for python packages (#2129) by @blackmwk in https://github.com/apache/iceberg-rust/pull/2129 +* chore(deps): Bump crate-ci/typos from 1.42.3 to 1.43.3 (#2124) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2124 +* chore(deps): Bump the arrow-parquet group with 6 updates (#2125) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2125 +* chore(deps): Bump fs-err from 3.2.0 to 3.3.0 (#2126) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2126 +* chore(deps): Bump time from 0.3.44 to 0.3.47 in /bindings/python (#2112) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2112 +* chore(deps): Bump time from 0.3.44 to 0.3.47 (#2113) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2113 +* fix(python): Bump Python version upper bound (#2110) by @geruh in https://github.com/apache/iceberg-rust/pull/2110 +* feat(io): Implement native MemoryStorage (#2097) by @CTTY in https://github.com/apache/iceberg-rust/pull/2097 +* feat(io): Implement native LocalFsStorage (#2094) by @CTTY in https://github.com/apache/iceberg-rust/pull/2094 +* chore(deps): Bump bytes from 1.10.1 to 1.11.1 in /bindings/python (#2101) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2101 +* chore(deps): Bump bytes from 1.11.0 to 1.11.1 (#2102) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2102 +* feat!(io): Implement Storage for OpenDal (#2080) by @CTTY in https://github.com/apache/iceberg-rust/pull/2080 +* chore(deps): Bump crate-ci/typos from 1.42.1 to 1.42.3 (#2098) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2098 +* chore(deps): Bump minijinja from 2.13.0 to 2.15.1 (#2099) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2099 +* chore(python): Use PyPI release of pyiceberg instead of git dependency (#2095) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2095 +* feat(datafusion): Add Timestamp scalar value conversion for predicate pushdown (#2069) by @viirya in https://github.com/apache/iceberg-rust/pull/2069 +* fix: SqlCatalogBuilder does not save supplied name in SqlCatalogConfig before initializing SqlCatalog (#2079) by @brodiealexander in https://github.com/apache/iceberg-rust/pull/2079 +* feat(datafusion): Add Boolean predicate pushdown support (#2082) by @viirya in https://github.com/apache/iceberg-rust/pull/2082 +* Fix moto server port conflict with macOS AirPlay Receiver (#2090) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2090 +* site: merge container docs and add a section about docker desktop (#2091) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2091 +* Add ETL project link to README (#2087) by @imor in https://github.com/apache/iceberg-rust/pull/2087 +* feat(spec): replace rust_decimal with fastnum for 38-digit precision (#2063) by @xbattlax in https://github.com/apache/iceberg-rust/pull/2063 +* Split sqllogictests into different schedule (#2085) by @liurenjie1024 in https://github.com/apache/iceberg-rust/pull/2085 +* feat: Factor out CompressionCodec to common location and add Gzip (#2081) by @emkornfield in https://github.com/apache/iceberg-rust/pull/2081 +* Use nextest to speedup tests (#2078) by @liurenjie1024 in https://github.com/apache/iceberg-rust/pull/2078 +* Let integration tests run in parallel (#2076) by @liurenjie1024 in https://github.com/apache/iceberg-rust/pull/2076 +* Cleanup integration tests (#2074) by @liurenjie1024 in https://github.com/apache/iceberg-rust/pull/2074 +* feat(io): Add specific storage configs (#2072) by @CTTY in https://github.com/apache/iceberg-rust/pull/2072 +* Simplify test setup by starting container only once. (#2071) by @liurenjie1024 in https://github.com/apache/iceberg-rust/pull/2071 +* feat(io): Add Storage, StorageFactory, StorageConfig (#2061) by @CTTY in https://github.com/apache/iceberg-rust/pull/2061 +* feat(datafusion): Add LIKE predicate pushdown for StartsWith patterns (#2014) by @viirya in https://github.com/apache/iceberg-rust/pull/2014 +* chore(deps): Bump crate-ci/typos from 1.42.0 to 1.42.1 (#2066) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2066 +* chore(deps): Bump uuid from 1.19.0 to 1.20.0 (#2067) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2067 +* feat(io): Rename Storage to OpenDalStorage (#2059) by @CTTY in https://github.com/apache/iceberg-rust/pull/2059 +* feat(datafusion): Add support for DROP TABLE (#2033) by @CTTY in https://github.com/apache/iceberg-rust/pull/2033 +* feat(datafusion): Add Binary scalar value conversion for predicate pushdown (#2048) by @viirya in https://github.com/apache/iceberg-rust/pull/2048 +* perf(reader): Fast path ArrowReader::read when concurrency is 1 to avoid waker churn and add determinism to FileScanTask processing (#2020) by @mbutrovich in https://github.com/apache/iceberg-rust/pull/2020 +* infra: fix manual trigger for the "release python" github workflow (#2049) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2049 +* fix: reuse partition field IDs for equivalent fields in AddSpec (#2011) by @aditya-subrahmanyan in https://github.com/apache/iceberg-rust/pull/2011 +* infra: dynamically set msrv in github workflows (#2040) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2040 +* chore(deps): Bump the arrow-parquet group with 2 updates (#2046) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2046 +* chore(deps): Bump rust_decimal from 1.39.0 to 1.40.0 (#2047) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2047 +* infra: auto update docker image (#2044) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2044 +* infra: use spark base image for docker (#2043) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2043 +* infra: upgrade spark to 3.5.8 (#2045) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2045 +* site: release static version from downloads page (#2039) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2039 +* fix: allow v2 to v3 table upgrades with existing snapshots (#2010) by @aditya-subrahmanyan in https://github.com/apache/iceberg-rust/pull/2010 +* rfc: Making Storage a Trait (#1885) by @CTTY in https://github.com/apache/iceberg-rust/pull/1885 +* infra: Restrict audit workflow to main apache/iceberg-rust repository (#1974) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1974 +* chore: Update copyright year in NOTICE files (#2024) by @AndreaBozzo in https://github.com/apache/iceberg-rust/pull/2024 +* feat(datafusion): Support `CREATE TABLE` for DataFusion (#1972) by @CTTY in https://github.com/apache/iceberg-rust/pull/1972 +* feat(datafusion): Add schema validation for partition projection (#2008) by @viirya in https://github.com/apache/iceberg-rust/pull/2008 +* add `make site` for local website preview (#2017) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2017 +* docs: split up the make command in release doc (#2016) by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/2016 +* docs: Minor update to README.md (#2018) by @aditya-subrahmanyan in https://github.com/apache/iceberg-rust/pull/2018 +* chore(deps): Bump the arrow-parquet group with 6 updates (#2013) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2013 +* chore(deps): Bump crate-ci/typos from 1.41.0 to 1.42.0 (#2012) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/2012 +* feat(spec): add table_properties() method to TableMetadata (#2002) by @xbattlax in https://github.com/apache/iceberg-rust/pull/2002 +* feat(datafusion): Add LIMIT pushdown support (#2006) by @viirya in https://github.com/apache/iceberg-rust/pull/2006 +* fix: Reserved sort order ID cannot contain any fields (#1978) by @aditya-subrahmanyan in https://github.com/apache/iceberg-rust/pull/1978 +* fix: Use correct byte representation for decimal hashing (#1998) by @aditya-subrahmanyan in https://github.com/apache/iceberg-rust/pull/1998 +* chore(deps): Bump crate-ci/typos from 1.40.0 to 1.41.0 (#1982) by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1982 +* feat(datafusion): Apply SortExec when writing in clustered mode (#2005) by @CTTY in https://github.com/apache/iceberg-rust/pull/2005 + ## [v0.8.0] - 2026-01-06 ### Breaking Changes diff --git a/Cargo.lock b/Cargo.lock index 9b9cbd30da..f5afb9d5c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3309,7 +3309,7 @@ dependencies = [ [[package]] name = "iceberg" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "apache-avro", @@ -3367,7 +3367,7 @@ dependencies = [ [[package]] name = "iceberg-cache-moka" -version = "0.8.0" +version = "0.9.0" dependencies = [ "iceberg", "moka", @@ -3375,7 +3375,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-glue" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -3391,7 +3391,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-hms" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -3414,7 +3414,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-loader" -version = "0.8.0" +version = "0.9.0" dependencies = [ "async-trait", "iceberg", @@ -3430,7 +3430,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-rest" -version = "0.8.0" +version = "0.9.0" dependencies = [ "async-trait", "chrono", @@ -3451,7 +3451,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-s3tables" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -3466,7 +3466,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-sql" -version = "0.8.0" +version = "0.9.0" dependencies = [ "async-trait", "iceberg", @@ -3480,7 +3480,7 @@ dependencies = [ [[package]] name = "iceberg-datafusion" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -3497,7 +3497,7 @@ dependencies = [ [[package]] name = "iceberg-examples" -version = "0.8.0" +version = "0.9.0" dependencies = [ "futures", "iceberg", @@ -3508,7 +3508,7 @@ dependencies = [ [[package]] name = "iceberg-integration-tests" -version = "0.8.0" +version = "0.9.0" dependencies = [ "arrow-array", "arrow-schema", @@ -3525,7 +3525,7 @@ dependencies = [ [[package]] name = "iceberg-playground" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "clap", @@ -3547,7 +3547,7 @@ dependencies = [ [[package]] name = "iceberg-sqllogictest" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -3569,7 +3569,7 @@ dependencies = [ [[package]] name = "iceberg-storage-opendal" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -3588,7 +3588,7 @@ dependencies = [ [[package]] name = "iceberg_test_utils" -version = "0.8.0" +version = "0.9.0" dependencies = [ "iceberg", "tracing-subscriber", diff --git a/Cargo.toml b/Cargo.toml index 6c19af0c5c..29311f29f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ resolver = "2" [workspace.package] edition = "2024" homepage = "https://rust.iceberg.apache.org/" -version = "0.8.0" +version = "0.9.0" license = "Apache-2.0" repository = "https://github.com/apache/iceberg-rust" @@ -80,14 +80,14 @@ futures = "0.3" hive_metastore = "0.2.0" home = "=0.5.11" http = "1.2" -iceberg = { version = "0.8.0", path = "./crates/iceberg" } -iceberg-catalog-glue = { version = "0.8.0", path = "./crates/catalog/glue" } -iceberg-catalog-hms = { version = "0.8.0", path = "./crates/catalog/hms" } -iceberg-catalog-rest = { version = "0.8.0", path = "./crates/catalog/rest" } -iceberg-catalog-s3tables = { version = "0.8.0", path = "./crates/catalog/s3tables" } -iceberg-catalog-sql = { version = "0.8.0", path = "./crates/catalog/sql" } -iceberg-datafusion = { version = "0.8.0", path = "./crates/integrations/datafusion" } -iceberg-storage-opendal = { version = "0.8.0", path = "./crates/storage/opendal" } +iceberg = { version = "0.9.0", path = "./crates/iceberg" } +iceberg-catalog-glue = { version = "0.9.0", path = "./crates/catalog/glue" } +iceberg-catalog-hms = { version = "0.9.0", path = "./crates/catalog/hms" } +iceberg-catalog-rest = { version = "0.9.0", path = "./crates/catalog/rest" } +iceberg-catalog-s3tables = { version = "0.9.0", path = "./crates/catalog/s3tables" } +iceberg-catalog-sql = { version = "0.9.0", path = "./crates/catalog/sql" } +iceberg-datafusion = { version = "0.9.0", path = "./crates/integrations/datafusion" } +iceberg-storage-opendal = { version = "0.9.0", path = "./crates/storage/opendal" } indicatif = "0.18" itertools = "0.13" libtest-mimic = "0.8.1" diff --git a/bindings/python/Cargo.lock b/bindings/python/Cargo.lock index 760ea8c1a3..7667a0b1a3 100644 --- a/bindings/python/Cargo.lock +++ b/bindings/python/Cargo.lock @@ -975,9 +975,9 @@ dependencies = [ [[package]] name = "datafusion" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d12ee9fdc6cdb5898c7691bb994f0ba606c4acc93a2258d78bb9f26ff8158bb3" +checksum = "503f1f4a9060ae6e650d3dff5dc7a21266fea1302d890768d45b4b28586e830f" dependencies = [ "arrow", "arrow-schema", @@ -1030,9 +1030,9 @@ dependencies = [ [[package]] name = "datafusion-catalog" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "462dc9ef45e5d688aeaae49a7e310587e81b6016b9d03bace5626ad0043e5a9e" +checksum = "14417a3ee4ae3d092b56cd6c1d32e8ff3e2c9ec130ecb2276ec91c89fd599399" dependencies = [ "arrow", "async-trait", @@ -1055,9 +1055,9 @@ dependencies = [ [[package]] name = "datafusion-catalog-listing" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b96dbf1d728fc321817b744eb5080cdd75312faa6980b338817f68f3caa4208" +checksum = "9d0eba824adb45a4b3ac6f0251d40df3f6a9382371cad136f4f14ac9ebc6bc10" dependencies = [ "arrow", "async-trait", @@ -1078,9 +1078,9 @@ dependencies = [ [[package]] name = "datafusion-common" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3237a6ff0d2149af4631290074289cae548c9863c885d821315d54c6673a074a" +checksum = "0039deefbd00c56adf5168b7ca58568fb058e4ba4c5a03b09f8be371b4e434b6" dependencies = [ "ahash", "arrow", @@ -1102,9 +1102,9 @@ dependencies = [ [[package]] name = "datafusion-common-runtime" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70b5e34026af55a1bfccb1ef0a763cf1f64e77c696ffcf5a128a278c31236528" +checksum = "1ec7e3e60b813048331f8fb9673583173e5d2dd8fef862834ee871fc98b57ca7" dependencies = [ "futures", "log", @@ -1113,9 +1113,9 @@ dependencies = [ [[package]] name = "datafusion-datasource" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b2a6be734cc3785e18bbf2a7f2b22537f6b9fb960d79617775a51568c281842" +checksum = "802068957f620302ecf05f84ff4019601aeafd36f5f3f1334984af2e34265129" dependencies = [ "arrow", "async-compression", @@ -1148,9 +1148,9 @@ dependencies = [ [[package]] name = "datafusion-datasource-arrow" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1739b9b07c9236389e09c74f770e88aff7055250774e9def7d3f4f56b3dcc7be" +checksum = "90fc387d5067c62d494a6647d29c5ad4fcdd5a6e50ab4ea1d2568caa2d66f2cc" dependencies = [ "arrow", "arrow-ipc", @@ -1172,9 +1172,9 @@ dependencies = [ [[package]] name = "datafusion-datasource-csv" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c73bc54b518bbba7c7650299d07d58730293cfba4356f6f428cc94c20b7600" +checksum = "efd5e20579bb6c8bd4e6c620253972fb723822030c280dd6aa047f660d09eeba" dependencies = [ "arrow", "async-trait", @@ -1195,9 +1195,9 @@ dependencies = [ [[package]] name = "datafusion-datasource-json" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37812c8494c698c4d889374ecfabbff780f1f26d9ec095dd1bddfc2a8ca12559" +checksum = "c0788b0d48fcef31880a02013ea3cc18e5a4e0eacc3b0abdd2cd0597b99dc96e" dependencies = [ "arrow", "async-trait", @@ -1217,9 +1217,9 @@ dependencies = [ [[package]] name = "datafusion-datasource-parquet" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2210937ecd9f0e824c397e73f4b5385c97cd1aff43ab2b5836fcfd2d321523fb" +checksum = "66639b70f1f363f5f0950733170100e588f1acfacac90c1894e231194aa35957" dependencies = [ "arrow", "async-trait", @@ -1247,15 +1247,15 @@ dependencies = [ [[package]] name = "datafusion-doc" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c825f969126bc2ef6a6a02d94b3c07abff871acf4d6dd759ce1255edb7923ce" +checksum = "e44b41f3e8267c6cf3eec982d63f34db9f1dd5f30abfd2e1f124f0871708952e" [[package]] name = "datafusion-execution" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa03ef05a2c2f90dd6c743e3e111078e322f4b395d20d4b4d431a245d79521ae" +checksum = "9e456f60e5d38db45335e84617006d90af14a8c8c5b8e959add708b2daaa0e2c" dependencies = [ "arrow", "async-trait", @@ -1274,9 +1274,9 @@ dependencies = [ [[package]] name = "datafusion-expr" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef33934c1f98ee695cc51192cc5f9ed3a8febee84fdbcd9131bf9d3a9a78276f" +checksum = "6507c719804265a58043134580c1c20767e7c23ba450724393f03ec982769ad9" dependencies = [ "arrow", "async-trait", @@ -1297,9 +1297,9 @@ dependencies = [ [[package]] name = "datafusion-expr-common" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "000c98206e3dd47d2939a94b6c67af4bfa6732dd668ac4fafdbde408fd9134ea" +checksum = "a413caa9c5885072b539337aed68488f0291653e8edd7d676c92df2480f6cab0" dependencies = [ "arrow", "datafusion-common", @@ -1340,9 +1340,9 @@ dependencies = [ [[package]] name = "datafusion-functions" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "379b01418ab95ca947014066248c22139fe9af9289354de10b445bd000d5d276" +checksum = "189256495dc9cbbb8e20dbcf161f60422e628d201a78df8207e44bd4baefadb6" dependencies = [ "arrow", "arrow-buffer", @@ -1371,9 +1371,9 @@ dependencies = [ [[package]] name = "datafusion-functions-aggregate" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd00d5454ba4c3f8ebbd04bd6a6a9dc7ced7c56d883f70f2076c188be8459e4c" +checksum = "12e73dfee4cd67c4a507ffff4c5a711d39983adf544adbc09c09bf06f789f413" dependencies = [ "ahash", "arrow", @@ -1392,9 +1392,9 @@ dependencies = [ [[package]] name = "datafusion-functions-aggregate-common" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aec06b380729a87210a4e11f555ec2d729a328142253f8d557b87593622ecc9f" +checksum = "87727bd9e65f4f9ac6d608c9810b7da9eaa3b18b26a4a4b76520592d49020acf" dependencies = [ "ahash", "arrow", @@ -1405,9 +1405,9 @@ dependencies = [ [[package]] name = "datafusion-functions-nested" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "904f48d45e0f1eb7d0eb5c0f80f2b5c6046a85454364a6b16a2e0b46f62e7dff" +checksum = "2e5ef761359224b7c2b5a1bfad6296ac63225f8583d08ad18af9ba1a89ac3887" dependencies = [ "arrow", "arrow-ord", @@ -1428,9 +1428,9 @@ dependencies = [ [[package]] name = "datafusion-functions-table" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9a0d20e2b887e11bee24f7734d780a2588b925796ac741c3118dd06d5aa77f0" +checksum = "3b17dac25dfda2d2a90ff0ad1c054a11fb1523766226bec6e9bd8c410daee2ae" dependencies = [ "arrow", "async-trait", @@ -1444,9 +1444,9 @@ dependencies = [ [[package]] name = "datafusion-functions-window" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3414b0a07e39b6979fe3a69c7aa79a9f1369f1d5c8e52146e66058be1b285ee" +checksum = "c594a29ddb22cbdbce500e4d99b5b2392c5cecb4c1086298b41d1ffec14dbb77" dependencies = [ "arrow", "datafusion-common", @@ -1462,9 +1462,9 @@ dependencies = [ [[package]] name = "datafusion-functions-window-common" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bf2feae63cd4754e31add64ce75cae07d015bce4bb41cd09872f93add32523a" +checksum = "9aa1b15ed81c7543f62264a30dd49dec4b1b0b698053b968f53be32dfba4f729" dependencies = [ "datafusion-common", "datafusion-physical-expr-common", @@ -1472,9 +1472,9 @@ dependencies = [ [[package]] name = "datafusion-macros" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4fe888aeb6a095c4bcbe8ac1874c4b9a4c7ffa2ba849db7922683ba20875aaf" +checksum = "c00c31c4795597aa25b74cab5174ac07a53051f27ce1e011ecaffa9eaeecef81" dependencies = [ "datafusion-doc", "quote", @@ -1483,9 +1483,9 @@ dependencies = [ [[package]] name = "datafusion-optimizer" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a6527c063ae305c11be397a86d8193936f4b84d137fe40bd706dfc178cf733c" +checksum = "80ccf60767c09302b2e0fc3afebb3761a6d508d07316fab8c5e93312728a21bb" dependencies = [ "arrow", "chrono", @@ -1503,9 +1503,9 @@ dependencies = [ [[package]] name = "datafusion-physical-expr" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bb028323dd4efd049dd8a78d78fe81b2b969447b39c51424167f973ac5811d9" +checksum = "c64b7f277556944e4edd3558da01d9e9ff9f5416f1c0aa7fee088e57bd141a7e" dependencies = [ "ahash", "arrow", @@ -1527,9 +1527,9 @@ dependencies = [ [[package]] name = "datafusion-physical-expr-adapter" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78fe0826aef7eab6b4b61533d811234a7a9e5e458331ebbf94152a51fc8ab433" +checksum = "b7abaee372ea2d19c016ee9ef8629c4415257d291cdd152bc7f0b75f28af1b63" dependencies = [ "arrow", "datafusion-common", @@ -1542,9 +1542,9 @@ dependencies = [ [[package]] name = "datafusion-physical-expr-common" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfccd388620734c661bd8b7ca93c44cdd59fecc9b550eea416a78ffcbb29475f" +checksum = "42237efe621f92adc22d111b531fdbc2cc38ca9b5e02327535628fb103ae2157" dependencies = [ "ahash", "arrow", @@ -1559,9 +1559,9 @@ dependencies = [ [[package]] name = "datafusion-physical-optimizer" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bde5fa10e73259a03b705d5fddc136516814ab5f441b939525618a4070f5a059" +checksum = "fd093498bd1319c6e5c76e9dfa905e78486f01b34579ce97f2e3a49f84c37fac" dependencies = [ "arrow", "datafusion-common", @@ -1578,9 +1578,9 @@ dependencies = [ [[package]] name = "datafusion-physical-plan" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e1098760fb29127c24cc9ade3277051dc73c9ed0ac0131bd7bcd742e0ad7470" +checksum = "7cbe61b12daf81a9f20ba03bd3541165d51f86e004ef37426b11881330eed261" dependencies = [ "ahash", "arrow", @@ -1647,9 +1647,9 @@ dependencies = [ [[package]] name = "datafusion-pruning" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64d0fef4201777b52951edec086c21a5b246f3c82621569ddb4a26f488bc38a9" +checksum = "0124331116db7f79df92ebfd2c3b11a8f90240f253555c9bb084f10b6fecf1dd" dependencies = [ "arrow", "datafusion-common", @@ -1664,9 +1664,9 @@ dependencies = [ [[package]] name = "datafusion-session" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f71f1e39e8f2acbf1c63b0e93756c2e970a64729dab70ac789587d6237c4fde0" +checksum = "1673e3c58ba618a6ea0568672f00664087b8982c581e9afd5aa6c3c79c9b431f" dependencies = [ "async-trait", "datafusion-common", @@ -1678,9 +1678,9 @@ dependencies = [ [[package]] name = "datafusion-sql" -version = "52.1.0" +version = "52.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f44693cfcaeb7a9f12d71d1c576c3a6dc025a12cef209375fa2d16fb3b5670ee" +checksum = "5272d256dab5347bb39d2040589f45d8c6b715b27edcb5fffe88cc8b9c3909cb" dependencies = [ "arrow", "bigdecimal", @@ -2282,7 +2282,7 @@ dependencies = [ [[package]] name = "iceberg" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "apache-avro", @@ -2312,11 +2312,9 @@ dependencies = [ "moka", "murmur3", "once_cell", - "opendal", "ordered-float 4.6.0", "parquet", "rand 0.8.5", - "reqsign", "reqwest", "roaring", "serde", @@ -2336,7 +2334,7 @@ dependencies = [ [[package]] name = "iceberg-datafusion" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", @@ -2349,6 +2347,23 @@ dependencies = [ "uuid", ] +[[package]] +name = "iceberg-storage-opendal" +version = "0.9.0" +dependencies = [ + "anyhow", + "async-trait", + "bytes", + "cfg-if", + "iceberg", + "opendal", + "reqsign", + "reqwest", + "serde", + "typetag", + "url", +] + [[package]] name = "icu_collections" version = "2.1.0" @@ -3194,12 +3209,13 @@ dependencies = [ [[package]] name = "pyiceberg_core_rust" -version = "0.8.0" +version = "0.9.0" dependencies = [ "arrow", "datafusion-ffi", "iceberg", "iceberg-datafusion", + "iceberg-storage-opendal", "pyo3", "tokio", ] diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 10826798aa..f38711c186 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -20,7 +20,7 @@ edition = "2024" homepage = "https://rust.iceberg.apache.org" name = "pyiceberg_core_rust" rust-version = "1.91" -version = "0.8.0" +version = "0.9.0" # This crate is used to build python bindings, we don't want to publish it publish = false diff --git a/bindings/python/DEPENDENCIES.rust.tsv b/bindings/python/DEPENDENCIES.rust.tsv index f514c29bca..0369095eaa 100644 --- a/bindings/python/DEPENDENCIES.rust.tsv +++ b/bindings/python/DEPENDENCIES.rust.tsv @@ -90,40 +90,40 @@ darling_core@0.21.3 X darling_macro@0.20.11 X darling_macro@0.21.3 X dashmap@6.1.0 X -datafusion@52.1.0 X -datafusion-catalog@52.1.0 X -datafusion-catalog-listing@52.1.0 X -datafusion-common@52.1.0 X -datafusion-common-runtime@52.1.0 X -datafusion-datasource@52.1.0 X -datafusion-datasource-arrow@52.1.0 X -datafusion-datasource-csv@52.1.0 X -datafusion-datasource-json@52.1.0 X -datafusion-datasource-parquet@52.1.0 X -datafusion-doc@52.1.0 X -datafusion-execution@52.1.0 X -datafusion-expr@52.1.0 X -datafusion-expr-common@52.1.0 X +datafusion@52.2.0 X +datafusion-catalog@52.2.0 X +datafusion-catalog-listing@52.2.0 X +datafusion-common@52.2.0 X +datafusion-common-runtime@52.2.0 X +datafusion-datasource@52.2.0 X +datafusion-datasource-arrow@52.2.0 X +datafusion-datasource-csv@52.2.0 X +datafusion-datasource-json@52.2.0 X +datafusion-datasource-parquet@52.2.0 X +datafusion-doc@52.2.0 X +datafusion-execution@52.2.0 X +datafusion-expr@52.2.0 X +datafusion-expr-common@52.2.0 X datafusion-ffi@52.1.0 X -datafusion-functions@52.1.0 X -datafusion-functions-aggregate@52.1.0 X -datafusion-functions-aggregate-common@52.1.0 X -datafusion-functions-nested@52.1.0 X -datafusion-functions-table@52.1.0 X -datafusion-functions-window@52.1.0 X -datafusion-functions-window-common@52.1.0 X -datafusion-macros@52.1.0 X -datafusion-optimizer@52.1.0 X -datafusion-physical-expr@52.1.0 X -datafusion-physical-expr-adapter@52.1.0 X -datafusion-physical-expr-common@52.1.0 X -datafusion-physical-optimizer@52.1.0 X -datafusion-physical-plan@52.1.0 X +datafusion-functions@52.2.0 X +datafusion-functions-aggregate@52.2.0 X +datafusion-functions-aggregate-common@52.2.0 X +datafusion-functions-nested@52.2.0 X +datafusion-functions-table@52.2.0 X +datafusion-functions-window@52.2.0 X +datafusion-functions-window-common@52.2.0 X +datafusion-macros@52.2.0 X +datafusion-optimizer@52.2.0 X +datafusion-physical-expr@52.2.0 X +datafusion-physical-expr-adapter@52.2.0 X +datafusion-physical-expr-common@52.2.0 X +datafusion-physical-optimizer@52.2.0 X +datafusion-physical-plan@52.2.0 X datafusion-proto@52.1.0 X datafusion-proto-common@52.1.0 X -datafusion-pruning@52.1.0 X -datafusion-session@52.1.0 X -datafusion-sql@52.1.0 X +datafusion-pruning@52.2.0 X +datafusion-session@52.2.0 X +datafusion-sql@52.2.0 X derive_builder@0.20.2 X X derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X @@ -180,8 +180,9 @@ hyper-rustls@0.27.7 X X X hyper-util@0.1.17 X iana-time-zone@0.1.64 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.8.0 X -iceberg-datafusion@0.8.0 X +iceberg@0.9.0 X +iceberg-datafusion@0.9.0 X +iceberg-storage-opendal@0.9.0 X icu_collections@2.1.0 X icu_locale_core@2.1.0 X icu_normalizer@2.1.0 X @@ -262,7 +263,7 @@ proc-macro2@1.0.103 X X prost@0.14.1 X prost-derive@0.14.1 X psm@0.1.28 X X -pyiceberg_core_rust@0.8.0 X +pyiceberg_core_rust@0.9.0 X pyo3@0.26.0 X X pyo3-build-config@0.26.0 X X pyo3-ffi@0.26.0 X X diff --git a/crates/catalog/glue/DEPENDENCIES.rust.tsv b/crates/catalog/glue/DEPENDENCIES.rust.tsv index e34ff1afc1..21a6a469a9 100644 --- a/crates/catalog/glue/DEPENDENCIES.rust.tsv +++ b/crates/catalog/glue/DEPENDENCIES.rust.tsv @@ -5,64 +5,64 @@ aho-corasick@1.1.4 X X alloc-no-stdlib@2.0.4 X alloc-stdlib@0.2.2 X android_system_properties@0.1.5 X X -anyhow@1.0.100 X X +anyhow@1.0.102 X X apache-avro@0.21.0 X array-init@2.1.0 X X -arrayvec@0.7.6 X X -arrow-arith@57.1.0 X -arrow-array@57.1.0 X -arrow-buffer@57.1.0 X -arrow-cast@57.1.0 X -arrow-data@57.1.0 X -arrow-ipc@57.1.0 X -arrow-ord@57.1.0 X -arrow-schema@57.1.0 X -arrow-select@57.1.0 X -arrow-string@57.1.0 X +arrow-arith@57.3.0 X +arrow-array@57.3.0 X +arrow-buffer@57.3.0 X +arrow-cast@57.3.0 X +arrow-data@57.3.0 X +arrow-ipc@57.3.0 X +arrow-ord@57.3.0 X +arrow-schema@57.3.0 X +arrow-select@57.3.0 X +arrow-string@57.3.0 X as-any@0.3.2 X X -async-lock@3.4.1 X X +async-lock@3.4.2 X X async-trait@0.1.89 X X atoi@2.0.0 X atomic-waker@1.1.2 X X autocfg@1.5.0 X X -aws-config@1.8.11 X -aws-credential-types@1.2.10 X -aws-runtime@1.5.16 X -aws-sdk-glue@1.132.0 X -aws-sdk-sso@1.90.0 X -aws-sdk-ssooidc@1.92.0 X -aws-sdk-sts@1.94.0 X -aws-sigv4@1.3.6 X -aws-smithy-async@1.2.7 X -aws-smithy-http@0.62.6 X -aws-smithy-http-client@1.1.5 X -aws-smithy-json@0.61.8 X -aws-smithy-observability@0.1.5 X -aws-smithy-query@0.60.9 X -aws-smithy-runtime@1.9.5 X -aws-smithy-runtime-api@1.9.3 X -aws-smithy-types@1.3.5 X -aws-smithy-xml@0.60.13 X -aws-types@1.3.10 X +aws-config@1.8.14 X +aws-credential-types@1.2.13 X +aws-runtime@1.7.1 X +aws-sdk-glue@1.139.0 X +aws-sdk-sso@1.95.0 X +aws-sdk-ssooidc@1.97.0 X +aws-sdk-sts@1.99.0 X +aws-sigv4@1.4.1 X +aws-smithy-async@1.2.14 X +aws-smithy-http@0.63.6 X +aws-smithy-http-client@1.1.12 X +aws-smithy-json@0.62.5 X +aws-smithy-observability@0.2.6 X +aws-smithy-query@0.60.15 X +aws-smithy-runtime@1.10.3 X +aws-smithy-runtime-api@1.11.6 X +aws-smithy-types@1.4.6 X +aws-smithy-xml@0.60.15 X +aws-types@1.3.13 X backon@1.6.0 X base64@0.22.1 X X base64-simd@0.8.0 X -bigdecimal@0.4.9 X X +bigdecimal@0.4.10 X X bimap@0.6.3 X X -bitflags@2.10.0 X X +bitflags@2.11.0 X X block-buffer@0.10.4 X X -bon@3.8.1 X X -bon-macros@3.8.1 X X +bnum@0.12.1 X X +bon@3.9.0 X X +bon-macros@3.9.0 X X brotli@8.0.2 X X brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.24.0 X X X +bumpalo@3.20.2 X X +bytemuck@1.25.0 X X X byteorder@1.5.0 X X -bytes@1.11.0 X +bytes@1.11.1 X bytes-utils@0.1.4 X X -cc@1.2.49 X X +cc@1.2.56 X X cfg-if@1.0.4 X X -chrono@0.4.42 X X +chrono@0.4.44 X X concurrent-queue@2.5.0 X X const-oid@0.9.6 X X const-random@0.1.18 X X @@ -79,11 +79,14 @@ crunchy@0.2.4 X crypto-common@0.1.7 X X darling@0.20.11 X darling@0.21.3 X +darling@0.23.0 X darling_core@0.20.11 X darling_core@0.21.3 X +darling_core@0.23.0 X darling_macro@0.20.11 X darling_macro@0.21.3 X -deranged@0.5.5 X X +darling_macro@0.23.0 X +deranged@0.5.8 X X derive_builder@0.20.2 X X derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X @@ -92,30 +95,34 @@ displaydoc@0.2.5 X X dissimilar@1.0.10 X either@1.15.0 X X equivalent@1.0.2 X X +erased-serde@0.4.10 X X +errno@0.3.14 X X event-listener@5.4.1 X X event-listener-strategy@0.5.4 X X expect-test@1.5.1 X X +fastnum@0.7.4 X X fastrand@2.3.0 X X -find-msvc-tools@0.1.5 X X -flatbuffers@25.9.23 X -flate2@1.1.5 X X +find-msvc-tools@0.1.9 X X +flatbuffers@25.12.19 X +flate2@1.1.9 X X fnv@1.0.7 X X form_urlencoded@1.2.2 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X +futures@0.3.32 X X +futures-channel@0.3.32 X X +futures-core@0.3.32 X X +futures-executor@0.3.32 X X +futures-io@0.3.32 X X +futures-macro@0.3.32 X X +futures-sink@0.3.32 X X +futures-task@0.3.32 X X +futures-util@0.3.32 X X generic-array@0.14.7 X -getrandom@0.2.16 X X +getrandom@0.2.17 X X getrandom@0.3.4 X X +getrandom@0.4.1 X X gloo-timers@0.3.0 X X h2@0.3.27 X -h2@0.4.12 X +h2@0.4.13 X half@2.7.1 X X hashbrown@0.16.1 X X heck@0.5.0 X X @@ -133,33 +140,35 @@ hyper@0.14.32 X hyper@1.8.1 X hyper-rustls@0.24.2 X X X hyper-rustls@0.27.7 X X X -hyper-util@0.1.19 X -iana-time-zone@0.1.64 X X +hyper-util@0.1.20 X +iana-time-zone@0.1.65 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.8.0 X -iceberg-catalog-glue@0.8.0 X -iceberg_test_utils@0.8.0 X +iceberg@0.9.0 X +iceberg-catalog-glue@0.9.0 X +iceberg-storage-opendal@0.9.0 X +iceberg_test_utils@0.9.0 X icu_collections@2.1.1 X icu_locale_core@2.1.1 X icu_normalizer@2.1.1 X icu_normalizer_data@2.1.1 X -icu_properties@2.1.1 X -icu_properties_data@2.1.1 X +icu_properties@2.1.2 X +icu_properties_data@2.1.2 X icu_provider@2.1.1 X ident_case@1.0.1 X X idna@1.1.0 X X idna_adapter@1.2.1 X X -indexmap@2.12.1 X X +indexmap@2.13.0 X X integer-encoding@3.0.4 X -ipnet@2.11.0 X X -iri-string@0.7.9 X X +inventory@0.3.22 X X +ipnet@2.12.0 X X +iri-string@0.7.10 X X itertools@0.13.0 X X -itoa@1.0.15 X X -jiff@0.2.16 X X -jiff-tzdb@0.1.4 X X +itoa@1.0.17 X X +jiff@0.2.22 X X +jiff-tzdb@0.1.5 X X jiff-tzdb-platform@0.1.3 X X jobserver@0.1.34 X X -js-sys@0.3.83 X X +js-sys@0.3.91 X X lazy_static@1.5.0 X X lexical-core@1.0.6 X X lexical-parse-float@1.0.6 X X @@ -167,159 +176,162 @@ lexical-parse-integer@1.0.6 X X lexical-util@1.0.7 X X lexical-write-float@1.0.6 X X lexical-write-integer@1.0.6 X X -libc@0.2.178 X X -libm@0.2.15 X -libz-rs-sys@0.5.3 X +libc@0.2.182 X X +libm@0.2.16 X litemap@0.8.1 X lock_api@0.4.14 X X log@0.4.29 X X lz4_flex@0.12.0 X md-5@0.10.6 X X -memchr@2.7.6 X X +memchr@2.8.0 X X miniz_oxide@0.8.9 X X X mio@1.1.1 X -moka@0.12.11 X X +moka@0.12.14 X X murmur3@0.5.2 X X nu-ansi-term@0.50.3 X num-bigint@0.4.6 X X num-complex@0.4.6 X X -num-conv@0.1.0 X X +num-conv@0.2.0 X X num-integer@0.1.46 X X num-traits@0.2.19 X X once_cell@1.21.3 X X opendal@0.55.0 X -openssl-probe@0.1.6 X X +openssl-probe@0.2.1 X X ordered-float@2.10.1 X ordered-float@4.6.0 X outref@0.5.2 X parking@2.2.1 X X parking_lot@0.12.5 X X parking_lot_core@0.9.12 X X -parquet@57.1.0 X +parquet@57.3.0 X paste@1.0.15 X X percent-encoding@2.3.2 X X -pin-project-lite@0.2.16 X X +pin-project-lite@0.2.17 X X pin-utils@0.1.0 X X pkg-config@0.3.32 X X -portable-atomic@1.11.1 X X -portable-atomic-util@0.2.4 X X +portable-atomic@1.13.1 X X +portable-atomic-util@0.2.5 X X potential_utf@0.1.4 X powerfmt@0.2.0 X X ppv-lite86@0.2.21 X X prettyplease@0.2.37 X X -proc-macro2@1.0.103 X X +proc-macro2@1.0.106 X X quad-rand@0.2.3 X quick-xml@0.38.4 X -quote@1.0.42 X X +quote@1.0.44 X X r-efi@5.3.0 X X X rand@0.8.5 X X rand@0.9.2 X X rand_chacha@0.3.1 X X rand_chacha@0.9.0 X X rand_core@0.6.4 X X -rand_core@0.9.3 X X +rand_core@0.9.5 X X redox_syscall@0.5.18 X -regex@1.12.2 X X -regex-automata@0.4.13 X X -regex-lite@0.1.8 X X -regex-syntax@0.8.8 X X +regex@1.12.3 X X +regex-automata@0.4.14 X X +regex-lite@0.1.9 X X +regex-syntax@0.8.10 X X reqsign@0.16.5 X -reqwest@0.12.25 X X +reqwest@0.12.28 X X ring@0.17.14 X X -roaring@0.11.2 X X -rust_decimal@1.39.0 X +roaring@0.11.3 X X rustc_version@0.4.1 X X rustls@0.21.12 X X X -rustls@0.23.35 X X X -rustls-native-certs@0.8.2 X X X -rustls-pki-types@1.13.1 X X +rustls@0.23.37 X X X +rustls-native-certs@0.8.3 X X X +rustls-pki-types@1.14.0 X X rustls-webpki@0.101.7 X -rustls-webpki@0.103.8 X +rustls-webpki@0.103.9 X rustversion@1.0.22 X X -ryu@1.0.20 X X +ryu@1.0.23 X X schannel@0.1.28 X scopeguard@1.2.0 X X sct@0.7.1 X X X -security-framework@3.5.1 X X -security-framework-sys@2.15.0 X X +security-framework@3.7.0 X X +security-framework-sys@2.17.0 X X semver@1.0.27 X X seq-macro@0.3.6 X X serde@1.0.228 X X +serde-big-array@0.5.1 X X serde_bytes@0.11.19 X X serde_core@1.0.228 X X serde_derive@1.0.228 X X -serde_json@1.0.145 X X +serde_json@1.0.149 X X serde_repr@0.1.20 X X serde_urlencoded@0.7.1 X X -serde_with@3.16.1 X X -serde_with_macros@3.16.1 X X +serde_with@3.17.0 X X +serde_with_macros@3.17.0 X X sha1@0.10.6 X X sha2@0.10.9 X X sharded-slab@0.1.7 X shlex@1.3.0 X X -signal-hook-registry@1.4.7 X X +signal-hook-registry@1.4.8 X X simd-adler32@0.3.8 X simdutf8@0.1.5 X X -slab@0.4.11 X +slab@0.4.12 X smallvec@1.15.1 X X snap@1.1.1 X socket2@0.5.10 X X -socket2@0.6.1 X X +socket2@0.6.2 X X stable_deref_trait@1.2.1 X X strsim@0.11.1 X strum@0.27.2 X strum_macros@0.27.2 X subtle@2.6.1 X -syn@2.0.111 X X +syn@2.0.117 X X sync_wrapper@1.0.2 X synstructure@0.13.2 X tagptr@0.2.0 X X -thiserror@2.0.17 X X -thiserror-impl@2.0.17 X X +thiserror@2.0.18 X X +thiserror-impl@2.0.18 X X thread_local@1.1.9 X X thrift@0.17.0 X -time@0.3.44 X X -time-core@0.1.6 X X +time@0.3.47 X X +time-core@0.1.8 X X tiny-keccak@2.0.2 X tinystr@0.8.2 X -tokio@1.48.0 X -tokio-macros@2.6.0 X +tokio@1.50.0 X +tokio-macros@2.6.1 X tokio-rustls@0.24.1 X X tokio-rustls@0.26.4 X X -tokio-util@0.7.17 X -tower@0.5.2 X +tokio-util@0.7.18 X +tower@0.5.3 X tower-http@0.6.8 X tower-layer@0.3.3 X tower-service@0.3.3 X -tracing@0.1.43 X +tracing@0.1.44 X tracing-attributes@0.1.31 X -tracing-core@0.1.35 X +tracing-core@0.1.36 X tracing-log@0.2.0 X tracing-subscriber@0.3.22 X try-lock@0.2.5 X twox-hash@2.1.2 X typed-builder@0.20.1 X X typed-builder-macro@0.20.1 X X +typeid@1.0.3 X X typenum@1.19.0 X X -unicode-ident@1.0.22 X X X +typetag@0.2.21 X X +typetag-impl@0.2.21 X X +unicode-ident@1.0.24 X X X untrusted@0.9.0 X -url@2.5.7 X X +url@2.5.8 X X urlencoding@2.1.3 X utf8_iter@1.0.4 X X -uuid@1.19.0 X X +uuid@1.22.0 X X version_check@0.9.5 X X vsimd@0.8.0 X want@0.3.1 X wasi@0.11.1+wasi-snapshot-preview1 X X X -wasip2@1.0.1+wasi-0.2.4 X X X -wasm-bindgen@0.2.106 X X -wasm-bindgen-futures@0.4.56 X X -wasm-bindgen-macro@0.2.106 X X -wasm-bindgen-macro-support@0.2.106 X X -wasm-bindgen-shared@0.2.106 X X +wasip2@1.0.2+wasi-0.2.9 X X X +wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 X X X +wasm-bindgen@0.2.114 X X +wasm-bindgen-futures@0.4.64 X X +wasm-bindgen-macro@0.2.114 X X +wasm-bindgen-macro-support@0.2.114 X X +wasm-bindgen-shared@0.2.114 X X wasm-streams@0.4.2 X X -web-sys@0.3.83 X X -webpki-roots@1.0.4 X +web-sys@0.3.91 X X +webpki-roots@1.0.6 X windows-core@0.62.2 X X windows-implement@0.60.2 X X windows-interface@0.59.3 X X @@ -348,20 +360,21 @@ windows_x86_64_gnullvm@0.52.6 X X windows_x86_64_gnullvm@0.53.1 X X windows_x86_64_msvc@0.52.6 X X windows_x86_64_msvc@0.53.1 X X -wit-bindgen@0.46.0 X X X +wit-bindgen@0.51.0 X X X writeable@0.6.2 X xmlparser@0.13.6 X X yoke@0.8.1 X yoke-derive@0.8.1 X -zerocopy@0.8.31 X X X -zerocopy-derive@0.8.31 X X X +zerocopy@0.8.40 X X X +zerocopy-derive@0.8.40 X X X zerofrom@0.1.6 X zerofrom-derive@0.1.6 X zeroize@1.8.2 X X zerotrie@0.2.3 X zerovec@0.11.5 X zerovec-derive@0.11.2 X -zlib-rs@0.5.3 X +zlib-rs@0.6.3 X +zmij@1.0.21 X zstd@0.13.3 X zstd-safe@7.2.4 X X zstd-sys@2.0.16+zstd.1.5.7 X X diff --git a/crates/catalog/hms/DEPENDENCIES.rust.tsv b/crates/catalog/hms/DEPENDENCIES.rust.tsv index 5025f7b184..de1c2f368a 100644 --- a/crates/catalog/hms/DEPENDENCIES.rust.tsv +++ b/crates/catalog/hms/DEPENDENCIES.rust.tsv @@ -5,23 +5,22 @@ aho-corasick@1.1.4 X X alloc-no-stdlib@2.0.4 X alloc-stdlib@0.2.2 X android_system_properties@0.1.5 X X -anyhow@1.0.100 X X +anyhow@1.0.102 X X apache-avro@0.21.0 X array-init@2.1.0 X X -arrayvec@0.7.6 X X -arrow-arith@57.1.0 X -arrow-array@57.1.0 X -arrow-buffer@57.1.0 X -arrow-cast@57.1.0 X -arrow-data@57.1.0 X -arrow-ipc@57.1.0 X -arrow-ord@57.1.0 X -arrow-schema@57.1.0 X -arrow-select@57.1.0 X -arrow-string@57.1.0 X +arrow-arith@57.3.0 X +arrow-array@57.3.0 X +arrow-buffer@57.3.0 X +arrow-cast@57.3.0 X +arrow-data@57.3.0 X +arrow-ipc@57.3.0 X +arrow-ord@57.3.0 X +arrow-schema@57.3.0 X +arrow-select@57.3.0 X +arrow-string@57.3.0 X as-any@0.3.2 X X async-broadcast@0.7.2 X X -async-lock@3.4.1 X X +async-lock@3.4.2 X X async-recursion@1.1.1 X X async-trait@0.1.89 X X atoi@2.0.0 X @@ -29,22 +28,23 @@ atomic-waker@1.1.2 X X autocfg@1.5.0 X X backon@1.6.0 X base64@0.22.1 X X -bigdecimal@0.4.9 X X +bigdecimal@0.4.10 X X bimap@0.6.3 X X -bitflags@2.10.0 X X +bitflags@2.11.0 X X block-buffer@0.10.4 X X -bon@3.8.1 X X -bon-macros@3.8.1 X X +bnum@0.12.1 X X +bon@3.9.0 X X +bon-macros@3.9.0 X X brotli@8.0.2 X X brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.24.0 X X X +bumpalo@3.20.2 X X +bytemuck@1.25.0 X X X byteorder@1.5.0 X X -bytes@1.11.0 X -cc@1.2.49 X X +bytes@1.11.1 X +cc@1.2.56 X X cfg-if@1.0.4 X X cfg_aliases@0.2.1 X -chrono@0.4.42 X X +chrono@0.4.44 X X concurrent-queue@2.5.0 X X const-oid@0.9.6 X X const-random@0.1.18 X X @@ -60,10 +60,13 @@ crunchy@0.2.4 X crypto-common@0.1.7 X X darling@0.20.11 X darling@0.21.3 X +darling@0.23.0 X darling_core@0.20.11 X darling_core@0.21.3 X +darling_core@0.23.0 X darling_macro@0.20.11 X darling_macro@0.21.3 X +darling_macro@0.23.0 X dashmap@6.1.0 X derive_builder@0.20.2 X X derive_builder_core@0.20.2 X X @@ -73,28 +76,32 @@ displaydoc@0.2.5 X X dissimilar@1.0.10 X either@1.15.0 X X equivalent@1.0.2 X X +erased-serde@0.4.10 X X +errno@0.3.14 X X event-listener@5.4.1 X X event-listener-strategy@0.5.4 X X expect-test@1.5.1 X X +fastnum@0.7.4 X X fastrand@2.3.0 X X -faststr@0.2.32 X X -find-msvc-tools@0.1.5 X X -flatbuffers@25.9.23 X -flate2@1.1.5 X X +faststr@0.2.34 X X +find-msvc-tools@0.1.9 X X +flatbuffers@25.12.19 X +flate2@1.1.9 X X fnv@1.0.7 X X form_urlencoded@1.2.2 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X +futures@0.3.32 X X +futures-channel@0.3.32 X X +futures-core@0.3.32 X X +futures-executor@0.3.32 X X +futures-io@0.3.32 X X +futures-macro@0.3.32 X X +futures-sink@0.3.32 X X +futures-task@0.3.32 X X +futures-util@0.3.32 X X generic-array@0.14.7 X -getrandom@0.2.16 X X +getrandom@0.2.17 X X getrandom@0.3.4 X X +getrandom@0.4.1 X X gloo-timers@0.3.0 X X half@2.7.1 X X hashbrown@0.14.5 X X @@ -110,34 +117,36 @@ http-body-util@0.1.3 X httparse@1.10.1 X X hyper@1.8.1 X hyper-rustls@0.27.7 X X X -hyper-util@0.1.19 X -iana-time-zone@0.1.64 X X +hyper-util@0.1.20 X +iana-time-zone@0.1.65 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.8.0 X -iceberg-catalog-hms@0.8.0 X -iceberg_test_utils@0.8.0 X +iceberg@0.9.0 X +iceberg-catalog-hms@0.9.0 X +iceberg-storage-opendal@0.9.0 X +iceberg_test_utils@0.9.0 X icu_collections@2.1.1 X icu_locale_core@2.1.1 X icu_normalizer@2.1.1 X icu_normalizer_data@2.1.1 X -icu_properties@2.1.1 X -icu_properties_data@2.1.1 X +icu_properties@2.1.2 X +icu_properties_data@2.1.2 X icu_provider@2.1.1 X ident_case@1.0.1 X X idna@1.1.0 X X idna_adapter@1.2.1 X X -indexmap@2.12.1 X X +indexmap@2.13.0 X X integer-encoding@3.0.4 X integer-encoding@4.1.0 X -ipnet@2.11.0 X X -iri-string@0.7.9 X X +inventory@0.3.22 X X +ipnet@2.12.0 X X +iri-string@0.7.10 X X itertools@0.13.0 X X -itoa@1.0.15 X X -jiff@0.2.16 X X -jiff-tzdb@0.1.4 X X +itoa@1.0.17 X X +jiff@0.2.22 X X +jiff-tzdb@0.1.5 X X jiff-tzdb-platform@0.1.3 X X jobserver@0.1.34 X X -js-sys@0.3.83 X X +js-sys@0.3.91 X X lazy_static@1.5.0 X X lexical-core@1.0.6 X X lexical-parse-float@1.0.6 X X @@ -145,9 +154,8 @@ lexical-parse-integer@1.0.6 X X lexical-util@1.0.7 X X lexical-write-float@1.0.6 X X lexical-write-integer@1.0.6 X X -libc@0.2.178 X X -libm@0.2.15 X -libz-rs-sys@0.5.3 X +libc@0.2.182 X X +libm@0.2.16 X linked-hash-map@0.5.6 X X linkedbytes@0.1.16 X X litemap@0.8.1 X @@ -155,12 +163,12 @@ lock_api@0.4.14 X X log@0.4.29 X X lz4_flex@0.12.0 X md-5@0.10.6 X X -memchr@2.7.6 X X +memchr@2.8.0 X X memoffset@0.9.1 X metainfo@0.7.14 X X miniz_oxide@0.8.9 X X X mio@1.1.1 X -moka@0.12.11 X X +moka@0.12.14 X X motore@0.4.1 X X motore-macros@0.4.3 X X mur3@0.1.0 X @@ -180,136 +188,140 @@ ordered-float@4.6.0 X parking@2.2.1 X X parking_lot@0.12.5 X X parking_lot_core@0.9.12 X X -parquet@57.1.0 X +parquet@57.3.0 X paste@1.0.15 X X percent-encoding@2.3.2 X X pilota@0.11.10 X X -pin-project@1.1.10 X X -pin-project-internal@1.1.10 X X -pin-project-lite@0.2.16 X X +pin-project@1.1.11 X X +pin-project-internal@1.1.11 X X +pin-project-lite@0.2.17 X X pin-utils@0.1.0 X X pkg-config@0.3.32 X X -portable-atomic@1.11.1 X X -portable-atomic-util@0.2.4 X X +portable-atomic@1.13.1 X X +portable-atomic-util@0.2.5 X X potential_utf@0.1.4 X ppv-lite86@0.2.21 X X prettyplease@0.2.37 X X proc-macro-crate@3.4.0 X X -proc-macro2@1.0.103 X X +proc-macro2@1.0.106 X X quad-rand@0.2.3 X quick-xml@0.38.4 X -quote@1.0.42 X X +quote@1.0.44 X X r-efi@5.3.0 X X X rand@0.8.5 X X rand@0.9.2 X X rand_chacha@0.3.1 X X rand_chacha@0.9.0 X X rand_core@0.6.4 X X -rand_core@0.9.3 X X +rand_core@0.9.5 X X redox_syscall@0.5.18 X ref-cast@1.0.25 X X ref-cast-impl@1.0.25 X X -regex@1.12.2 X X -regex-automata@0.4.13 X X -regex-lite@0.1.8 X X -regex-syntax@0.8.8 X X +regex@1.12.3 X X +regex-automata@0.4.14 X X +regex-lite@0.1.9 X X +regex-syntax@0.8.10 X X reqsign@0.16.5 X -reqwest@0.12.25 X X +reqwest@0.12.28 X X ring@0.17.14 X X -roaring@0.11.2 X X -rust_decimal@1.39.0 X +roaring@0.11.3 X X rustc-hash@2.1.1 X X rustc_version@0.4.1 X X -rustls@0.23.35 X X X -rustls-pki-types@1.13.1 X X -rustls-webpki@0.103.8 X +rustls@0.23.37 X X X +rustls-pki-types@1.14.0 X X +rustls-webpki@0.103.9 X rustversion@1.0.22 X X -ryu@1.0.20 X X +ryu@1.0.23 X X scopeguard@1.2.0 X X semver@1.0.27 X X seq-macro@0.3.6 X X serde@1.0.228 X X +serde-big-array@0.5.1 X X serde_bytes@0.11.19 X X serde_core@1.0.228 X X serde_derive@1.0.228 X X -serde_json@1.0.145 X X +serde_json@1.0.149 X X serde_repr@0.1.20 X X serde_urlencoded@0.7.1 X X -serde_with@3.16.1 X X -serde_with_macros@3.16.1 X X +serde_with@3.17.0 X X +serde_with_macros@3.17.0 X X sha1@0.10.6 X X sha2@0.10.9 X X sharded-slab@0.1.7 X shlex@1.3.0 X X -signal-hook-registry@1.4.7 X X +signal-hook-registry@1.4.8 X X simd-adler32@0.3.8 X simdutf8@0.1.5 X X -slab@0.4.11 X +slab@0.4.12 X smallvec@1.15.1 X X snap@1.1.1 X socket2@0.5.10 X X -socket2@0.6.1 X X -sonic-number@0.1.0 X +socket2@0.6.2 X X +sonic-number@0.1.1 X sonic-rs@0.3.17 X -sonic-simd@0.1.2 X +sonic-simd@0.1.3 X stable_deref_trait@1.2.1 X X strsim@0.11.1 X strum@0.27.2 X strum_macros@0.27.2 X subtle@2.6.1 X -syn@2.0.111 X X +syn@2.0.117 X X sync_wrapper@1.0.2 X synstructure@0.13.2 X tagptr@0.2.0 X X thiserror@1.0.69 X X -thiserror@2.0.17 X X +thiserror@2.0.18 X X thiserror-impl@1.0.69 X X -thiserror-impl@2.0.17 X X +thiserror-impl@2.0.18 X X thread_local@1.1.9 X X thrift@0.17.0 X tiny-keccak@2.0.2 X tinystr@0.8.2 X -tokio@1.48.0 X -tokio-macros@2.6.0 X +tokio@1.50.0 X +tokio-macros@2.6.1 X tokio-rustls@0.26.4 X X -tokio-stream@0.1.17 X -tokio-util@0.7.17 X -toml_datetime@0.7.3 X X -toml_edit@0.23.9 X X -toml_parser@1.0.4 X X -tower@0.5.2 X +tokio-stream@0.1.18 X +tokio-util@0.7.18 X +toml_datetime@0.7.5+spec-1.1.0 X X +toml_edit@0.23.10+spec-1.0.0 X X +toml_parser@1.0.9+spec-1.1.0 X X +tower@0.5.3 X tower-http@0.6.8 X tower-layer@0.3.3 X tower-service@0.3.3 X -tracing@0.1.43 X +tracing@0.1.44 X tracing-attributes@0.1.31 X -tracing-core@0.1.35 X +tracing-core@0.1.36 X tracing-log@0.2.0 X tracing-subscriber@0.3.22 X try-lock@0.2.5 X twox-hash@2.1.2 X typed-builder@0.20.1 X X typed-builder-macro@0.20.1 X X +typeid@1.0.3 X X typenum@1.19.0 X X -unicode-ident@1.0.22 X X X +typetag@0.2.21 X X +typetag-impl@0.2.21 X X +unicode-ident@1.0.24 X X X untrusted@0.9.0 X -url@2.5.7 X X +url@2.5.8 X X utf8_iter@1.0.4 X X -uuid@1.19.0 X X +uuid@1.22.0 X X version_check@0.9.5 X X volo@0.10.7 X X volo-thrift@0.10.8 X X want@0.3.1 X wasi@0.11.1+wasi-snapshot-preview1 X X X -wasip2@1.0.1+wasi-0.2.4 X X X -wasm-bindgen@0.2.106 X X -wasm-bindgen-futures@0.4.56 X X -wasm-bindgen-macro@0.2.106 X X -wasm-bindgen-macro-support@0.2.106 X X -wasm-bindgen-shared@0.2.106 X X +wasip2@1.0.2+wasi-0.2.9 X X X +wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 X X X +wasm-bindgen@0.2.114 X X +wasm-bindgen-futures@0.4.64 X X +wasm-bindgen-macro@0.2.114 X X +wasm-bindgen-macro-support@0.2.114 X X +wasm-bindgen-shared@0.2.114 X X wasm-streams@0.4.2 X X -web-sys@0.3.83 X X -webpki-roots@1.0.4 X +web-sys@0.3.91 X X +webpki-roots@1.0.6 X windows-core@0.62.2 X X windows-implement@0.60.2 X X windows-interface@0.59.3 X X @@ -339,19 +351,20 @@ windows_x86_64_gnullvm@0.53.1 X X windows_x86_64_msvc@0.52.6 X X windows_x86_64_msvc@0.53.1 X X winnow@0.7.14 X -wit-bindgen@0.46.0 X X X +wit-bindgen@0.51.0 X X X writeable@0.6.2 X yoke@0.8.1 X yoke-derive@0.8.1 X -zerocopy@0.8.31 X X X -zerocopy-derive@0.8.31 X X X +zerocopy@0.8.40 X X X +zerocopy-derive@0.8.40 X X X zerofrom@0.1.6 X zerofrom-derive@0.1.6 X zeroize@1.8.2 X X zerotrie@0.2.3 X zerovec@0.11.5 X zerovec-derive@0.11.2 X -zlib-rs@0.5.3 X +zlib-rs@0.6.3 X +zmij@1.0.21 X zstd@0.13.3 X zstd-safe@7.2.4 X X zstd-sys@2.0.16+zstd.1.5.7 X X diff --git a/crates/catalog/loader/DEPENDENCIES.rust.tsv b/crates/catalog/loader/DEPENDENCIES.rust.tsv index 02b06c4479..dae8032841 100644 --- a/crates/catalog/loader/DEPENDENCIES.rust.tsv +++ b/crates/catalog/loader/DEPENDENCIES.rust.tsv @@ -6,68 +6,68 @@ alloc-no-stdlib@2.0.4 X alloc-stdlib@0.2.2 X allocator-api2@0.2.21 X X android_system_properties@0.1.5 X X -anyhow@1.0.100 X X +anyhow@1.0.102 X X apache-avro@0.21.0 X array-init@2.1.0 X X -arrayvec@0.7.6 X X -arrow-arith@57.1.0 X -arrow-array@57.1.0 X -arrow-buffer@57.1.0 X -arrow-cast@57.1.0 X -arrow-data@57.1.0 X -arrow-ipc@57.1.0 X -arrow-ord@57.1.0 X -arrow-schema@57.1.0 X -arrow-select@57.1.0 X -arrow-string@57.1.0 X +arrow-arith@57.3.0 X +arrow-array@57.3.0 X +arrow-buffer@57.3.0 X +arrow-cast@57.3.0 X +arrow-data@57.3.0 X +arrow-ipc@57.3.0 X +arrow-ord@57.3.0 X +arrow-schema@57.3.0 X +arrow-select@57.3.0 X +arrow-string@57.3.0 X as-any@0.3.2 X X async-broadcast@0.7.2 X X -async-lock@3.4.1 X X +async-lock@3.4.2 X X async-recursion@1.1.1 X X async-trait@0.1.89 X X atoi@2.0.0 X atomic-waker@1.1.2 X X autocfg@1.5.0 X X -aws-config@1.8.11 X -aws-credential-types@1.2.10 X -aws-runtime@1.5.16 X -aws-sdk-glue@1.132.0 X -aws-sdk-s3tables@1.46.0 X -aws-sdk-sso@1.90.0 X -aws-sdk-ssooidc@1.92.0 X -aws-sdk-sts@1.94.0 X -aws-sigv4@1.3.6 X -aws-smithy-async@1.2.7 X -aws-smithy-http@0.62.6 X -aws-smithy-http-client@1.1.5 X -aws-smithy-json@0.61.8 X -aws-smithy-observability@0.1.5 X -aws-smithy-query@0.60.9 X -aws-smithy-runtime@1.9.5 X -aws-smithy-runtime-api@1.9.3 X -aws-smithy-types@1.3.5 X -aws-smithy-xml@0.60.13 X -aws-types@1.3.10 X +aws-config@1.8.14 X +aws-credential-types@1.2.13 X +aws-runtime@1.7.1 X +aws-sdk-glue@1.139.0 X +aws-sdk-s3tables@1.51.0 X +aws-sdk-sso@1.95.0 X +aws-sdk-ssooidc@1.97.0 X +aws-sdk-sts@1.99.0 X +aws-sigv4@1.4.1 X +aws-smithy-async@1.2.14 X +aws-smithy-http@0.63.6 X +aws-smithy-http-client@1.1.12 X +aws-smithy-json@0.62.5 X +aws-smithy-observability@0.2.6 X +aws-smithy-query@0.60.15 X +aws-smithy-runtime@1.10.3 X +aws-smithy-runtime-api@1.11.6 X +aws-smithy-types@1.4.6 X +aws-smithy-xml@0.60.15 X +aws-types@1.3.13 X backon@1.6.0 X base64@0.22.1 X X base64-simd@0.8.0 X -bigdecimal@0.4.9 X X +bigdecimal@0.4.10 X X bimap@0.6.3 X X -bitflags@2.10.0 X X +bitflags@2.11.0 X X block-buffer@0.10.4 X X -bon@3.8.1 X X -bon-macros@3.8.1 X X +bnum@0.12.1 X X +bon@3.9.0 X X +bon-macros@3.9.0 X X brotli@8.0.2 X X brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.24.0 X X X +bumpalo@3.20.2 X X +bytemuck@1.25.0 X X X byteorder@1.5.0 X X -bytes@1.11.0 X +bytes@1.11.1 X bytes-utils@0.1.4 X X -cc@1.2.49 X X +cc@1.2.56 X X cfg-if@1.0.4 X X cfg_aliases@0.2.1 X -chrono@0.4.42 X X +chrono@0.4.44 X X concurrent-queue@2.5.0 X X const-oid@0.9.6 X X const-random@0.1.18 X X @@ -87,12 +87,15 @@ crunchy@0.2.4 X crypto-common@0.1.7 X X darling@0.20.11 X darling@0.21.3 X +darling@0.23.0 X darling_core@0.20.11 X darling_core@0.21.3 X +darling_core@0.23.0 X darling_macro@0.20.11 X darling_macro@0.21.3 X +darling_macro@0.23.0 X dashmap@6.1.0 X -deranged@0.5.5 X X +deranged@0.5.8 X X derive_builder@0.20.2 X X derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X @@ -101,34 +104,38 @@ displaydoc@0.2.5 X X dissimilar@1.0.10 X either@1.15.0 X X equivalent@1.0.2 X X +erased-serde@0.4.10 X X +errno@0.3.14 X X event-listener@5.4.1 X X event-listener-strategy@0.5.4 X X expect-test@1.5.1 X X +fastnum@0.7.4 X X fastrand@2.3.0 X X -faststr@0.2.32 X X -find-msvc-tools@0.1.5 X X -flatbuffers@25.9.23 X -flate2@1.1.5 X X +faststr@0.2.34 X X +find-msvc-tools@0.1.9 X X +flatbuffers@25.12.19 X +flate2@1.1.9 X X flume@0.11.1 X X fnv@1.0.7 X X foldhash@0.1.5 X form_urlencoded@1.2.2 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X +futures@0.3.32 X X +futures-channel@0.3.32 X X +futures-core@0.3.32 X X +futures-executor@0.3.32 X X futures-intrusive@0.5.0 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X +futures-io@0.3.32 X X +futures-macro@0.3.32 X X +futures-sink@0.3.32 X X +futures-task@0.3.32 X X +futures-util@0.3.32 X X generic-array@0.14.7 X -getrandom@0.2.16 X X +getrandom@0.2.17 X X getrandom@0.3.4 X X +getrandom@0.4.1 X X gloo-timers@0.3.0 X X h2@0.3.27 X -h2@0.4.12 X +h2@0.4.13 X half@2.7.1 X X hashbrown@0.14.5 X X hashbrown@0.15.5 X X @@ -150,39 +157,41 @@ hyper@0.14.32 X hyper@1.8.1 X hyper-rustls@0.24.2 X X X hyper-rustls@0.27.7 X X X -hyper-util@0.1.19 X -iana-time-zone@0.1.64 X X +hyper-util@0.1.20 X +iana-time-zone@0.1.65 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.8.0 X -iceberg-catalog-glue@0.8.0 X -iceberg-catalog-hms@0.8.0 X -iceberg-catalog-loader@0.8.0 X -iceberg-catalog-rest@0.8.0 X -iceberg-catalog-s3tables@0.8.0 X -iceberg-catalog-sql@0.8.0 X -iceberg_test_utils@0.8.0 X +iceberg@0.9.0 X +iceberg-catalog-glue@0.9.0 X +iceberg-catalog-hms@0.9.0 X +iceberg-catalog-loader@0.9.0 X +iceberg-catalog-rest@0.9.0 X +iceberg-catalog-s3tables@0.9.0 X +iceberg-catalog-sql@0.9.0 X +iceberg-storage-opendal@0.9.0 X +iceberg_test_utils@0.9.0 X icu_collections@2.1.1 X icu_locale_core@2.1.1 X icu_normalizer@2.1.1 X icu_normalizer_data@2.1.1 X -icu_properties@2.1.1 X -icu_properties_data@2.1.1 X +icu_properties@2.1.2 X +icu_properties_data@2.1.2 X icu_provider@2.1.1 X ident_case@1.0.1 X X idna@1.1.0 X X idna_adapter@1.2.1 X X -indexmap@2.12.1 X X +indexmap@2.13.0 X X integer-encoding@3.0.4 X integer-encoding@4.1.0 X -ipnet@2.11.0 X X -iri-string@0.7.9 X X +inventory@0.3.22 X X +ipnet@2.12.0 X X +iri-string@0.7.10 X X itertools@0.13.0 X X -itoa@1.0.15 X X -jiff@0.2.16 X X -jiff-tzdb@0.1.4 X X +itoa@1.0.17 X X +jiff@0.2.22 X X +jiff-tzdb@0.1.5 X X jiff-tzdb-platform@0.1.3 X X jobserver@0.1.34 X X -js-sys@0.3.83 X X +js-sys@0.3.91 X X lazy_static@1.5.0 X X lexical-core@1.0.6 X X lexical-parse-float@1.0.6 X X @@ -190,10 +199,9 @@ lexical-parse-integer@1.0.6 X X lexical-util@1.0.7 X X lexical-write-float@1.0.6 X X lexical-write-integer@1.0.6 X X -libc@0.2.178 X X -libm@0.2.15 X +libc@0.2.182 X X +libm@0.2.16 X libsqlite3-sys@0.30.1 X -libz-rs-sys@0.5.3 X linked-hash-map@0.5.6 X X linkedbytes@0.1.16 X X litemap@0.8.1 X @@ -201,12 +209,12 @@ lock_api@0.4.14 X X log@0.4.29 X X lz4_flex@0.12.0 X md-5@0.10.6 X X -memchr@2.7.6 X X +memchr@2.8.0 X X memoffset@0.9.1 X metainfo@0.7.14 X X miniz_oxide@0.8.9 X X X mio@1.1.1 X -moka@0.12.11 X X +moka@0.12.14 X X motore@0.4.1 X X motore-macros@0.4.3 X X mur3@0.1.0 X @@ -215,100 +223,100 @@ nix@0.29.0 X nu-ansi-term@0.50.3 X num-bigint@0.4.6 X X num-complex@0.4.6 X X -num-conv@0.1.0 X X +num-conv@0.2.0 X X num-integer@0.1.46 X X num-traits@0.2.19 X X num_enum@0.7.5 X X X num_enum_derive@0.7.5 X X X once_cell@1.21.3 X X opendal@0.55.0 X -openssl-probe@0.1.6 X X +openssl-probe@0.2.1 X X ordered-float@2.10.1 X ordered-float@4.6.0 X outref@0.5.2 X parking@2.2.1 X X parking_lot@0.12.5 X X parking_lot_core@0.9.12 X X -parquet@57.1.0 X +parquet@57.3.0 X paste@1.0.15 X X percent-encoding@2.3.2 X X pilota@0.11.10 X X -pin-project@1.1.10 X X -pin-project-internal@1.1.10 X X -pin-project-lite@0.2.16 X X +pin-project@1.1.11 X X +pin-project-internal@1.1.11 X X +pin-project-lite@0.2.17 X X pin-utils@0.1.0 X X pkg-config@0.3.32 X X -portable-atomic@1.11.1 X X -portable-atomic-util@0.2.4 X X +portable-atomic@1.13.1 X X +portable-atomic-util@0.2.5 X X potential_utf@0.1.4 X powerfmt@0.2.0 X X ppv-lite86@0.2.21 X X prettyplease@0.2.37 X X proc-macro-crate@3.4.0 X X -proc-macro2@1.0.103 X X +proc-macro2@1.0.106 X X quad-rand@0.2.3 X quick-xml@0.38.4 X -quote@1.0.42 X X +quote@1.0.44 X X r-efi@5.3.0 X X X rand@0.8.5 X X rand@0.9.2 X X rand_chacha@0.3.1 X X rand_chacha@0.9.0 X X rand_core@0.6.4 X X -rand_core@0.9.3 X X +rand_core@0.9.5 X X redox_syscall@0.5.18 X ref-cast@1.0.25 X X ref-cast-impl@1.0.25 X X -regex@1.12.2 X X -regex-automata@0.4.13 X X -regex-lite@0.1.8 X X -regex-syntax@0.8.8 X X +regex@1.12.3 X X +regex-automata@0.4.14 X X +regex-lite@0.1.9 X X +regex-syntax@0.8.10 X X reqsign@0.16.5 X -reqwest@0.12.25 X X +reqwest@0.12.28 X X ring@0.17.14 X X -roaring@0.11.2 X X -rust_decimal@1.39.0 X +roaring@0.11.3 X X rustc-hash@2.1.1 X X rustc_version@0.4.1 X X rustls@0.21.12 X X X -rustls@0.23.35 X X X -rustls-native-certs@0.8.2 X X X -rustls-pki-types@1.13.1 X X +rustls@0.23.37 X X X +rustls-native-certs@0.8.3 X X X +rustls-pki-types@1.14.0 X X rustls-webpki@0.101.7 X -rustls-webpki@0.103.8 X +rustls-webpki@0.103.9 X rustversion@1.0.22 X X -ryu@1.0.20 X X +ryu@1.0.23 X X schannel@0.1.28 X scopeguard@1.2.0 X X sct@0.7.1 X X X -security-framework@3.5.1 X X -security-framework-sys@2.15.0 X X +security-framework@3.7.0 X X +security-framework-sys@2.17.0 X X semver@1.0.27 X X seq-macro@0.3.6 X X serde@1.0.228 X X +serde-big-array@0.5.1 X X serde_bytes@0.11.19 X X serde_core@1.0.228 X X serde_derive@1.0.228 X X -serde_json@1.0.145 X X +serde_json@1.0.149 X X serde_repr@0.1.20 X X serde_urlencoded@0.7.1 X X -serde_with@3.16.1 X X -serde_with_macros@3.16.1 X X +serde_with@3.17.0 X X +serde_with_macros@3.17.0 X X sha1@0.10.6 X X sha2@0.10.9 X X sharded-slab@0.1.7 X shlex@1.3.0 X X -signal-hook-registry@1.4.7 X X +signal-hook-registry@1.4.8 X X simd-adler32@0.3.8 X simdutf8@0.1.5 X X -slab@0.4.11 X +slab@0.4.12 X smallvec@1.15.1 X X snap@1.1.1 X socket2@0.5.10 X X -socket2@0.6.1 X X -sonic-number@0.1.0 X +socket2@0.6.2 X X +sonic-number@0.1.1 X sonic-rs@0.3.17 X -sonic-simd@0.1.2 X +sonic-simd@0.1.3 X spin@0.9.8 X sqlx@0.8.6 X X sqlx-core@0.8.6 X X @@ -318,49 +326,52 @@ strsim@0.11.1 X strum@0.27.2 X strum_macros@0.27.2 X subtle@2.6.1 X -syn@2.0.111 X X +syn@2.0.117 X X sync_wrapper@1.0.2 X synstructure@0.13.2 X tagptr@0.2.0 X X thiserror@1.0.69 X X -thiserror@2.0.17 X X +thiserror@2.0.18 X X thiserror-impl@1.0.69 X X -thiserror-impl@2.0.17 X X +thiserror-impl@2.0.18 X X thread_local@1.1.9 X X thrift@0.17.0 X -time@0.3.44 X X -time-core@0.1.6 X X +time@0.3.47 X X +time-core@0.1.8 X X tiny-keccak@2.0.2 X tinystr@0.8.2 X -tokio@1.48.0 X -tokio-macros@2.6.0 X +tokio@1.50.0 X +tokio-macros@2.6.1 X tokio-rustls@0.24.1 X X tokio-rustls@0.26.4 X X -tokio-stream@0.1.17 X -tokio-util@0.7.17 X -toml_datetime@0.7.3 X X -toml_edit@0.23.9 X X -toml_parser@1.0.4 X X -tower@0.5.2 X +tokio-stream@0.1.18 X +tokio-util@0.7.18 X +toml_datetime@0.7.5+spec-1.1.0 X X +toml_edit@0.23.10+spec-1.0.0 X X +toml_parser@1.0.9+spec-1.1.0 X X +tower@0.5.3 X tower-http@0.6.8 X tower-layer@0.3.3 X tower-service@0.3.3 X -tracing@0.1.43 X +tracing@0.1.44 X tracing-attributes@0.1.31 X -tracing-core@0.1.35 X +tracing-core@0.1.36 X tracing-log@0.2.0 X tracing-subscriber@0.3.22 X try-lock@0.2.5 X twox-hash@2.1.2 X typed-builder@0.20.1 X X typed-builder-macro@0.20.1 X X +typeid@1.0.3 X X typenum@1.19.0 X X -unicode-ident@1.0.22 X X X +typetag@0.2.21 X X +typetag-impl@0.2.21 X X +unicode-ident@1.0.24 X X X untrusted@0.9.0 X -url@2.5.7 X X +url@2.5.8 X X urlencoding@2.1.3 X utf8_iter@1.0.4 X X -uuid@1.19.0 X X +uuid@1.22.0 X X vcpkg@0.2.15 X X version_check@0.9.5 X X volo@0.10.7 X X @@ -368,16 +379,17 @@ volo-thrift@0.10.8 X X vsimd@0.8.0 X want@0.3.1 X wasi@0.11.1+wasi-snapshot-preview1 X X X -wasip2@1.0.1+wasi-0.2.4 X X X -wasm-bindgen@0.2.106 X X -wasm-bindgen-futures@0.4.56 X X -wasm-bindgen-macro@0.2.106 X X -wasm-bindgen-macro-support@0.2.106 X X -wasm-bindgen-shared@0.2.106 X X +wasip2@1.0.2+wasi-0.2.9 X X X +wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 X X X +wasm-bindgen@0.2.114 X X +wasm-bindgen-futures@0.4.64 X X +wasm-bindgen-macro@0.2.114 X X +wasm-bindgen-macro-support@0.2.114 X X +wasm-bindgen-shared@0.2.114 X X wasm-streams@0.4.2 X X -web-sys@0.3.83 X X +web-sys@0.3.91 X X webpki-roots@0.26.11 X -webpki-roots@1.0.4 X +webpki-roots@1.0.6 X windows-core@0.62.2 X X windows-implement@0.60.2 X X windows-interface@0.59.3 X X @@ -407,20 +419,21 @@ windows_x86_64_gnullvm@0.53.1 X X windows_x86_64_msvc@0.52.6 X X windows_x86_64_msvc@0.53.1 X X winnow@0.7.14 X -wit-bindgen@0.46.0 X X X +wit-bindgen@0.51.0 X X X writeable@0.6.2 X xmlparser@0.13.6 X X yoke@0.8.1 X yoke-derive@0.8.1 X -zerocopy@0.8.31 X X X -zerocopy-derive@0.8.31 X X X +zerocopy@0.8.40 X X X +zerocopy-derive@0.8.40 X X X zerofrom@0.1.6 X zerofrom-derive@0.1.6 X zeroize@1.8.2 X X zerotrie@0.2.3 X zerovec@0.11.5 X zerovec-derive@0.11.2 X -zlib-rs@0.5.3 X +zlib-rs@0.6.3 X +zmij@1.0.21 X zstd@0.13.3 X zstd-safe@7.2.4 X X zstd-sys@2.0.16+zstd.1.5.7 X X diff --git a/crates/catalog/rest/DEPENDENCIES.rust.tsv b/crates/catalog/rest/DEPENDENCIES.rust.tsv index c78434fa51..77bcb45f44 100644 --- a/crates/catalog/rest/DEPENDENCIES.rust.tsv +++ b/crates/catalog/rest/DEPENDENCIES.rust.tsv @@ -1,320 +1,293 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-2.1-or-later MIT Unicode-3.0 Unlicense Zlib -adler2@2.0.1 X X X -ahash@0.8.12 X X -aho-corasick@1.1.4 X X -alloc-no-stdlib@2.0.4 X -alloc-stdlib@0.2.2 X -android_system_properties@0.1.5 X X -anyhow@1.0.100 X X -apache-avro@0.21.0 X -array-init@2.1.0 X X -arrayvec@0.7.6 X X -arrow-arith@57.1.0 X -arrow-array@57.1.0 X -arrow-buffer@57.1.0 X -arrow-cast@57.1.0 X -arrow-data@57.1.0 X -arrow-ipc@57.1.0 X -arrow-ord@57.1.0 X -arrow-schema@57.1.0 X -arrow-select@57.1.0 X -arrow-string@57.1.0 X -as-any@0.3.2 X X -async-lock@3.4.1 X X -async-trait@0.1.89 X X -atoi@2.0.0 X -atomic-waker@1.1.2 X X -autocfg@1.5.0 X X -backon@1.6.0 X -base64@0.22.1 X X -bigdecimal@0.4.9 X X -bimap@0.6.3 X X -bitflags@2.10.0 X X -block-buffer@0.10.4 X X -bon@3.8.1 X X -bon-macros@3.8.1 X X -brotli@8.0.2 X X -brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.24.0 X X X -byteorder@1.5.0 X X -bytes@1.11.0 X -cc@1.2.49 X X -cfg-if@1.0.4 X X -chrono@0.4.42 X X -concurrent-queue@2.5.0 X X -const-oid@0.9.6 X X -const-random@0.1.18 X X -const-random-macro@0.1.16 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.17 X X -crc32c@0.6.8 X X -crc32fast@1.5.0 X X -crossbeam-channel@0.5.15 X X -crossbeam-epoch@0.9.18 X X -crossbeam-utils@0.8.21 X X -crunchy@0.2.4 X -crypto-common@0.1.7 X X -darling@0.20.11 X -darling@0.21.3 X -darling_core@0.20.11 X -darling_core@0.21.3 X -darling_macro@0.20.11 X -darling_macro@0.21.3 X -derive_builder@0.20.2 X X -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 -event-listener@5.4.1 X X -event-listener-strategy@0.5.4 X X -expect-test@1.5.1 X X -fastrand@2.3.0 X X -find-msvc-tools@0.1.5 X X -flatbuffers@25.9.23 X -flate2@1.1.5 X X -fnv@1.0.7 X X -form_urlencoded@1.2.2 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.16 X X -getrandom@0.3.4 X X -gloo-timers@0.3.0 X X -h2@0.4.12 X -half@2.7.1 X X -hashbrown@0.16.1 X X -heck@0.5.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.4.0 X X -http-body@1.0.1 X -http-body-util@0.1.3 X -httparse@1.10.1 X X -httpdate@1.0.3 X X -hyper@1.8.1 X -hyper-rustls@0.27.7 X X X -hyper-util@0.1.19 X -iana-time-zone@0.1.64 X X -iana-time-zone-haiku@0.1.2 X X -iceberg@0.8.0 X -iceberg-catalog-rest@0.8.0 X -iceberg_test_utils@0.8.0 X -icu_collections@2.1.1 X -icu_locale_core@2.1.1 X -icu_normalizer@2.1.1 X -icu_normalizer_data@2.1.1 X -icu_properties@2.1.1 X -icu_properties_data@2.1.1 X -icu_provider@2.1.1 X -ident_case@1.0.1 X X -idna@1.1.0 X X -idna_adapter@1.2.1 X X -indexmap@2.12.1 X X -integer-encoding@3.0.4 X -ipnet@2.11.0 X X -iri-string@0.7.9 X X -itertools@0.13.0 X X -itoa@1.0.15 X X -jiff@0.2.16 X X -jiff-tzdb@0.1.4 X X -jiff-tzdb-platform@0.1.3 X X -jobserver@0.1.34 X X -js-sys@0.3.83 X X -lazy_static@1.5.0 X X -lexical-core@1.0.6 X X -lexical-parse-float@1.0.6 X X -lexical-parse-integer@1.0.6 X X -lexical-util@1.0.7 X X -lexical-write-float@1.0.6 X X -lexical-write-integer@1.0.6 X X -libc@0.2.178 X X -libm@0.2.15 X -libz-rs-sys@0.5.3 X -litemap@0.8.1 X -lock_api@0.4.14 X X -log@0.4.29 X X -lz4_flex@0.12.0 X -md-5@0.10.6 X X -memchr@2.7.6 X X -miniz_oxide@0.8.9 X X X -mio@1.1.1 X -moka@0.12.11 X X -murmur3@0.5.2 X X -nu-ansi-term@0.50.3 X -num-bigint@0.4.6 X X -num-complex@0.4.6 X X -num-integer@0.1.46 X X -num-traits@0.2.19 X X -once_cell@1.21.3 X X -opendal@0.55.0 X -ordered-float@2.10.1 X -ordered-float@4.6.0 X -parking@2.2.1 X X -parking_lot@0.12.5 X X -parking_lot_core@0.9.12 X X -parquet@57.1.0 X -paste@1.0.15 X X -percent-encoding@2.3.2 X X -pin-project-lite@0.2.16 X X -pin-utils@0.1.0 X X -pkg-config@0.3.32 X X -portable-atomic@1.11.1 X X -portable-atomic-util@0.2.4 X X -potential_utf@0.1.4 X -ppv-lite86@0.2.21 X X -prettyplease@0.2.37 X X -proc-macro2@1.0.103 X X -quad-rand@0.2.3 X -quick-xml@0.38.4 X -quote@1.0.42 X X -r-efi@5.3.0 X X X -rand@0.8.5 X X -rand@0.9.2 X X -rand_chacha@0.3.1 X X -rand_chacha@0.9.0 X X -rand_core@0.6.4 X X -rand_core@0.9.3 X X -redox_syscall@0.5.18 X -regex@1.12.2 X X -regex-automata@0.4.13 X X -regex-lite@0.1.8 X X -regex-syntax@0.8.8 X X -reqsign@0.16.5 X -reqwest@0.12.25 X X -ring@0.17.14 X X -roaring@0.11.2 X X -rust_decimal@1.39.0 X -rustc_version@0.4.1 X X -rustls@0.23.35 X X X -rustls-pki-types@1.13.1 X X -rustls-webpki@0.103.8 X -rustversion@1.0.22 X X -ryu@1.0.20 X X -scopeguard@1.2.0 X X -semver@1.0.27 X X -seq-macro@0.3.6 X X -serde@1.0.228 X X -serde_bytes@0.11.19 X X -serde_core@1.0.228 X X -serde_derive@1.0.228 X X -serde_json@1.0.145 X X -serde_repr@0.1.20 X X -serde_urlencoded@0.7.1 X X -serde_with@3.16.1 X X -serde_with_macros@3.16.1 X X -sha1@0.10.6 X X -sha2@0.10.9 X X -sharded-slab@0.1.7 X -shlex@1.3.0 X X -simd-adler32@0.3.8 X -simdutf8@0.1.5 X X -slab@0.4.11 X -smallvec@1.15.1 X X -snap@1.1.1 X -socket2@0.6.1 X X -stable_deref_trait@1.2.1 X X -strsim@0.11.1 X -strum@0.27.2 X -strum_macros@0.27.2 X -subtle@2.6.1 X -syn@2.0.111 X X -sync_wrapper@1.0.2 X -synstructure@0.13.2 X -tagptr@0.2.0 X X -thiserror@2.0.17 X X -thiserror-impl@2.0.17 X X -thread_local@1.1.9 X X -thrift@0.17.0 X -tiny-keccak@2.0.2 X -tinystr@0.8.2 X -tokio@1.48.0 X -tokio-macros@2.6.0 X -tokio-rustls@0.26.4 X X -tokio-util@0.7.17 X -tower@0.5.2 X -tower-http@0.6.8 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.43 X -tracing-attributes@0.1.31 X -tracing-core@0.1.35 X -tracing-log@0.2.0 X -tracing-subscriber@0.3.22 X -try-lock@0.2.5 X -twox-hash@2.1.2 X -typed-builder@0.20.1 X X -typed-builder-macro@0.20.1 X X -typenum@1.19.0 X X -unicode-ident@1.0.22 X X X -untrusted@0.9.0 X -url@2.5.7 X X -utf8_iter@1.0.4 X X -uuid@1.19.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.1+wasi-snapshot-preview1 X X X -wasip2@1.0.1+wasi-0.2.4 X X X -wasm-bindgen@0.2.106 X X -wasm-bindgen-futures@0.4.56 X X -wasm-bindgen-macro@0.2.106 X X -wasm-bindgen-macro-support@0.2.106 X X -wasm-bindgen-shared@0.2.106 X X -wasm-streams@0.4.2 X X -web-sys@0.3.83 X X -webpki-roots@1.0.4 X -windows-core@0.62.2 X X -windows-implement@0.60.2 X X -windows-interface@0.59.3 X X -windows-link@0.2.1 X X -windows-result@0.4.1 X X -windows-strings@0.5.1 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-sys@0.60.2 X X -windows-sys@0.61.2 X X -windows-targets@0.52.6 X X -windows-targets@0.53.5 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_gnullvm@0.53.1 X X -windows_aarch64_msvc@0.52.6 X X -windows_aarch64_msvc@0.53.1 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnu@0.53.1 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_gnullvm@0.53.1 X X -windows_i686_msvc@0.52.6 X X -windows_i686_msvc@0.53.1 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnu@0.53.1 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_gnullvm@0.53.1 X X -windows_x86_64_msvc@0.52.6 X X -windows_x86_64_msvc@0.53.1 X X -wit-bindgen@0.46.0 X X X -writeable@0.6.2 X -yoke@0.8.1 X -yoke-derive@0.8.1 X -zerocopy@0.8.31 X X X -zerocopy-derive@0.8.31 X X X -zerofrom@0.1.6 X -zerofrom-derive@0.1.6 X -zeroize@1.8.2 X X -zerotrie@0.2.3 X -zerovec@0.11.5 X -zerovec-derive@0.11.2 X -zlib-rs@0.5.3 X -zstd@0.13.3 X -zstd-safe@7.2.4 X X -zstd-sys@2.0.16+zstd.1.5.7 X X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 LGPL-2.1-or-later MIT Unicode-3.0 Unlicense Zlib +adler2@2.0.1 X X X +ahash@0.8.12 X X +aho-corasick@1.1.4 X X +alloc-no-stdlib@2.0.4 X +alloc-stdlib@0.2.2 X +android_system_properties@0.1.5 X X +anyhow@1.0.102 X X +apache-avro@0.21.0 X +array-init@2.1.0 X X +arrow-arith@57.3.0 X +arrow-array@57.3.0 X +arrow-buffer@57.3.0 X +arrow-cast@57.3.0 X +arrow-data@57.3.0 X +arrow-ipc@57.3.0 X +arrow-ord@57.3.0 X +arrow-schema@57.3.0 X +arrow-select@57.3.0 X +arrow-string@57.3.0 X +as-any@0.3.2 X X +async-lock@3.4.2 X X +async-trait@0.1.89 X X +atoi@2.0.0 X +atomic-waker@1.1.2 X X +autocfg@1.5.0 X X +backon@1.6.0 X +base64@0.22.1 X X +bigdecimal@0.4.10 X X +bimap@0.6.3 X X +bitflags@2.11.0 X X +block-buffer@0.10.4 X X +bnum@0.12.1 X X +bon@3.9.0 X X +bon-macros@3.9.0 X X +brotli@8.0.2 X X +brotli-decompressor@5.0.0 X X +bumpalo@3.20.2 X X +bytemuck@1.25.0 X X X +byteorder@1.5.0 X X +bytes@1.11.1 X +cc@1.2.56 X X +cfg-if@1.0.4 X X +chrono@0.4.44 X X +concurrent-queue@2.5.0 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +crc32fast@1.5.0 X X +crossbeam-channel@0.5.15 X X +crossbeam-epoch@0.9.18 X X +crossbeam-utils@0.8.21 X X +crunchy@0.2.4 X +crypto-common@0.1.7 X X +darling@0.20.11 X +darling@0.21.3 X +darling@0.23.0 X +darling_core@0.20.11 X +darling_core@0.21.3 X +darling_core@0.23.0 X +darling_macro@0.20.11 X +darling_macro@0.21.3 X +darling_macro@0.23.0 X +derive_builder@0.20.2 X X +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 +erased-serde@0.4.10 X X +event-listener@5.4.1 X X +event-listener-strategy@0.5.4 X X +expect-test@1.5.1 X X +fastnum@0.7.4 X X +fastrand@2.3.0 X X +find-msvc-tools@0.1.9 X X +flatbuffers@25.12.19 X +flate2@1.1.9 X X +fnv@1.0.7 X X +form_urlencoded@1.2.2 X X +futures@0.3.32 X X +futures-channel@0.3.32 X X +futures-core@0.3.32 X X +futures-executor@0.3.32 X X +futures-io@0.3.32 X X +futures-macro@0.3.32 X X +futures-sink@0.3.32 X X +futures-task@0.3.32 X X +futures-util@0.3.32 X X +generic-array@0.14.7 X +getrandom@0.2.17 X X +getrandom@0.3.4 X X +getrandom@0.4.1 X X +gloo-timers@0.3.0 X X +h2@0.4.13 X +half@2.7.1 X X +hashbrown@0.16.1 X X +heck@0.5.0 X X +http@1.4.0 X X +http-body@1.0.1 X +http-body-util@0.1.3 X +httparse@1.10.1 X X +httpdate@1.0.3 X X +hyper@1.8.1 X +hyper-util@0.1.20 X +iana-time-zone@0.1.65 X X +iana-time-zone-haiku@0.1.2 X X +iceberg@0.9.0 X +iceberg-catalog-rest@0.9.0 X +iceberg_test_utils@0.9.0 X +icu_collections@2.1.1 X +icu_locale_core@2.1.1 X +icu_normalizer@2.1.1 X +icu_normalizer_data@2.1.1 X +icu_properties@2.1.2 X +icu_properties_data@2.1.2 X +icu_provider@2.1.1 X +ident_case@1.0.1 X X +idna@1.1.0 X X +idna_adapter@1.2.1 X X +indexmap@2.13.0 X X +integer-encoding@3.0.4 X +inventory@0.3.22 X X +ipnet@2.12.0 X X +iri-string@0.7.10 X X +itertools@0.13.0 X X +itoa@1.0.17 X X +jobserver@0.1.34 X X +js-sys@0.3.91 X X +lazy_static@1.5.0 X X +lexical-core@1.0.6 X X +lexical-parse-float@1.0.6 X X +lexical-parse-integer@1.0.6 X X +lexical-util@1.0.7 X X +lexical-write-float@1.0.6 X X +lexical-write-integer@1.0.6 X X +libc@0.2.182 X X +libm@0.2.16 X +litemap@0.8.1 X +lock_api@0.4.14 X X +log@0.4.29 X X +lz4_flex@0.12.0 X +memchr@2.8.0 X X +miniz_oxide@0.8.9 X X X +mio@1.1.1 X +moka@0.12.14 X X +murmur3@0.5.2 X X +nu-ansi-term@0.50.3 X +num-bigint@0.4.6 X X +num-complex@0.4.6 X X +num-integer@0.1.46 X X +num-traits@0.2.19 X X +once_cell@1.21.3 X X +ordered-float@2.10.1 X +ordered-float@4.6.0 X +parking@2.2.1 X X +parking_lot@0.12.5 X X +parking_lot_core@0.9.12 X X +parquet@57.3.0 X +paste@1.0.15 X X +percent-encoding@2.3.2 X X +pin-project-lite@0.2.17 X X +pin-utils@0.1.0 X X +pkg-config@0.3.32 X X +portable-atomic@1.13.1 X X +potential_utf@0.1.4 X +ppv-lite86@0.2.21 X X +prettyplease@0.2.37 X X +proc-macro2@1.0.106 X X +quad-rand@0.2.3 X +quote@1.0.44 X X +r-efi@5.3.0 X X X +rand@0.8.5 X X +rand@0.9.2 X X +rand_chacha@0.3.1 X X +rand_chacha@0.9.0 X X +rand_core@0.6.4 X X +rand_core@0.9.5 X X +redox_syscall@0.5.18 X +regex@1.12.3 X X +regex-automata@0.4.14 X X +regex-lite@0.1.9 X X +regex-syntax@0.8.10 X X +reqwest@0.12.28 X X +roaring@0.11.3 X X +rustc_version@0.4.1 X X +rustversion@1.0.22 X X +ryu@1.0.23 X X +scopeguard@1.2.0 X X +semver@1.0.27 X X +seq-macro@0.3.6 X X +serde@1.0.228 X X +serde-big-array@0.5.1 X X +serde_bytes@0.11.19 X X +serde_core@1.0.228 X X +serde_derive@1.0.228 X X +serde_json@1.0.149 X X +serde_repr@0.1.20 X X +serde_urlencoded@0.7.1 X X +serde_with@3.17.0 X X +serde_with_macros@3.17.0 X X +sharded-slab@0.1.7 X +shlex@1.3.0 X X +simd-adler32@0.3.8 X +simdutf8@0.1.5 X X +slab@0.4.12 X +smallvec@1.15.1 X X +snap@1.1.1 X +socket2@0.6.2 X X +stable_deref_trait@1.2.1 X X +strsim@0.11.1 X +strum@0.27.2 X +strum_macros@0.27.2 X +syn@2.0.117 X X +sync_wrapper@1.0.2 X +synstructure@0.13.2 X +tagptr@0.2.0 X X +thiserror@2.0.18 X X +thiserror-impl@2.0.18 X X +thread_local@1.1.9 X X +thrift@0.17.0 X +tiny-keccak@2.0.2 X +tinystr@0.8.2 X +tokio@1.50.0 X +tokio-macros@2.6.1 X +tokio-util@0.7.18 X +tower@0.5.3 X +tower-http@0.6.8 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.44 X +tracing-attributes@0.1.31 X +tracing-core@0.1.36 X +tracing-log@0.2.0 X +tracing-subscriber@0.3.22 X +try-lock@0.2.5 X +twox-hash@2.1.2 X +typed-builder@0.20.1 X X +typed-builder-macro@0.20.1 X X +typeid@1.0.3 X X +typenum@1.19.0 X X +typetag@0.2.21 X X +typetag-impl@0.2.21 X X +unicode-ident@1.0.24 X X X +url@2.5.8 X X +utf8_iter@1.0.4 X X +uuid@1.22.0 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.1+wasi-snapshot-preview1 X X X +wasip2@1.0.2+wasi-0.2.9 X X X +wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 X X X +wasm-bindgen@0.2.114 X X +wasm-bindgen-futures@0.4.64 X X +wasm-bindgen-macro@0.2.114 X X +wasm-bindgen-macro-support@0.2.114 X X +wasm-bindgen-shared@0.2.114 X X +web-sys@0.3.91 X X +windows-core@0.62.2 X X +windows-implement@0.60.2 X X +windows-interface@0.59.3 X X +windows-link@0.2.1 X X +windows-result@0.4.1 X X +windows-strings@0.5.1 X X +windows-sys@0.60.2 X X +windows-sys@0.61.2 X X +windows-targets@0.53.5 X X +windows_aarch64_gnullvm@0.53.1 X X +windows_aarch64_msvc@0.53.1 X X +windows_i686_gnu@0.53.1 X X +windows_i686_gnullvm@0.53.1 X X +windows_i686_msvc@0.53.1 X X +windows_x86_64_gnu@0.53.1 X X +windows_x86_64_gnullvm@0.53.1 X X +windows_x86_64_msvc@0.53.1 X X +wit-bindgen@0.51.0 X X X +writeable@0.6.2 X +yoke@0.8.1 X +yoke-derive@0.8.1 X +zerocopy@0.8.40 X X X +zerocopy-derive@0.8.40 X X X +zerofrom@0.1.6 X +zerofrom-derive@0.1.6 X +zerotrie@0.2.3 X +zerovec@0.11.5 X +zerovec-derive@0.11.2 X +zlib-rs@0.6.3 X +zmij@1.0.21 X +zstd@0.13.3 X +zstd-safe@7.2.4 X X +zstd-sys@2.0.16+zstd.1.5.7 X X diff --git a/crates/catalog/s3tables/DEPENDENCIES.rust.tsv b/crates/catalog/s3tables/DEPENDENCIES.rust.tsv index 7dd182e435..384e588589 100644 --- a/crates/catalog/s3tables/DEPENDENCIES.rust.tsv +++ b/crates/catalog/s3tables/DEPENDENCIES.rust.tsv @@ -5,64 +5,64 @@ aho-corasick@1.1.4 X X alloc-no-stdlib@2.0.4 X alloc-stdlib@0.2.2 X android_system_properties@0.1.5 X X -anyhow@1.0.100 X X +anyhow@1.0.102 X X apache-avro@0.21.0 X array-init@2.1.0 X X -arrayvec@0.7.6 X X -arrow-arith@57.1.0 X -arrow-array@57.1.0 X -arrow-buffer@57.1.0 X -arrow-cast@57.1.0 X -arrow-data@57.1.0 X -arrow-ipc@57.1.0 X -arrow-ord@57.1.0 X -arrow-schema@57.1.0 X -arrow-select@57.1.0 X -arrow-string@57.1.0 X +arrow-arith@57.3.0 X +arrow-array@57.3.0 X +arrow-buffer@57.3.0 X +arrow-cast@57.3.0 X +arrow-data@57.3.0 X +arrow-ipc@57.3.0 X +arrow-ord@57.3.0 X +arrow-schema@57.3.0 X +arrow-select@57.3.0 X +arrow-string@57.3.0 X as-any@0.3.2 X X -async-lock@3.4.1 X X +async-lock@3.4.2 X X async-trait@0.1.89 X X atoi@2.0.0 X atomic-waker@1.1.2 X X autocfg@1.5.0 X X -aws-config@1.8.11 X -aws-credential-types@1.2.10 X -aws-runtime@1.5.16 X -aws-sdk-s3tables@1.46.0 X -aws-sdk-sso@1.90.0 X -aws-sdk-ssooidc@1.92.0 X -aws-sdk-sts@1.94.0 X -aws-sigv4@1.3.6 X -aws-smithy-async@1.2.7 X -aws-smithy-http@0.62.6 X -aws-smithy-http-client@1.1.5 X -aws-smithy-json@0.61.8 X -aws-smithy-observability@0.1.5 X -aws-smithy-query@0.60.9 X -aws-smithy-runtime@1.9.5 X -aws-smithy-runtime-api@1.9.3 X -aws-smithy-types@1.3.5 X -aws-smithy-xml@0.60.13 X -aws-types@1.3.10 X +aws-config@1.8.14 X +aws-credential-types@1.2.13 X +aws-runtime@1.7.1 X +aws-sdk-s3tables@1.51.0 X +aws-sdk-sso@1.95.0 X +aws-sdk-ssooidc@1.97.0 X +aws-sdk-sts@1.99.0 X +aws-sigv4@1.4.1 X +aws-smithy-async@1.2.14 X +aws-smithy-http@0.63.6 X +aws-smithy-http-client@1.1.12 X +aws-smithy-json@0.62.5 X +aws-smithy-observability@0.2.6 X +aws-smithy-query@0.60.15 X +aws-smithy-runtime@1.10.3 X +aws-smithy-runtime-api@1.11.6 X +aws-smithy-types@1.4.6 X +aws-smithy-xml@0.60.15 X +aws-types@1.3.13 X backon@1.6.0 X base64@0.22.1 X X base64-simd@0.8.0 X -bigdecimal@0.4.9 X X +bigdecimal@0.4.10 X X bimap@0.6.3 X X -bitflags@2.10.0 X X +bitflags@2.11.0 X X block-buffer@0.10.4 X X -bon@3.8.1 X X -bon-macros@3.8.1 X X +bnum@0.12.1 X X +bon@3.9.0 X X +bon-macros@3.9.0 X X brotli@8.0.2 X X brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.24.0 X X X +bumpalo@3.20.2 X X +bytemuck@1.25.0 X X X byteorder@1.5.0 X X -bytes@1.11.0 X +bytes@1.11.1 X bytes-utils@0.1.4 X X -cc@1.2.49 X X +cc@1.2.56 X X cfg-if@1.0.4 X X -chrono@0.4.42 X X +chrono@0.4.44 X X concurrent-queue@2.5.0 X X const-oid@0.9.6 X X const-random@0.1.18 X X @@ -79,11 +79,14 @@ crunchy@0.2.4 X crypto-common@0.1.7 X X darling@0.20.11 X darling@0.21.3 X +darling@0.23.0 X darling_core@0.20.11 X darling_core@0.21.3 X +darling_core@0.23.0 X darling_macro@0.20.11 X darling_macro@0.21.3 X -deranged@0.5.5 X X +darling_macro@0.23.0 X +deranged@0.5.8 X X derive_builder@0.20.2 X X derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X @@ -92,30 +95,34 @@ displaydoc@0.2.5 X X dissimilar@1.0.10 X either@1.15.0 X X equivalent@1.0.2 X X +erased-serde@0.4.10 X X +errno@0.3.14 X X event-listener@5.4.1 X X event-listener-strategy@0.5.4 X X expect-test@1.5.1 X X +fastnum@0.7.4 X X fastrand@2.3.0 X X -find-msvc-tools@0.1.5 X X -flatbuffers@25.9.23 X -flate2@1.1.5 X X +find-msvc-tools@0.1.9 X X +flatbuffers@25.12.19 X +flate2@1.1.9 X X fnv@1.0.7 X X form_urlencoded@1.2.2 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X +futures@0.3.32 X X +futures-channel@0.3.32 X X +futures-core@0.3.32 X X +futures-executor@0.3.32 X X +futures-io@0.3.32 X X +futures-macro@0.3.32 X X +futures-sink@0.3.32 X X +futures-task@0.3.32 X X +futures-util@0.3.32 X X generic-array@0.14.7 X -getrandom@0.2.16 X X +getrandom@0.2.17 X X getrandom@0.3.4 X X +getrandom@0.4.1 X X gloo-timers@0.3.0 X X h2@0.3.27 X -h2@0.4.12 X +h2@0.4.13 X half@2.7.1 X X hashbrown@0.16.1 X X heck@0.5.0 X X @@ -133,33 +140,35 @@ hyper@0.14.32 X hyper@1.8.1 X hyper-rustls@0.24.2 X X X hyper-rustls@0.27.7 X X X -hyper-util@0.1.19 X -iana-time-zone@0.1.64 X X +hyper-util@0.1.20 X +iana-time-zone@0.1.65 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.8.0 X -iceberg-catalog-s3tables@0.8.0 X -iceberg_test_utils@0.8.0 X +iceberg@0.9.0 X +iceberg-catalog-s3tables@0.9.0 X +iceberg-storage-opendal@0.9.0 X +iceberg_test_utils@0.9.0 X icu_collections@2.1.1 X icu_locale_core@2.1.1 X icu_normalizer@2.1.1 X icu_normalizer_data@2.1.1 X -icu_properties@2.1.1 X -icu_properties_data@2.1.1 X +icu_properties@2.1.2 X +icu_properties_data@2.1.2 X icu_provider@2.1.1 X ident_case@1.0.1 X X idna@1.1.0 X X idna_adapter@1.2.1 X X -indexmap@2.12.1 X X +indexmap@2.13.0 X X integer-encoding@3.0.4 X -ipnet@2.11.0 X X -iri-string@0.7.9 X X +inventory@0.3.22 X X +ipnet@2.12.0 X X +iri-string@0.7.10 X X itertools@0.13.0 X X -itoa@1.0.15 X X -jiff@0.2.16 X X -jiff-tzdb@0.1.4 X X +itoa@1.0.17 X X +jiff@0.2.22 X X +jiff-tzdb@0.1.5 X X jiff-tzdb-platform@0.1.3 X X jobserver@0.1.34 X X -js-sys@0.3.83 X X +js-sys@0.3.91 X X lazy_static@1.5.0 X X lexical-core@1.0.6 X X lexical-parse-float@1.0.6 X X @@ -167,159 +176,162 @@ lexical-parse-integer@1.0.6 X X lexical-util@1.0.7 X X lexical-write-float@1.0.6 X X lexical-write-integer@1.0.6 X X -libc@0.2.178 X X -libm@0.2.15 X -libz-rs-sys@0.5.3 X +libc@0.2.182 X X +libm@0.2.16 X litemap@0.8.1 X lock_api@0.4.14 X X log@0.4.29 X X lz4_flex@0.12.0 X md-5@0.10.6 X X -memchr@2.7.6 X X +memchr@2.8.0 X X miniz_oxide@0.8.9 X X X mio@1.1.1 X -moka@0.12.11 X X +moka@0.12.14 X X murmur3@0.5.2 X X nu-ansi-term@0.50.3 X num-bigint@0.4.6 X X num-complex@0.4.6 X X -num-conv@0.1.0 X X +num-conv@0.2.0 X X num-integer@0.1.46 X X num-traits@0.2.19 X X once_cell@1.21.3 X X opendal@0.55.0 X -openssl-probe@0.1.6 X X +openssl-probe@0.2.1 X X ordered-float@2.10.1 X ordered-float@4.6.0 X outref@0.5.2 X parking@2.2.1 X X parking_lot@0.12.5 X X parking_lot_core@0.9.12 X X -parquet@57.1.0 X +parquet@57.3.0 X paste@1.0.15 X X percent-encoding@2.3.2 X X -pin-project-lite@0.2.16 X X +pin-project-lite@0.2.17 X X pin-utils@0.1.0 X X pkg-config@0.3.32 X X -portable-atomic@1.11.1 X X -portable-atomic-util@0.2.4 X X +portable-atomic@1.13.1 X X +portable-atomic-util@0.2.5 X X potential_utf@0.1.4 X powerfmt@0.2.0 X X ppv-lite86@0.2.21 X X prettyplease@0.2.37 X X -proc-macro2@1.0.103 X X +proc-macro2@1.0.106 X X quad-rand@0.2.3 X quick-xml@0.38.4 X -quote@1.0.42 X X +quote@1.0.44 X X r-efi@5.3.0 X X X rand@0.8.5 X X rand@0.9.2 X X rand_chacha@0.3.1 X X rand_chacha@0.9.0 X X rand_core@0.6.4 X X -rand_core@0.9.3 X X +rand_core@0.9.5 X X redox_syscall@0.5.18 X -regex@1.12.2 X X -regex-automata@0.4.13 X X -regex-lite@0.1.8 X X -regex-syntax@0.8.8 X X +regex@1.12.3 X X +regex-automata@0.4.14 X X +regex-lite@0.1.9 X X +regex-syntax@0.8.10 X X reqsign@0.16.5 X -reqwest@0.12.25 X X +reqwest@0.12.28 X X ring@0.17.14 X X -roaring@0.11.2 X X -rust_decimal@1.39.0 X +roaring@0.11.3 X X rustc_version@0.4.1 X X rustls@0.21.12 X X X -rustls@0.23.35 X X X -rustls-native-certs@0.8.2 X X X -rustls-pki-types@1.13.1 X X +rustls@0.23.37 X X X +rustls-native-certs@0.8.3 X X X +rustls-pki-types@1.14.0 X X rustls-webpki@0.101.7 X -rustls-webpki@0.103.8 X +rustls-webpki@0.103.9 X rustversion@1.0.22 X X -ryu@1.0.20 X X +ryu@1.0.23 X X schannel@0.1.28 X scopeguard@1.2.0 X X sct@0.7.1 X X X -security-framework@3.5.1 X X -security-framework-sys@2.15.0 X X +security-framework@3.7.0 X X +security-framework-sys@2.17.0 X X semver@1.0.27 X X seq-macro@0.3.6 X X serde@1.0.228 X X +serde-big-array@0.5.1 X X serde_bytes@0.11.19 X X serde_core@1.0.228 X X serde_derive@1.0.228 X X -serde_json@1.0.145 X X +serde_json@1.0.149 X X serde_repr@0.1.20 X X serde_urlencoded@0.7.1 X X -serde_with@3.16.1 X X -serde_with_macros@3.16.1 X X +serde_with@3.17.0 X X +serde_with_macros@3.17.0 X X sha1@0.10.6 X X sha2@0.10.9 X X sharded-slab@0.1.7 X shlex@1.3.0 X X -signal-hook-registry@1.4.7 X X +signal-hook-registry@1.4.8 X X simd-adler32@0.3.8 X simdutf8@0.1.5 X X -slab@0.4.11 X +slab@0.4.12 X smallvec@1.15.1 X X snap@1.1.1 X socket2@0.5.10 X X -socket2@0.6.1 X X +socket2@0.6.2 X X stable_deref_trait@1.2.1 X X strsim@0.11.1 X strum@0.27.2 X strum_macros@0.27.2 X subtle@2.6.1 X -syn@2.0.111 X X +syn@2.0.117 X X sync_wrapper@1.0.2 X synstructure@0.13.2 X tagptr@0.2.0 X X -thiserror@2.0.17 X X -thiserror-impl@2.0.17 X X +thiserror@2.0.18 X X +thiserror-impl@2.0.18 X X thread_local@1.1.9 X X thrift@0.17.0 X -time@0.3.44 X X -time-core@0.1.6 X X +time@0.3.47 X X +time-core@0.1.8 X X tiny-keccak@2.0.2 X tinystr@0.8.2 X -tokio@1.48.0 X -tokio-macros@2.6.0 X +tokio@1.50.0 X +tokio-macros@2.6.1 X tokio-rustls@0.24.1 X X tokio-rustls@0.26.4 X X -tokio-util@0.7.17 X -tower@0.5.2 X +tokio-util@0.7.18 X +tower@0.5.3 X tower-http@0.6.8 X tower-layer@0.3.3 X tower-service@0.3.3 X -tracing@0.1.43 X +tracing@0.1.44 X tracing-attributes@0.1.31 X -tracing-core@0.1.35 X +tracing-core@0.1.36 X tracing-log@0.2.0 X tracing-subscriber@0.3.22 X try-lock@0.2.5 X twox-hash@2.1.2 X typed-builder@0.20.1 X X typed-builder-macro@0.20.1 X X +typeid@1.0.3 X X typenum@1.19.0 X X -unicode-ident@1.0.22 X X X +typetag@0.2.21 X X +typetag-impl@0.2.21 X X +unicode-ident@1.0.24 X X X untrusted@0.9.0 X -url@2.5.7 X X +url@2.5.8 X X urlencoding@2.1.3 X utf8_iter@1.0.4 X X -uuid@1.19.0 X X +uuid@1.22.0 X X version_check@0.9.5 X X vsimd@0.8.0 X want@0.3.1 X wasi@0.11.1+wasi-snapshot-preview1 X X X -wasip2@1.0.1+wasi-0.2.4 X X X -wasm-bindgen@0.2.106 X X -wasm-bindgen-futures@0.4.56 X X -wasm-bindgen-macro@0.2.106 X X -wasm-bindgen-macro-support@0.2.106 X X -wasm-bindgen-shared@0.2.106 X X +wasip2@1.0.2+wasi-0.2.9 X X X +wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 X X X +wasm-bindgen@0.2.114 X X +wasm-bindgen-futures@0.4.64 X X +wasm-bindgen-macro@0.2.114 X X +wasm-bindgen-macro-support@0.2.114 X X +wasm-bindgen-shared@0.2.114 X X wasm-streams@0.4.2 X X -web-sys@0.3.83 X X -webpki-roots@1.0.4 X +web-sys@0.3.91 X X +webpki-roots@1.0.6 X windows-core@0.62.2 X X windows-implement@0.60.2 X X windows-interface@0.59.3 X X @@ -348,20 +360,21 @@ windows_x86_64_gnullvm@0.52.6 X X windows_x86_64_gnullvm@0.53.1 X X windows_x86_64_msvc@0.52.6 X X windows_x86_64_msvc@0.53.1 X X -wit-bindgen@0.46.0 X X X +wit-bindgen@0.51.0 X X X writeable@0.6.2 X xmlparser@0.13.6 X X yoke@0.8.1 X yoke-derive@0.8.1 X -zerocopy@0.8.31 X X X -zerocopy-derive@0.8.31 X X X +zerocopy@0.8.40 X X X +zerocopy-derive@0.8.40 X X X zerofrom@0.1.6 X zerofrom-derive@0.1.6 X zeroize@1.8.2 X X zerotrie@0.2.3 X zerovec@0.11.5 X zerovec-derive@0.11.2 X -zlib-rs@0.5.3 X +zlib-rs@0.6.3 X +zmij@1.0.21 X zstd@0.13.3 X zstd-safe@7.2.4 X X zstd-sys@2.0.16+zstd.1.5.7 X X diff --git a/crates/catalog/sql/DEPENDENCIES.rust.tsv b/crates/catalog/sql/DEPENDENCIES.rust.tsv index cc48621d0c..144c559329 100644 --- a/crates/catalog/sql/DEPENDENCIES.rust.tsv +++ b/crates/catalog/sql/DEPENDENCIES.rust.tsv @@ -6,52 +6,50 @@ alloc-no-stdlib@2.0.4 X alloc-stdlib@0.2.2 X allocator-api2@0.2.21 X X android_system_properties@0.1.5 X X -anyhow@1.0.100 X X +anyhow@1.0.102 X X apache-avro@0.21.0 X array-init@2.1.0 X X -arrayvec@0.7.6 X X -arrow-arith@57.1.0 X -arrow-array@57.1.0 X -arrow-buffer@57.1.0 X -arrow-cast@57.1.0 X -arrow-data@57.1.0 X -arrow-ipc@57.1.0 X -arrow-ord@57.1.0 X -arrow-schema@57.1.0 X -arrow-select@57.1.0 X -arrow-string@57.1.0 X +arrow-arith@57.3.0 X +arrow-array@57.3.0 X +arrow-buffer@57.3.0 X +arrow-cast@57.3.0 X +arrow-data@57.3.0 X +arrow-ipc@57.3.0 X +arrow-ord@57.3.0 X +arrow-schema@57.3.0 X +arrow-select@57.3.0 X +arrow-string@57.3.0 X as-any@0.3.2 X X -async-lock@3.4.1 X X +async-lock@3.4.2 X X async-trait@0.1.89 X X atoi@2.0.0 X atomic-waker@1.1.2 X X autocfg@1.5.0 X X backon@1.6.0 X base64@0.22.1 X X -bigdecimal@0.4.9 X X +bigdecimal@0.4.10 X X bimap@0.6.3 X X -bitflags@2.10.0 X X +bitflags@2.11.0 X X block-buffer@0.10.4 X X -bon@3.8.1 X X -bon-macros@3.8.1 X X +bnum@0.12.1 X X +bon@3.9.0 X X +bon-macros@3.9.0 X X brotli@8.0.2 X X brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.24.0 X X X +bumpalo@3.20.2 X X +bytemuck@1.25.0 X X X byteorder@1.5.0 X X -bytes@1.11.0 X -cc@1.2.49 X X +bytes@1.11.1 X +cc@1.2.56 X X cfg-if@1.0.4 X X -chrono@0.4.42 X X +chrono@0.4.44 X X concurrent-queue@2.5.0 X X -const-oid@0.9.6 X X const-random@0.1.18 X X const-random-macro@0.1.16 X X core-foundation-sys@0.8.7 X X cpufeatures@0.2.17 X X crc@3.4.0 X X crc-catalog@2.4.0 X X -crc32c@0.6.8 X X crc32fast@1.5.0 X X crossbeam-channel@0.5.15 X X crossbeam-epoch@0.9.18 X X @@ -61,10 +59,13 @@ crunchy@0.2.4 X crypto-common@0.1.7 X X darling@0.20.11 X darling@0.21.3 X +darling@0.23.0 X darling_core@0.20.11 X darling_core@0.21.3 X +darling_core@0.23.0 X darling_macro@0.20.11 X darling_macro@0.21.3 X +darling_macro@0.23.0 X derive_builder@0.20.2 X X derive_builder_core@0.20.2 X X derive_builder_macro@0.20.2 X X @@ -73,72 +74,69 @@ displaydoc@0.2.5 X X dissimilar@1.0.10 X either@1.15.0 X X equivalent@1.0.2 X X +erased-serde@0.4.10 X X event-listener@5.4.1 X X event-listener-strategy@0.5.4 X X expect-test@1.5.1 X X +fastnum@0.7.4 X X fastrand@2.3.0 X X -find-msvc-tools@0.1.5 X X -flatbuffers@25.9.23 X -flate2@1.1.5 X X +find-msvc-tools@0.1.9 X X +flatbuffers@25.12.19 X +flate2@1.1.9 X X flume@0.11.1 X X fnv@1.0.7 X X foldhash@0.1.5 X form_urlencoded@1.2.2 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X +futures@0.3.32 X X +futures-channel@0.3.32 X X +futures-core@0.3.32 X X +futures-executor@0.3.32 X X futures-intrusive@0.5.0 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X +futures-io@0.3.32 X X +futures-macro@0.3.32 X X +futures-sink@0.3.32 X X +futures-task@0.3.32 X X +futures-util@0.3.32 X X generic-array@0.14.7 X -getrandom@0.2.16 X X +getrandom@0.2.17 X X getrandom@0.3.4 X X +getrandom@0.4.1 X X gloo-timers@0.3.0 X X half@2.7.1 X X hashbrown@0.15.5 X X hashbrown@0.16.1 X X hashlink@0.10.0 X X heck@0.5.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X http@1.4.0 X X http-body@1.0.1 X http-body-util@0.1.3 X httparse@1.10.1 X X hyper@1.8.1 X -hyper-rustls@0.27.7 X X X -hyper-util@0.1.19 X -iana-time-zone@0.1.64 X X +hyper-util@0.1.20 X +iana-time-zone@0.1.65 X X iana-time-zone-haiku@0.1.2 X X -iceberg@0.8.0 X -iceberg-catalog-sql@0.8.0 X -iceberg_test_utils@0.8.0 X +iceberg@0.9.0 X +iceberg-catalog-sql@0.9.0 X +iceberg_test_utils@0.9.0 X icu_collections@2.1.1 X icu_locale_core@2.1.1 X icu_normalizer@2.1.1 X icu_normalizer_data@2.1.1 X -icu_properties@2.1.1 X -icu_properties_data@2.1.1 X +icu_properties@2.1.2 X +icu_properties_data@2.1.2 X icu_provider@2.1.1 X ident_case@1.0.1 X X idna@1.1.0 X X idna_adapter@1.2.1 X X -indexmap@2.12.1 X X +indexmap@2.13.0 X X integer-encoding@3.0.4 X -ipnet@2.11.0 X X -iri-string@0.7.9 X X +inventory@0.3.22 X X +ipnet@2.12.0 X X +iri-string@0.7.10 X X itertools@0.13.0 X X -itoa@1.0.15 X X -jiff@0.2.16 X X -jiff-tzdb@0.1.4 X X -jiff-tzdb-platform@0.1.3 X X +itoa@1.0.17 X X jobserver@0.1.34 X X -js-sys@0.3.83 X X +js-sys@0.3.91 X X lazy_static@1.5.0 X X lexical-core@1.0.6 X X lexical-parse-float@1.0.6 X X @@ -146,19 +144,17 @@ lexical-parse-integer@1.0.6 X X lexical-util@1.0.7 X X lexical-write-float@1.0.6 X X lexical-write-integer@1.0.6 X X -libc@0.2.178 X X -libm@0.2.15 X +libc@0.2.182 X X +libm@0.2.16 X libsqlite3-sys@0.30.1 X -libz-rs-sys@0.5.3 X litemap@0.8.1 X lock_api@0.4.14 X X log@0.4.29 X X lz4_flex@0.12.0 X -md-5@0.10.6 X X -memchr@2.7.6 X X +memchr@2.8.0 X X miniz_oxide@0.8.9 X X X mio@1.1.1 X -moka@0.12.11 X X +moka@0.12.14 X X murmur3@0.5.2 X X nu-ansi-term@0.50.3 X num-bigint@0.4.6 X X @@ -166,72 +162,67 @@ num-complex@0.4.6 X X num-integer@0.1.46 X X num-traits@0.2.19 X X once_cell@1.21.3 X X -opendal@0.55.0 X ordered-float@2.10.1 X ordered-float@4.6.0 X parking@2.2.1 X X parking_lot@0.12.5 X X parking_lot_core@0.9.12 X X -parquet@57.1.0 X +parquet@57.3.0 X paste@1.0.15 X X percent-encoding@2.3.2 X X -pin-project-lite@0.2.16 X X +pin-project-lite@0.2.17 X X pin-utils@0.1.0 X X pkg-config@0.3.32 X X -portable-atomic@1.11.1 X X -portable-atomic-util@0.2.4 X X +portable-atomic@1.13.1 X X potential_utf@0.1.4 X ppv-lite86@0.2.21 X X prettyplease@0.2.37 X X -proc-macro2@1.0.103 X X +proc-macro2@1.0.106 X X quad-rand@0.2.3 X -quick-xml@0.38.4 X -quote@1.0.42 X X +quote@1.0.44 X X r-efi@5.3.0 X X X rand@0.8.5 X X rand@0.9.2 X X rand_chacha@0.3.1 X X rand_chacha@0.9.0 X X rand_core@0.6.4 X X -rand_core@0.9.3 X X +rand_core@0.9.5 X X redox_syscall@0.5.18 X -regex@1.12.2 X X -regex-automata@0.4.13 X X -regex-lite@0.1.8 X X -regex-syntax@0.8.8 X X -reqsign@0.16.5 X -reqwest@0.12.25 X X +regex@1.12.3 X X +regex-automata@0.4.14 X X +regex-lite@0.1.9 X X +regex-syntax@0.8.10 X X +reqwest@0.12.28 X X ring@0.17.14 X X -roaring@0.11.2 X X -rust_decimal@1.39.0 X +roaring@0.11.3 X X rustc_version@0.4.1 X X -rustls@0.23.35 X X X -rustls-pki-types@1.13.1 X X -rustls-webpki@0.103.8 X +rustls@0.23.37 X X X +rustls-pki-types@1.14.0 X X +rustls-webpki@0.103.9 X rustversion@1.0.22 X X -ryu@1.0.20 X X +ryu@1.0.23 X X scopeguard@1.2.0 X X semver@1.0.27 X X seq-macro@0.3.6 X X serde@1.0.228 X X +serde-big-array@0.5.1 X X serde_bytes@0.11.19 X X serde_core@1.0.228 X X serde_derive@1.0.228 X X -serde_json@1.0.145 X X +serde_json@1.0.149 X X serde_repr@0.1.20 X X serde_urlencoded@0.7.1 X X -serde_with@3.16.1 X X -serde_with_macros@3.16.1 X X -sha1@0.10.6 X X +serde_with@3.17.0 X X +serde_with_macros@3.17.0 X X sha2@0.10.9 X X sharded-slab@0.1.7 X shlex@1.3.0 X X simd-adler32@0.3.8 X simdutf8@0.1.5 X X -slab@0.4.11 X +slab@0.4.12 X smallvec@1.15.1 X X snap@1.1.1 X -socket2@0.6.1 X X +socket2@0.6.2 X X spin@0.9.8 X sqlx@0.8.6 X X sqlx-core@0.8.6 X X @@ -241,54 +232,55 @@ strsim@0.11.1 X strum@0.27.2 X strum_macros@0.27.2 X subtle@2.6.1 X -syn@2.0.111 X X +syn@2.0.117 X X sync_wrapper@1.0.2 X synstructure@0.13.2 X tagptr@0.2.0 X X -thiserror@2.0.17 X X -thiserror-impl@2.0.17 X X +thiserror@2.0.18 X X +thiserror-impl@2.0.18 X X thread_local@1.1.9 X X thrift@0.17.0 X tiny-keccak@2.0.2 X tinystr@0.8.2 X -tokio@1.48.0 X -tokio-macros@2.6.0 X -tokio-rustls@0.26.4 X X -tokio-stream@0.1.17 X -tokio-util@0.7.17 X -tower@0.5.2 X +tokio@1.50.0 X +tokio-macros@2.6.1 X +tokio-stream@0.1.18 X +tower@0.5.3 X tower-http@0.6.8 X tower-layer@0.3.3 X tower-service@0.3.3 X -tracing@0.1.43 X +tracing@0.1.44 X tracing-attributes@0.1.31 X -tracing-core@0.1.35 X +tracing-core@0.1.36 X tracing-log@0.2.0 X tracing-subscriber@0.3.22 X try-lock@0.2.5 X twox-hash@2.1.2 X typed-builder@0.20.1 X X typed-builder-macro@0.20.1 X X +typeid@1.0.3 X X typenum@1.19.0 X X -unicode-ident@1.0.22 X X X +typetag@0.2.21 X X +typetag-impl@0.2.21 X X +unicode-ident@1.0.24 X X X untrusted@0.9.0 X -url@2.5.7 X X +url@2.5.8 X X utf8_iter@1.0.4 X X -uuid@1.19.0 X X +uuid@1.22.0 X X vcpkg@0.2.15 X X version_check@0.9.5 X X want@0.3.1 X wasi@0.11.1+wasi-snapshot-preview1 X X X -wasip2@1.0.1+wasi-0.2.4 X X X -wasm-bindgen@0.2.106 X X -wasm-bindgen-futures@0.4.56 X X -wasm-bindgen-macro@0.2.106 X X -wasm-bindgen-macro-support@0.2.106 X X -wasm-bindgen-shared@0.2.106 X X -wasm-streams@0.4.2 X X -web-sys@0.3.83 X X +wasip2@1.0.2+wasi-0.2.9 X X X +wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 X X X +wasm-bindgen@0.2.114 X X +wasm-bindgen-futures@0.4.64 X X +wasm-bindgen-macro@0.2.114 X X +wasm-bindgen-macro-support@0.2.114 X X +wasm-bindgen-shared@0.2.114 X X +web-sys@0.3.91 X X webpki-roots@0.26.11 X -webpki-roots@1.0.4 X +webpki-roots@1.0.6 X windows-core@0.62.2 X X windows-implement@0.60.2 X X windows-interface@0.59.3 X X @@ -296,7 +288,6 @@ windows-link@0.2.1 X X windows-result@0.4.1 X X windows-strings@0.5.1 X X windows-sys@0.52.0 X X -windows-sys@0.59.0 X X windows-sys@0.60.2 X X windows-sys@0.61.2 X X windows-targets@0.52.6 X X @@ -317,19 +308,20 @@ windows_x86_64_gnullvm@0.52.6 X X windows_x86_64_gnullvm@0.53.1 X X windows_x86_64_msvc@0.52.6 X X windows_x86_64_msvc@0.53.1 X X -wit-bindgen@0.46.0 X X X +wit-bindgen@0.51.0 X X X writeable@0.6.2 X yoke@0.8.1 X yoke-derive@0.8.1 X -zerocopy@0.8.31 X X X -zerocopy-derive@0.8.31 X X X +zerocopy@0.8.40 X X X +zerocopy-derive@0.8.40 X X X zerofrom@0.1.6 X zerofrom-derive@0.1.6 X zeroize@1.8.2 X X zerotrie@0.2.3 X zerovec@0.11.5 X zerovec-derive@0.11.2 X -zlib-rs@0.5.3 X +zlib-rs@0.6.3 X +zmij@1.0.21 X zstd@0.13.3 X zstd-safe@7.2.4 X X zstd-sys@2.0.16+zstd.1.5.7 X X diff --git a/crates/examples/DEPENDENCIES.rust.tsv b/crates/examples/DEPENDENCIES.rust.tsv index de07f1c650..92525ab584 100644 --- a/crates/examples/DEPENDENCIES.rust.tsv +++ b/crates/examples/DEPENDENCIES.rust.tsv @@ -1,322 +1,296 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-2.1-or-later MIT Unicode-3.0 Unlicense Zlib -adler2@2.0.1 X X X -ahash@0.8.12 X X -aho-corasick@1.1.4 X X -alloc-no-stdlib@2.0.4 X -alloc-stdlib@0.2.2 X -android_system_properties@0.1.5 X X -anyhow@1.0.100 X X -apache-avro@0.21.0 X -array-init@2.1.0 X X -arrayvec@0.7.6 X X -arrow-arith@57.1.0 X -arrow-array@57.1.0 X -arrow-buffer@57.1.0 X -arrow-cast@57.1.0 X -arrow-data@57.1.0 X -arrow-ipc@57.1.0 X -arrow-ord@57.1.0 X -arrow-schema@57.1.0 X -arrow-select@57.1.0 X -arrow-string@57.1.0 X -as-any@0.3.2 X X -async-lock@3.4.1 X X -async-trait@0.1.89 X X -atoi@2.0.0 X -atomic-waker@1.1.2 X X -autocfg@1.5.0 X X -backon@1.6.0 X -base64@0.22.1 X X -bigdecimal@0.4.9 X X -bimap@0.6.3 X X -bitflags@2.10.0 X X -block-buffer@0.10.4 X X -bon@3.8.1 X X -bon-macros@3.8.1 X X -brotli@8.0.2 X X -brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.24.0 X X X -byteorder@1.5.0 X X -bytes@1.11.0 X -cc@1.2.49 X X -cfg-if@1.0.4 X X -chrono@0.4.42 X X -concurrent-queue@2.5.0 X X -const-oid@0.9.6 X X -const-random@0.1.18 X X -const-random-macro@0.1.16 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.17 X X -crc32c@0.6.8 X X -crc32fast@1.5.0 X X -crossbeam-channel@0.5.15 X X -crossbeam-epoch@0.9.18 X X -crossbeam-utils@0.8.21 X X -crunchy@0.2.4 X -crypto-common@0.1.7 X X -darling@0.20.11 X -darling@0.21.3 X -darling_core@0.20.11 X -darling_core@0.21.3 X -darling_macro@0.20.11 X -darling_macro@0.21.3 X -derive_builder@0.20.2 X X -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 -event-listener@5.4.1 X X -event-listener-strategy@0.5.4 X X -expect-test@1.5.1 X X -fastrand@2.3.0 X X -find-msvc-tools@0.1.5 X X -flatbuffers@25.9.23 X -flate2@1.1.5 X X -fnv@1.0.7 X X -form_urlencoded@1.2.2 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.16 X X -getrandom@0.3.4 X X -gloo-timers@0.3.0 X X -h2@0.4.12 X -half@2.7.1 X X -hashbrown@0.16.1 X X -heck@0.5.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.4.0 X X -http-body@1.0.1 X -http-body-util@0.1.3 X -httparse@1.10.1 X X -httpdate@1.0.3 X X -hyper@1.8.1 X -hyper-rustls@0.27.7 X X X -hyper-util@0.1.19 X -iana-time-zone@0.1.64 X X -iana-time-zone-haiku@0.1.2 X X -iceberg@0.8.0 X -iceberg-catalog-rest@0.8.0 X -iceberg-examples@0.8.0 X -iceberg_test_utils@0.8.0 X -icu_collections@2.1.1 X -icu_locale_core@2.1.1 X -icu_normalizer@2.1.1 X -icu_normalizer_data@2.1.1 X -icu_properties@2.1.1 X -icu_properties_data@2.1.1 X -icu_provider@2.1.1 X -ident_case@1.0.1 X X -idna@1.1.0 X X -idna_adapter@1.2.1 X X -indexmap@2.12.1 X X -integer-encoding@3.0.4 X -ipnet@2.11.0 X X -iri-string@0.7.9 X X -itertools@0.13.0 X X -itoa@1.0.15 X X -jiff@0.2.16 X X -jiff-tzdb@0.1.4 X X -jiff-tzdb-platform@0.1.3 X X -jobserver@0.1.34 X X -js-sys@0.3.83 X X -lazy_static@1.5.0 X X -lexical-core@1.0.6 X X -lexical-parse-float@1.0.6 X X -lexical-parse-integer@1.0.6 X X -lexical-util@1.0.7 X X -lexical-write-float@1.0.6 X X -lexical-write-integer@1.0.6 X X -libc@0.2.178 X X -libm@0.2.15 X -libz-rs-sys@0.5.3 X -litemap@0.8.1 X -lock_api@0.4.14 X X -log@0.4.29 X X -lz4_flex@0.12.0 X -md-5@0.10.6 X X -memchr@2.7.6 X X -miniz_oxide@0.8.9 X X X -mio@1.1.1 X -moka@0.12.11 X X -murmur3@0.5.2 X X -nu-ansi-term@0.50.3 X -num-bigint@0.4.6 X X -num-complex@0.4.6 X X -num-integer@0.1.46 X X -num-traits@0.2.19 X X -once_cell@1.21.3 X X -opendal@0.55.0 X -ordered-float@2.10.1 X -ordered-float@4.6.0 X -parking@2.2.1 X X -parking_lot@0.12.5 X X -parking_lot_core@0.9.12 X X -parquet@57.1.0 X -paste@1.0.15 X X -percent-encoding@2.3.2 X X -pin-project-lite@0.2.16 X X -pin-utils@0.1.0 X X -pkg-config@0.3.32 X X -portable-atomic@1.11.1 X X -portable-atomic-util@0.2.4 X X -potential_utf@0.1.4 X -ppv-lite86@0.2.21 X X -prettyplease@0.2.37 X X -proc-macro2@1.0.103 X X -quad-rand@0.2.3 X -quick-xml@0.38.4 X -quote@1.0.42 X X -r-efi@5.3.0 X X X -rand@0.8.5 X X -rand@0.9.2 X X -rand_chacha@0.3.1 X X -rand_chacha@0.9.0 X X -rand_core@0.6.4 X X -rand_core@0.9.3 X X -redox_syscall@0.5.18 X -regex@1.12.2 X X -regex-automata@0.4.13 X X -regex-lite@0.1.8 X X -regex-syntax@0.8.8 X X -reqsign@0.16.5 X -reqwest@0.12.25 X X -ring@0.17.14 X X -roaring@0.11.2 X X -rust_decimal@1.39.0 X -rustc_version@0.4.1 X X -rustls@0.23.35 X X X -rustls-pki-types@1.13.1 X X -rustls-webpki@0.103.8 X -rustversion@1.0.22 X X -ryu@1.0.20 X X -scopeguard@1.2.0 X X -semver@1.0.27 X X -seq-macro@0.3.6 X X -serde@1.0.228 X X -serde_bytes@0.11.19 X X -serde_core@1.0.228 X X -serde_derive@1.0.228 X X -serde_json@1.0.145 X X -serde_repr@0.1.20 X X -serde_urlencoded@0.7.1 X X -serde_with@3.16.1 X X -serde_with_macros@3.16.1 X X -sha1@0.10.6 X X -sha2@0.10.9 X X -sharded-slab@0.1.7 X -shlex@1.3.0 X X -signal-hook-registry@1.4.7 X X -simd-adler32@0.3.8 X -simdutf8@0.1.5 X X -slab@0.4.11 X -smallvec@1.15.1 X X -snap@1.1.1 X -socket2@0.6.1 X X -stable_deref_trait@1.2.1 X X -strsim@0.11.1 X -strum@0.27.2 X -strum_macros@0.27.2 X -subtle@2.6.1 X -syn@2.0.111 X X -sync_wrapper@1.0.2 X -synstructure@0.13.2 X -tagptr@0.2.0 X X -thiserror@2.0.17 X X -thiserror-impl@2.0.17 X X -thread_local@1.1.9 X X -thrift@0.17.0 X -tiny-keccak@2.0.2 X -tinystr@0.8.2 X -tokio@1.48.0 X -tokio-macros@2.6.0 X -tokio-rustls@0.26.4 X X -tokio-util@0.7.17 X -tower@0.5.2 X -tower-http@0.6.8 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.43 X -tracing-attributes@0.1.31 X -tracing-core@0.1.35 X -tracing-log@0.2.0 X -tracing-subscriber@0.3.22 X -try-lock@0.2.5 X -twox-hash@2.1.2 X -typed-builder@0.20.1 X X -typed-builder-macro@0.20.1 X X -typenum@1.19.0 X X -unicode-ident@1.0.22 X X X -untrusted@0.9.0 X -url@2.5.7 X X -utf8_iter@1.0.4 X X -uuid@1.19.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.1+wasi-snapshot-preview1 X X X -wasip2@1.0.1+wasi-0.2.4 X X X -wasm-bindgen@0.2.106 X X -wasm-bindgen-futures@0.4.56 X X -wasm-bindgen-macro@0.2.106 X X -wasm-bindgen-macro-support@0.2.106 X X -wasm-bindgen-shared@0.2.106 X X -wasm-streams@0.4.2 X X -web-sys@0.3.83 X X -webpki-roots@1.0.4 X -windows-core@0.62.2 X X -windows-implement@0.60.2 X X -windows-interface@0.59.3 X X -windows-link@0.2.1 X X -windows-result@0.4.1 X X -windows-strings@0.5.1 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-sys@0.60.2 X X -windows-sys@0.61.2 X X -windows-targets@0.52.6 X X -windows-targets@0.53.5 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_gnullvm@0.53.1 X X -windows_aarch64_msvc@0.52.6 X X -windows_aarch64_msvc@0.53.1 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnu@0.53.1 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_gnullvm@0.53.1 X X -windows_i686_msvc@0.52.6 X X -windows_i686_msvc@0.53.1 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnu@0.53.1 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_gnullvm@0.53.1 X X -windows_x86_64_msvc@0.52.6 X X -windows_x86_64_msvc@0.53.1 X X -wit-bindgen@0.46.0 X X X -writeable@0.6.2 X -yoke@0.8.1 X -yoke-derive@0.8.1 X -zerocopy@0.8.31 X X X -zerocopy-derive@0.8.31 X X X -zerofrom@0.1.6 X -zerofrom-derive@0.1.6 X -zeroize@1.8.2 X X -zerotrie@0.2.3 X -zerovec@0.11.5 X -zerovec-derive@0.11.2 X -zlib-rs@0.5.3 X -zstd@0.13.3 X -zstd-safe@7.2.4 X X -zstd-sys@2.0.16+zstd.1.5.7 X X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 LGPL-2.1-or-later MIT Unicode-3.0 Unlicense Zlib +adler2@2.0.1 X X X +ahash@0.8.12 X X +aho-corasick@1.1.4 X X +alloc-no-stdlib@2.0.4 X +alloc-stdlib@0.2.2 X +android_system_properties@0.1.5 X X +anyhow@1.0.102 X X +apache-avro@0.21.0 X +array-init@2.1.0 X X +arrow-arith@57.3.0 X +arrow-array@57.3.0 X +arrow-buffer@57.3.0 X +arrow-cast@57.3.0 X +arrow-data@57.3.0 X +arrow-ipc@57.3.0 X +arrow-ord@57.3.0 X +arrow-schema@57.3.0 X +arrow-select@57.3.0 X +arrow-string@57.3.0 X +as-any@0.3.2 X X +async-lock@3.4.2 X X +async-trait@0.1.89 X X +atoi@2.0.0 X +atomic-waker@1.1.2 X X +autocfg@1.5.0 X X +backon@1.6.0 X +base64@0.22.1 X X +bigdecimal@0.4.10 X X +bimap@0.6.3 X X +bitflags@2.11.0 X X +block-buffer@0.10.4 X X +bnum@0.12.1 X X +bon@3.9.0 X X +bon-macros@3.9.0 X X +brotli@8.0.2 X X +brotli-decompressor@5.0.0 X X +bumpalo@3.20.2 X X +bytemuck@1.25.0 X X X +byteorder@1.5.0 X X +bytes@1.11.1 X +cc@1.2.56 X X +cfg-if@1.0.4 X X +chrono@0.4.44 X X +concurrent-queue@2.5.0 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +crc32fast@1.5.0 X X +crossbeam-channel@0.5.15 X X +crossbeam-epoch@0.9.18 X X +crossbeam-utils@0.8.21 X X +crunchy@0.2.4 X +crypto-common@0.1.7 X X +darling@0.20.11 X +darling@0.21.3 X +darling@0.23.0 X +darling_core@0.20.11 X +darling_core@0.21.3 X +darling_core@0.23.0 X +darling_macro@0.20.11 X +darling_macro@0.21.3 X +darling_macro@0.23.0 X +derive_builder@0.20.2 X X +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 +erased-serde@0.4.10 X X +errno@0.3.14 X X +event-listener@5.4.1 X X +event-listener-strategy@0.5.4 X X +expect-test@1.5.1 X X +fastnum@0.7.4 X X +fastrand@2.3.0 X X +find-msvc-tools@0.1.9 X X +flatbuffers@25.12.19 X +flate2@1.1.9 X X +fnv@1.0.7 X X +form_urlencoded@1.2.2 X X +futures@0.3.32 X X +futures-channel@0.3.32 X X +futures-core@0.3.32 X X +futures-executor@0.3.32 X X +futures-io@0.3.32 X X +futures-macro@0.3.32 X X +futures-sink@0.3.32 X X +futures-task@0.3.32 X X +futures-util@0.3.32 X X +generic-array@0.14.7 X +getrandom@0.2.17 X X +getrandom@0.3.4 X X +getrandom@0.4.1 X X +gloo-timers@0.3.0 X X +h2@0.4.13 X +half@2.7.1 X X +hashbrown@0.16.1 X X +heck@0.5.0 X X +http@1.4.0 X X +http-body@1.0.1 X +http-body-util@0.1.3 X +httparse@1.10.1 X X +httpdate@1.0.3 X X +hyper@1.8.1 X +hyper-util@0.1.20 X +iana-time-zone@0.1.65 X X +iana-time-zone-haiku@0.1.2 X X +iceberg@0.9.0 X +iceberg-catalog-rest@0.9.0 X +iceberg-examples@0.9.0 X +iceberg_test_utils@0.9.0 X +icu_collections@2.1.1 X +icu_locale_core@2.1.1 X +icu_normalizer@2.1.1 X +icu_normalizer_data@2.1.1 X +icu_properties@2.1.2 X +icu_properties_data@2.1.2 X +icu_provider@2.1.1 X +ident_case@1.0.1 X X +idna@1.1.0 X X +idna_adapter@1.2.1 X X +indexmap@2.13.0 X X +integer-encoding@3.0.4 X +inventory@0.3.22 X X +ipnet@2.12.0 X X +iri-string@0.7.10 X X +itertools@0.13.0 X X +itoa@1.0.17 X X +jobserver@0.1.34 X X +js-sys@0.3.91 X X +lazy_static@1.5.0 X X +lexical-core@1.0.6 X X +lexical-parse-float@1.0.6 X X +lexical-parse-integer@1.0.6 X X +lexical-util@1.0.7 X X +lexical-write-float@1.0.6 X X +lexical-write-integer@1.0.6 X X +libc@0.2.182 X X +libm@0.2.16 X +litemap@0.8.1 X +lock_api@0.4.14 X X +log@0.4.29 X X +lz4_flex@0.12.0 X +memchr@2.8.0 X X +miniz_oxide@0.8.9 X X X +mio@1.1.1 X +moka@0.12.14 X X +murmur3@0.5.2 X X +nu-ansi-term@0.50.3 X +num-bigint@0.4.6 X X +num-complex@0.4.6 X X +num-integer@0.1.46 X X +num-traits@0.2.19 X X +once_cell@1.21.3 X X +ordered-float@2.10.1 X +ordered-float@4.6.0 X +parking@2.2.1 X X +parking_lot@0.12.5 X X +parking_lot_core@0.9.12 X X +parquet@57.3.0 X +paste@1.0.15 X X +percent-encoding@2.3.2 X X +pin-project-lite@0.2.17 X X +pin-utils@0.1.0 X X +pkg-config@0.3.32 X X +portable-atomic@1.13.1 X X +potential_utf@0.1.4 X +ppv-lite86@0.2.21 X X +prettyplease@0.2.37 X X +proc-macro2@1.0.106 X X +quad-rand@0.2.3 X +quote@1.0.44 X X +r-efi@5.3.0 X X X +rand@0.8.5 X X +rand@0.9.2 X X +rand_chacha@0.3.1 X X +rand_chacha@0.9.0 X X +rand_core@0.6.4 X X +rand_core@0.9.5 X X +redox_syscall@0.5.18 X +regex@1.12.3 X X +regex-automata@0.4.14 X X +regex-lite@0.1.9 X X +regex-syntax@0.8.10 X X +reqwest@0.12.28 X X +roaring@0.11.3 X X +rustc_version@0.4.1 X X +rustversion@1.0.22 X X +ryu@1.0.23 X X +scopeguard@1.2.0 X X +semver@1.0.27 X X +seq-macro@0.3.6 X X +serde@1.0.228 X X +serde-big-array@0.5.1 X X +serde_bytes@0.11.19 X X +serde_core@1.0.228 X X +serde_derive@1.0.228 X X +serde_json@1.0.149 X X +serde_repr@0.1.20 X X +serde_urlencoded@0.7.1 X X +serde_with@3.17.0 X X +serde_with_macros@3.17.0 X X +sharded-slab@0.1.7 X +shlex@1.3.0 X X +signal-hook-registry@1.4.8 X X +simd-adler32@0.3.8 X +simdutf8@0.1.5 X X +slab@0.4.12 X +smallvec@1.15.1 X X +snap@1.1.1 X +socket2@0.6.2 X X +stable_deref_trait@1.2.1 X X +strsim@0.11.1 X +strum@0.27.2 X +strum_macros@0.27.2 X +syn@2.0.117 X X +sync_wrapper@1.0.2 X +synstructure@0.13.2 X +tagptr@0.2.0 X X +thiserror@2.0.18 X X +thiserror-impl@2.0.18 X X +thread_local@1.1.9 X X +thrift@0.17.0 X +tiny-keccak@2.0.2 X +tinystr@0.8.2 X +tokio@1.50.0 X +tokio-macros@2.6.1 X +tokio-util@0.7.18 X +tower@0.5.3 X +tower-http@0.6.8 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.44 X +tracing-attributes@0.1.31 X +tracing-core@0.1.36 X +tracing-log@0.2.0 X +tracing-subscriber@0.3.22 X +try-lock@0.2.5 X +twox-hash@2.1.2 X +typed-builder@0.20.1 X X +typed-builder-macro@0.20.1 X X +typeid@1.0.3 X X +typenum@1.19.0 X X +typetag@0.2.21 X X +typetag-impl@0.2.21 X X +unicode-ident@1.0.24 X X X +url@2.5.8 X X +utf8_iter@1.0.4 X X +uuid@1.22.0 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.1+wasi-snapshot-preview1 X X X +wasip2@1.0.2+wasi-0.2.9 X X X +wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 X X X +wasm-bindgen@0.2.114 X X +wasm-bindgen-futures@0.4.64 X X +wasm-bindgen-macro@0.2.114 X X +wasm-bindgen-macro-support@0.2.114 X X +wasm-bindgen-shared@0.2.114 X X +web-sys@0.3.91 X X +windows-core@0.62.2 X X +windows-implement@0.60.2 X X +windows-interface@0.59.3 X X +windows-link@0.2.1 X X +windows-result@0.4.1 X X +windows-strings@0.5.1 X X +windows-sys@0.60.2 X X +windows-sys@0.61.2 X X +windows-targets@0.53.5 X X +windows_aarch64_gnullvm@0.53.1 X X +windows_aarch64_msvc@0.53.1 X X +windows_i686_gnu@0.53.1 X X +windows_i686_gnullvm@0.53.1 X X +windows_i686_msvc@0.53.1 X X +windows_x86_64_gnu@0.53.1 X X +windows_x86_64_gnullvm@0.53.1 X X +windows_x86_64_msvc@0.53.1 X X +wit-bindgen@0.51.0 X X X +writeable@0.6.2 X +yoke@0.8.1 X +yoke-derive@0.8.1 X +zerocopy@0.8.40 X X X +zerocopy-derive@0.8.40 X X X +zerofrom@0.1.6 X +zerofrom-derive@0.1.6 X +zerotrie@0.2.3 X +zerovec@0.11.5 X +zerovec-derive@0.11.2 X +zlib-rs@0.6.3 X +zmij@1.0.21 X +zstd@0.13.3 X +zstd-safe@7.2.4 X X +zstd-sys@2.0.16+zstd.1.5.7 X X diff --git a/crates/iceberg/DEPENDENCIES.rust.tsv b/crates/iceberg/DEPENDENCIES.rust.tsv index c446954437..850a490d60 100644 --- a/crates/iceberg/DEPENDENCIES.rust.tsv +++ b/crates/iceberg/DEPENDENCIES.rust.tsv @@ -1,316 +1,287 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-2.1-or-later MIT Unicode-3.0 Unlicense Zlib -adler2@2.0.1 X X X -ahash@0.8.12 X X -aho-corasick@1.1.4 X X -alloc-no-stdlib@2.0.4 X -alloc-stdlib@0.2.2 X -android_system_properties@0.1.5 X X -anyhow@1.0.100 X X -apache-avro@0.21.0 X -array-init@2.1.0 X X -arrayvec@0.7.6 X X -arrow-arith@57.1.0 X -arrow-array@57.1.0 X -arrow-buffer@57.1.0 X -arrow-cast@57.1.0 X -arrow-data@57.1.0 X -arrow-ipc@57.1.0 X -arrow-ord@57.1.0 X -arrow-schema@57.1.0 X -arrow-select@57.1.0 X -arrow-string@57.1.0 X -as-any@0.3.2 X X -async-lock@3.4.1 X X -async-trait@0.1.89 X X -atoi@2.0.0 X -atomic-waker@1.1.2 X X -autocfg@1.5.0 X X -backon@1.6.0 X -base64@0.22.1 X X -bigdecimal@0.4.9 X X -bimap@0.6.3 X X -bitflags@2.10.0 X X -block-buffer@0.10.4 X X -bon@3.8.1 X X -bon-macros@3.8.1 X X -brotli@8.0.2 X X -brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.24.0 X X X -byteorder@1.5.0 X X -bytes@1.11.0 X -cc@1.2.49 X X -cfg-if@1.0.4 X X -chrono@0.4.42 X X -concurrent-queue@2.5.0 X X -const-oid@0.9.6 X X -const-random@0.1.18 X X -const-random-macro@0.1.16 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.17 X X -crc32c@0.6.8 X X -crc32fast@1.5.0 X X -crossbeam-channel@0.5.15 X X -crossbeam-epoch@0.9.18 X X -crossbeam-utils@0.8.21 X X -crunchy@0.2.4 X -crypto-common@0.1.7 X X -darling@0.20.11 X -darling@0.21.3 X -darling_core@0.20.11 X -darling_core@0.21.3 X -darling_macro@0.20.11 X -darling_macro@0.21.3 X -derive_builder@0.20.2 X X -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 -event-listener@5.4.1 X X -event-listener-strategy@0.5.4 X X -expect-test@1.5.1 X X -fastrand@2.3.0 X X -find-msvc-tools@0.1.5 X X -flatbuffers@25.9.23 X -flate2@1.1.5 X X -fnv@1.0.7 X X -form_urlencoded@1.2.2 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.16 X X -getrandom@0.3.4 X X -gloo-timers@0.3.0 X X -half@2.7.1 X X -hashbrown@0.16.1 X X -heck@0.5.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.4.0 X X -http-body@1.0.1 X -http-body-util@0.1.3 X -httparse@1.10.1 X X -hyper@1.8.1 X -hyper-rustls@0.27.7 X X X -hyper-util@0.1.19 X -iana-time-zone@0.1.64 X X -iana-time-zone-haiku@0.1.2 X X -iceberg@0.8.0 X -iceberg_test_utils@0.8.0 X -icu_collections@2.1.1 X -icu_locale_core@2.1.1 X -icu_normalizer@2.1.1 X -icu_normalizer_data@2.1.1 X -icu_properties@2.1.1 X -icu_properties_data@2.1.1 X -icu_provider@2.1.1 X -ident_case@1.0.1 X X -idna@1.1.0 X X -idna_adapter@1.2.1 X X -integer-encoding@3.0.4 X -ipnet@2.11.0 X X -iri-string@0.7.9 X X -itertools@0.13.0 X X -itoa@1.0.15 X X -jiff@0.2.16 X X -jiff-tzdb@0.1.4 X X -jiff-tzdb-platform@0.1.3 X X -jobserver@0.1.34 X X -js-sys@0.3.83 X X -lazy_static@1.5.0 X X -lexical-core@1.0.6 X X -lexical-parse-float@1.0.6 X X -lexical-parse-integer@1.0.6 X X -lexical-util@1.0.7 X X -lexical-write-float@1.0.6 X X -lexical-write-integer@1.0.6 X X -libc@0.2.178 X X -libm@0.2.15 X -libz-rs-sys@0.5.3 X -litemap@0.8.1 X -lock_api@0.4.14 X X -log@0.4.29 X X -lz4_flex@0.12.0 X -md-5@0.10.6 X X -memchr@2.7.6 X X -miniz_oxide@0.8.9 X X X -mio@1.1.1 X -moka@0.12.11 X X -murmur3@0.5.2 X X -nu-ansi-term@0.50.3 X -num-bigint@0.4.6 X X -num-complex@0.4.6 X X -num-integer@0.1.46 X X -num-traits@0.2.19 X X -once_cell@1.21.3 X X -opendal@0.55.0 X -ordered-float@2.10.1 X -ordered-float@4.6.0 X -parking@2.2.1 X X -parking_lot@0.12.5 X X -parking_lot_core@0.9.12 X X -parquet@57.1.0 X -paste@1.0.15 X X -percent-encoding@2.3.2 X X -pin-project-lite@0.2.16 X X -pin-utils@0.1.0 X X -pkg-config@0.3.32 X X -portable-atomic@1.11.1 X X -portable-atomic-util@0.2.4 X X -potential_utf@0.1.4 X -ppv-lite86@0.2.21 X X -prettyplease@0.2.37 X X -proc-macro2@1.0.103 X X -quad-rand@0.2.3 X -quick-xml@0.38.4 X -quote@1.0.42 X X -r-efi@5.3.0 X X X -rand@0.8.5 X X -rand@0.9.2 X X -rand_chacha@0.3.1 X X -rand_chacha@0.9.0 X X -rand_core@0.6.4 X X -rand_core@0.9.3 X X -redox_syscall@0.5.18 X -regex@1.12.2 X X -regex-automata@0.4.13 X X -regex-lite@0.1.8 X X -regex-syntax@0.8.8 X X -reqsign@0.16.5 X -reqwest@0.12.25 X X -ring@0.17.14 X X -roaring@0.11.2 X X -rust_decimal@1.39.0 X -rustc_version@0.4.1 X X -rustls@0.23.35 X X X -rustls-pki-types@1.13.1 X X -rustls-webpki@0.103.8 X -rustversion@1.0.22 X X -ryu@1.0.20 X X -scopeguard@1.2.0 X X -semver@1.0.27 X X -seq-macro@0.3.6 X X -serde@1.0.228 X X -serde_bytes@0.11.19 X X -serde_core@1.0.228 X X -serde_derive@1.0.228 X X -serde_json@1.0.145 X X -serde_repr@0.1.20 X X -serde_urlencoded@0.7.1 X X -serde_with@3.16.1 X X -serde_with_macros@3.16.1 X X -sha1@0.10.6 X X -sha2@0.10.9 X X -sharded-slab@0.1.7 X -shlex@1.3.0 X X -simd-adler32@0.3.8 X -simdutf8@0.1.5 X X -slab@0.4.11 X -smallvec@1.15.1 X X -snap@1.1.1 X -socket2@0.6.1 X X -stable_deref_trait@1.2.1 X X -strsim@0.11.1 X -strum@0.27.2 X -strum_macros@0.27.2 X -subtle@2.6.1 X -syn@2.0.111 X X -sync_wrapper@1.0.2 X -synstructure@0.13.2 X -tagptr@0.2.0 X X -thiserror@2.0.17 X X -thiserror-impl@2.0.17 X X -thread_local@1.1.9 X X -thrift@0.17.0 X -tiny-keccak@2.0.2 X -tinystr@0.8.2 X -tokio@1.48.0 X -tokio-macros@2.6.0 X -tokio-rustls@0.26.4 X X -tokio-util@0.7.17 X -tower@0.5.2 X -tower-http@0.6.8 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.43 X -tracing-attributes@0.1.31 X -tracing-core@0.1.35 X -tracing-log@0.2.0 X -tracing-subscriber@0.3.22 X -try-lock@0.2.5 X -twox-hash@2.1.2 X -typed-builder@0.20.1 X X -typed-builder-macro@0.20.1 X X -typenum@1.19.0 X X -unicode-ident@1.0.22 X X X -untrusted@0.9.0 X -url@2.5.7 X X -utf8_iter@1.0.4 X X -uuid@1.19.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.1+wasi-snapshot-preview1 X X X -wasip2@1.0.1+wasi-0.2.4 X X X -wasm-bindgen@0.2.106 X X -wasm-bindgen-futures@0.4.56 X X -wasm-bindgen-macro@0.2.106 X X -wasm-bindgen-macro-support@0.2.106 X X -wasm-bindgen-shared@0.2.106 X X -wasm-streams@0.4.2 X X -web-sys@0.3.83 X X -webpki-roots@1.0.4 X -windows-core@0.62.2 X X -windows-implement@0.60.2 X X -windows-interface@0.59.3 X X -windows-link@0.2.1 X X -windows-result@0.4.1 X X -windows-strings@0.5.1 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-sys@0.60.2 X X -windows-sys@0.61.2 X X -windows-targets@0.52.6 X X -windows-targets@0.53.5 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_gnullvm@0.53.1 X X -windows_aarch64_msvc@0.52.6 X X -windows_aarch64_msvc@0.53.1 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnu@0.53.1 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_gnullvm@0.53.1 X X -windows_i686_msvc@0.52.6 X X -windows_i686_msvc@0.53.1 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnu@0.53.1 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_gnullvm@0.53.1 X X -windows_x86_64_msvc@0.52.6 X X -windows_x86_64_msvc@0.53.1 X X -wit-bindgen@0.46.0 X X X -writeable@0.6.2 X -yoke@0.8.1 X -yoke-derive@0.8.1 X -zerocopy@0.8.31 X X X -zerocopy-derive@0.8.31 X X X -zerofrom@0.1.6 X -zerofrom-derive@0.1.6 X -zeroize@1.8.2 X X -zerotrie@0.2.3 X -zerovec@0.11.5 X -zerovec-derive@0.11.2 X -zlib-rs@0.5.3 X -zstd@0.13.3 X -zstd-safe@7.2.4 X X -zstd-sys@2.0.16+zstd.1.5.7 X X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 LGPL-2.1-or-later MIT Unicode-3.0 Unlicense Zlib +adler2@2.0.1 X X X +ahash@0.8.12 X X +aho-corasick@1.1.4 X X +alloc-no-stdlib@2.0.4 X +alloc-stdlib@0.2.2 X +android_system_properties@0.1.5 X X +anyhow@1.0.102 X X +apache-avro@0.21.0 X +array-init@2.1.0 X X +arrow-arith@57.3.0 X +arrow-array@57.3.0 X +arrow-buffer@57.3.0 X +arrow-cast@57.3.0 X +arrow-data@57.3.0 X +arrow-ipc@57.3.0 X +arrow-ord@57.3.0 X +arrow-schema@57.3.0 X +arrow-select@57.3.0 X +arrow-string@57.3.0 X +as-any@0.3.2 X X +async-lock@3.4.2 X X +async-trait@0.1.89 X X +atoi@2.0.0 X +atomic-waker@1.1.2 X X +autocfg@1.5.0 X X +backon@1.6.0 X +base64@0.22.1 X X +bigdecimal@0.4.10 X X +bimap@0.6.3 X X +bitflags@2.11.0 X X +block-buffer@0.10.4 X X +bnum@0.12.1 X X +bon@3.9.0 X X +bon-macros@3.9.0 X X +brotli@8.0.2 X X +brotli-decompressor@5.0.0 X X +bumpalo@3.20.2 X X +bytemuck@1.25.0 X X X +byteorder@1.5.0 X X +bytes@1.11.1 X +cc@1.2.56 X X +cfg-if@1.0.4 X X +chrono@0.4.44 X X +concurrent-queue@2.5.0 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +crc32fast@1.5.0 X X +crossbeam-channel@0.5.15 X X +crossbeam-epoch@0.9.18 X X +crossbeam-utils@0.8.21 X X +crunchy@0.2.4 X +crypto-common@0.1.7 X X +darling@0.20.11 X +darling@0.21.3 X +darling@0.23.0 X +darling_core@0.20.11 X +darling_core@0.21.3 X +darling_core@0.23.0 X +darling_macro@0.20.11 X +darling_macro@0.21.3 X +darling_macro@0.23.0 X +derive_builder@0.20.2 X X +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 +erased-serde@0.4.10 X X +event-listener@5.4.1 X X +event-listener-strategy@0.5.4 X X +expect-test@1.5.1 X X +fastnum@0.7.4 X X +fastrand@2.3.0 X X +find-msvc-tools@0.1.9 X X +flatbuffers@25.12.19 X +flate2@1.1.9 X X +fnv@1.0.7 X X +form_urlencoded@1.2.2 X X +futures@0.3.32 X X +futures-channel@0.3.32 X X +futures-core@0.3.32 X X +futures-executor@0.3.32 X X +futures-io@0.3.32 X X +futures-macro@0.3.32 X X +futures-sink@0.3.32 X X +futures-task@0.3.32 X X +futures-util@0.3.32 X X +generic-array@0.14.7 X +getrandom@0.2.17 X X +getrandom@0.3.4 X X +getrandom@0.4.1 X X +gloo-timers@0.3.0 X X +half@2.7.1 X X +hashbrown@0.16.1 X X +heck@0.5.0 X X +http@1.4.0 X X +http-body@1.0.1 X +http-body-util@0.1.3 X +httparse@1.10.1 X X +hyper@1.8.1 X +hyper-util@0.1.20 X +iana-time-zone@0.1.65 X X +iana-time-zone-haiku@0.1.2 X X +iceberg@0.9.0 X +iceberg_test_utils@0.9.0 X +icu_collections@2.1.1 X +icu_locale_core@2.1.1 X +icu_normalizer@2.1.1 X +icu_normalizer_data@2.1.1 X +icu_properties@2.1.2 X +icu_properties_data@2.1.2 X +icu_provider@2.1.1 X +ident_case@1.0.1 X X +idna@1.1.0 X X +idna_adapter@1.2.1 X X +integer-encoding@3.0.4 X +inventory@0.3.22 X X +ipnet@2.12.0 X X +iri-string@0.7.10 X X +itertools@0.13.0 X X +itoa@1.0.17 X X +jobserver@0.1.34 X X +js-sys@0.3.91 X X +lazy_static@1.5.0 X X +lexical-core@1.0.6 X X +lexical-parse-float@1.0.6 X X +lexical-parse-integer@1.0.6 X X +lexical-util@1.0.7 X X +lexical-write-float@1.0.6 X X +lexical-write-integer@1.0.6 X X +libc@0.2.182 X X +libm@0.2.16 X +litemap@0.8.1 X +lock_api@0.4.14 X X +log@0.4.29 X X +lz4_flex@0.12.0 X +memchr@2.8.0 X X +miniz_oxide@0.8.9 X X X +mio@1.1.1 X +moka@0.12.14 X X +murmur3@0.5.2 X X +nu-ansi-term@0.50.3 X +num-bigint@0.4.6 X X +num-complex@0.4.6 X X +num-integer@0.1.46 X X +num-traits@0.2.19 X X +once_cell@1.21.3 X X +ordered-float@2.10.1 X +ordered-float@4.6.0 X +parking@2.2.1 X X +parking_lot@0.12.5 X X +parking_lot_core@0.9.12 X X +parquet@57.3.0 X +paste@1.0.15 X X +percent-encoding@2.3.2 X X +pin-project-lite@0.2.17 X X +pin-utils@0.1.0 X X +pkg-config@0.3.32 X X +portable-atomic@1.13.1 X X +potential_utf@0.1.4 X +ppv-lite86@0.2.21 X X +prettyplease@0.2.37 X X +proc-macro2@1.0.106 X X +quad-rand@0.2.3 X +quote@1.0.44 X X +r-efi@5.3.0 X X X +rand@0.8.5 X X +rand@0.9.2 X X +rand_chacha@0.3.1 X X +rand_chacha@0.9.0 X X +rand_core@0.6.4 X X +rand_core@0.9.5 X X +redox_syscall@0.5.18 X +regex@1.12.3 X X +regex-automata@0.4.14 X X +regex-lite@0.1.9 X X +regex-syntax@0.8.10 X X +reqwest@0.12.28 X X +roaring@0.11.3 X X +rustc_version@0.4.1 X X +rustversion@1.0.22 X X +ryu@1.0.23 X X +scopeguard@1.2.0 X X +semver@1.0.27 X X +seq-macro@0.3.6 X X +serde@1.0.228 X X +serde-big-array@0.5.1 X X +serde_bytes@0.11.19 X X +serde_core@1.0.228 X X +serde_derive@1.0.228 X X +serde_json@1.0.149 X X +serde_repr@0.1.20 X X +serde_urlencoded@0.7.1 X X +serde_with@3.17.0 X X +serde_with_macros@3.17.0 X X +sharded-slab@0.1.7 X +shlex@1.3.0 X X +simd-adler32@0.3.8 X +simdutf8@0.1.5 X X +slab@0.4.12 X +smallvec@1.15.1 X X +snap@1.1.1 X +socket2@0.6.2 X X +stable_deref_trait@1.2.1 X X +strsim@0.11.1 X +strum@0.27.2 X +strum_macros@0.27.2 X +syn@2.0.117 X X +sync_wrapper@1.0.2 X +synstructure@0.13.2 X +tagptr@0.2.0 X X +thiserror@2.0.18 X X +thiserror-impl@2.0.18 X X +thread_local@1.1.9 X X +thrift@0.17.0 X +tiny-keccak@2.0.2 X +tinystr@0.8.2 X +tokio@1.50.0 X +tokio-macros@2.6.1 X +tower@0.5.3 X +tower-http@0.6.8 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.44 X +tracing-core@0.1.36 X +tracing-log@0.2.0 X +tracing-subscriber@0.3.22 X +try-lock@0.2.5 X +twox-hash@2.1.2 X +typed-builder@0.20.1 X X +typed-builder-macro@0.20.1 X X +typeid@1.0.3 X X +typenum@1.19.0 X X +typetag@0.2.21 X X +typetag-impl@0.2.21 X X +unicode-ident@1.0.24 X X X +url@2.5.8 X X +utf8_iter@1.0.4 X X +uuid@1.22.0 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.1+wasi-snapshot-preview1 X X X +wasip2@1.0.2+wasi-0.2.9 X X X +wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 X X X +wasm-bindgen@0.2.114 X X +wasm-bindgen-futures@0.4.64 X X +wasm-bindgen-macro@0.2.114 X X +wasm-bindgen-macro-support@0.2.114 X X +wasm-bindgen-shared@0.2.114 X X +web-sys@0.3.91 X X +windows-core@0.62.2 X X +windows-implement@0.60.2 X X +windows-interface@0.59.3 X X +windows-link@0.2.1 X X +windows-result@0.4.1 X X +windows-strings@0.5.1 X X +windows-sys@0.60.2 X X +windows-sys@0.61.2 X X +windows-targets@0.53.5 X X +windows_aarch64_gnullvm@0.53.1 X X +windows_aarch64_msvc@0.53.1 X X +windows_i686_gnu@0.53.1 X X +windows_i686_gnullvm@0.53.1 X X +windows_i686_msvc@0.53.1 X X +windows_x86_64_gnu@0.53.1 X X +windows_x86_64_gnullvm@0.53.1 X X +windows_x86_64_msvc@0.53.1 X X +wit-bindgen@0.51.0 X X X +writeable@0.6.2 X +yoke@0.8.1 X +yoke-derive@0.8.1 X +zerocopy@0.8.40 X X X +zerocopy-derive@0.8.40 X X X +zerofrom@0.1.6 X +zerofrom-derive@0.1.6 X +zerotrie@0.2.3 X +zerovec@0.11.5 X +zerovec-derive@0.11.2 X +zlib-rs@0.6.3 X +zmij@1.0.21 X +zstd@0.13.3 X +zstd-safe@7.2.4 X X +zstd-sys@2.0.16+zstd.1.5.7 X X diff --git a/crates/integration_tests/DEPENDENCIES.rust.tsv b/crates/integration_tests/DEPENDENCIES.rust.tsv index 26f6d83820..dde113b8af 100644 --- a/crates/integration_tests/DEPENDENCIES.rust.tsv +++ b/crates/integration_tests/DEPENDENCIES.rust.tsv @@ -1,414 +1,333 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-2.1-or-later MIT MIT-0 Unicode-3.0 Unlicense Zlib bzip2-1.0.6 -adler2@2.0.1 X X X -ahash@0.8.12 X X -aho-corasick@1.1.4 X X -alloc-no-stdlib@2.0.4 X -alloc-stdlib@0.2.2 X -allocator-api2@0.2.21 X X -android_system_properties@0.1.5 X X -anyhow@1.0.100 X X -apache-avro@0.21.0 X -ar_archive_writer@0.2.0 X -array-init@2.1.0 X X -arrayref@0.3.9 X -arrayvec@0.7.6 X X -arrow@57.1.0 X -arrow-arith@57.1.0 X -arrow-array@57.1.0 X -arrow-buffer@57.1.0 X -arrow-cast@57.1.0 X -arrow-csv@57.1.0 X -arrow-data@57.1.0 X -arrow-ipc@57.1.0 X -arrow-json@57.1.0 X -arrow-ord@57.1.0 X -arrow-row@57.1.0 X -arrow-schema@57.1.0 X -arrow-select@57.1.0 X -arrow-string@57.1.0 X -as-any@0.3.2 X X -async-compression@0.4.19 X X -async-lock@3.4.1 X X -async-trait@0.1.89 X X -atoi@2.0.0 X -atomic-waker@1.1.2 X X -autocfg@1.5.0 X X -backon@1.6.0 X -base64@0.22.1 X X -bigdecimal@0.4.9 X X -bimap@0.6.3 X X -bitflags@2.10.0 X X -blake2@0.10.6 X X -blake3@1.8.2 X X X -block-buffer@0.10.4 X X -bon@3.8.1 X X -bon-macros@3.8.1 X X -brotli@8.0.2 X X -brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.24.0 X X X -byteorder@1.5.0 X X -bytes@1.11.0 X -bzip2@0.5.2 X X -bzip2@0.6.1 X X -bzip2-sys@0.1.13+1.0.8 X X -cc@1.2.49 X X -cfg-if@1.0.4 X X -chrono@0.4.42 X X -chrono-tz@0.10.4 X X -comfy-table@7.2.1 X -concurrent-queue@2.5.0 X X -const-oid@0.9.6 X X -const-random@0.1.18 X X -const-random-macro@0.1.16 X X -constant_time_eq@0.3.1 X X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.17 X X -crc32c@0.6.8 X X -crc32fast@1.5.0 X X -crossbeam-channel@0.5.15 X X -crossbeam-epoch@0.9.18 X X -crossbeam-utils@0.8.21 X X -crunchy@0.2.4 X -crypto-common@0.1.7 X X -csv@1.4.0 X X -csv-core@0.1.13 X X -ctor@0.2.9 X X -darling@0.20.11 X -darling@0.21.3 X -darling_core@0.20.11 X -darling_core@0.21.3 X -darling_macro@0.20.11 X -darling_macro@0.21.3 X -dashmap@6.1.0 X -datafusion@51.0.0 X -datafusion-catalog@51.0.0 X -datafusion-catalog-listing@51.0.0 X -datafusion-common@51.0.0 X -datafusion-common-runtime@51.0.0 X -datafusion-datasource@51.0.0 X -datafusion-datasource-arrow@51.0.0 X -datafusion-datasource-csv@51.0.0 X -datafusion-datasource-json@51.0.0 X -datafusion-datasource-parquet@51.0.0 X -datafusion-doc@51.0.0 X -datafusion-execution@51.0.0 X -datafusion-expr@51.0.0 X -datafusion-expr-common@51.0.0 X -datafusion-functions@51.0.0 X -datafusion-functions-aggregate@51.0.0 X -datafusion-functions-aggregate-common@51.0.0 X -datafusion-functions-nested@51.0.0 X -datafusion-functions-table@51.0.0 X -datafusion-functions-window@51.0.0 X -datafusion-functions-window-common@51.0.0 X -datafusion-macros@51.0.0 X -datafusion-optimizer@51.0.0 X -datafusion-physical-expr@51.0.0 X -datafusion-physical-expr-adapter@51.0.0 X -datafusion-physical-expr-common@51.0.0 X -datafusion-physical-optimizer@51.0.0 X -datafusion-physical-plan@51.0.0 X -datafusion-pruning@51.0.0 X -datafusion-session@51.0.0 X -datafusion-sql@51.0.0 X -derive_builder@0.20.2 X X -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.14 X X -event-listener@5.4.1 X X -event-listener-strategy@0.5.4 X X -expect-test@1.5.1 X X -fastrand@2.3.0 X X -find-msvc-tools@0.1.5 X X -fixedbitset@0.5.7 X X -flatbuffers@25.9.23 X -flate2@1.1.5 X X -fnv@1.0.7 X X -foldhash@0.1.5 X -form_urlencoded@1.2.2 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-timer@3.0.3 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.16 X X -getrandom@0.3.4 X X -glob@0.3.3 X X -gloo-timers@0.3.0 X X -h2@0.4.12 X -half@2.7.1 X X -hashbrown@0.14.5 X X -hashbrown@0.15.5 X X -hashbrown@0.16.1 X X -heck@0.5.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.4.0 X X -http-body@1.0.1 X -http-body-util@0.1.3 X -httparse@1.10.1 X X -httpdate@1.0.3 X X -humantime@2.3.0 X X -hyper@1.8.1 X -hyper-rustls@0.27.7 X X X -hyper-util@0.1.19 X -iana-time-zone@0.1.64 X X -iana-time-zone-haiku@0.1.2 X X -iceberg@0.8.0 X -iceberg-catalog-rest@0.8.0 X -iceberg-datafusion@0.8.0 X -iceberg-integration-tests@0.8.0 X -iceberg_test_utils@0.8.0 X -icu_collections@2.1.1 X -icu_locale_core@2.1.1 X -icu_normalizer@2.1.1 X -icu_normalizer_data@2.1.1 X -icu_properties@2.1.1 X -icu_properties_data@2.1.1 X -icu_provider@2.1.1 X -ident_case@1.0.1 X X -idna@1.1.0 X X -idna_adapter@1.2.1 X X -indexmap@2.12.1 X X -integer-encoding@3.0.4 X -ipnet@2.11.0 X X -iri-string@0.7.9 X X -itertools@0.13.0 X X -itertools@0.14.0 X X -itoa@1.0.15 X X -jiff@0.2.16 X X -jiff-tzdb@0.1.4 X X -jiff-tzdb-platform@0.1.3 X X -jobserver@0.1.34 X X -js-sys@0.3.83 X X -lazy_static@1.5.0 X X -lexical-core@1.0.6 X X -lexical-parse-float@1.0.6 X X -lexical-parse-integer@1.0.6 X X -lexical-util@1.0.7 X X -lexical-write-float@1.0.6 X X -lexical-write-integer@1.0.6 X X -libbz2-rs-sys@0.2.2 X -libc@0.2.178 X X -libm@0.2.15 X -libz-rs-sys@0.5.3 X -linux-raw-sys@0.11.0 X X X -litemap@0.8.1 X -lock_api@0.4.14 X X -log@0.4.29 X X -lz4_flex@0.12.0 X -lzma-sys@0.1.20 X X -md-5@0.10.6 X X -memchr@2.7.6 X X -miniz_oxide@0.8.9 X X X -mio@1.1.1 X -moka@0.12.11 X X -murmur3@0.5.2 X X -nu-ansi-term@0.50.3 X -num-bigint@0.4.6 X X -num-complex@0.4.6 X X -num-integer@0.1.46 X X -num-traits@0.2.19 X X -object@0.32.2 X X -object_store@0.12.4 X X -once_cell@1.21.3 X X -opendal@0.55.0 X -ordered-float@2.10.1 X -ordered-float@4.6.0 X -parking@2.2.1 X X -parking_lot@0.12.5 X X -parking_lot_core@0.9.12 X X -parquet@57.1.0 X -paste@1.0.15 X X -percent-encoding@2.3.2 X X -petgraph@0.8.3 X X -phf@0.12.1 X -phf_shared@0.12.1 X -pin-project-lite@0.2.16 X X -pin-utils@0.1.0 X X -pkg-config@0.3.32 X X -portable-atomic@1.11.1 X X -portable-atomic-util@0.2.4 X X -potential_utf@0.1.4 X -ppv-lite86@0.2.21 X X -prettyplease@0.2.37 X X -proc-macro-crate@3.4.0 X X -proc-macro2@1.0.103 X X -psm@0.1.28 X X -quad-rand@0.2.3 X -quick-xml@0.38.4 X -quote@1.0.42 X X -r-efi@5.3.0 X X X -rand@0.8.5 X X -rand@0.9.2 X X -rand_chacha@0.3.1 X X -rand_chacha@0.9.0 X X -rand_core@0.6.4 X X -rand_core@0.9.3 X X -recursive@0.1.1 X -recursive-proc-macro-impl@0.1.1 X -redox_syscall@0.5.18 X -regex@1.12.2 X X -regex-automata@0.4.13 X X -regex-lite@0.1.8 X X -regex-syntax@0.8.8 X X -relative-path@1.9.3 X X -reqsign@0.16.5 X -reqwest@0.12.25 X X -ring@0.17.14 X X -roaring@0.11.2 X X -rstest@0.26.1 X X -rstest_macros@0.26.1 X X -rust_decimal@1.39.0 X -rustc_version@0.4.1 X X -rustix@1.1.2 X X X -rustls@0.23.35 X X X -rustls-pki-types@1.13.1 X X -rustls-webpki@0.103.8 X -rustversion@1.0.22 X X -ryu@1.0.20 X X -same-file@1.0.6 X X -scopeguard@1.2.0 X X -semver@1.0.27 X X -seq-macro@0.3.6 X X -serde@1.0.228 X X -serde_bytes@0.11.19 X X -serde_core@1.0.228 X X -serde_derive@1.0.228 X X -serde_json@1.0.145 X X -serde_repr@0.1.20 X X -serde_urlencoded@0.7.1 X X -serde_with@3.16.1 X X -serde_with_macros@3.16.1 X X -sha1@0.10.6 X X -sha2@0.10.9 X X -sharded-slab@0.1.7 X -shlex@1.3.0 X X -simd-adler32@0.3.8 X -simdutf8@0.1.5 X X -siphasher@1.0.1 X X -slab@0.4.11 X -smallvec@1.15.1 X X -snap@1.1.1 X -socket2@0.6.1 X X -sqlparser@0.59.0 X -sqlparser_derive@0.3.0 X -stable_deref_trait@1.2.1 X X -stacker@0.1.22 X X -strsim@0.11.1 X -strum@0.27.2 X -strum_macros@0.27.2 X -subtle@2.6.1 X -syn@2.0.111 X X -sync_wrapper@1.0.2 X -synstructure@0.13.2 X -tagptr@0.2.0 X X -tempfile@3.23.0 X X -thiserror@2.0.17 X X -thiserror-impl@2.0.17 X X -thread_local@1.1.9 X X -thrift@0.17.0 X -tiny-keccak@2.0.2 X -tinystr@0.8.2 X -tokio@1.48.0 X -tokio-macros@2.6.0 X -tokio-rustls@0.26.4 X X -tokio-util@0.7.17 X -toml_datetime@0.7.3 X X -toml_edit@0.23.9 X X -toml_parser@1.0.4 X X -tower@0.5.2 X -tower-http@0.6.8 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.43 X -tracing-attributes@0.1.31 X -tracing-core@0.1.35 X -tracing-log@0.2.0 X -tracing-subscriber@0.3.22 X -try-lock@0.2.5 X -twox-hash@2.1.2 X -typed-builder@0.20.1 X X -typed-builder-macro@0.20.1 X X -typenum@1.19.0 X X -unicode-ident@1.0.22 X X X -unicode-segmentation@1.12.0 X X -unicode-width@0.2.2 X X -untrusted@0.9.0 X -url@2.5.7 X X -utf8_iter@1.0.4 X X -uuid@1.19.0 X X -version_check@0.9.5 X X -walkdir@2.5.0 X X -want@0.3.1 X -wasi@0.11.1+wasi-snapshot-preview1 X X X -wasip2@1.0.1+wasi-0.2.4 X X X -wasm-bindgen@0.2.106 X X -wasm-bindgen-futures@0.4.56 X X -wasm-bindgen-macro@0.2.106 X X -wasm-bindgen-macro-support@0.2.106 X X -wasm-bindgen-shared@0.2.106 X X -wasm-streams@0.4.2 X X -web-sys@0.3.83 X X -web-time@1.1.0 X X -webpki-roots@1.0.4 X -winapi-util@0.1.11 X X -windows-core@0.62.2 X X -windows-implement@0.60.2 X X -windows-interface@0.59.3 X X -windows-link@0.2.1 X X -windows-result@0.4.1 X X -windows-strings@0.5.1 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-sys@0.60.2 X X -windows-sys@0.61.2 X X -windows-targets@0.52.6 X X -windows-targets@0.53.5 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_gnullvm@0.53.1 X X -windows_aarch64_msvc@0.52.6 X X -windows_aarch64_msvc@0.53.1 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnu@0.53.1 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_gnullvm@0.53.1 X X -windows_i686_msvc@0.52.6 X X -windows_i686_msvc@0.53.1 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnu@0.53.1 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_gnullvm@0.53.1 X X -windows_x86_64_msvc@0.52.6 X X -windows_x86_64_msvc@0.53.1 X X -winnow@0.7.14 X -wit-bindgen@0.46.0 X X X -writeable@0.6.2 X -xz2@0.1.7 X X -yoke@0.8.1 X -yoke-derive@0.8.1 X -zerocopy@0.8.31 X X X -zerocopy-derive@0.8.31 X X X -zerofrom@0.1.6 X -zerofrom-derive@0.1.6 X -zeroize@1.8.2 X X -zerotrie@0.2.3 X -zerovec@0.11.5 X -zerovec-derive@0.11.2 X -zlib-rs@0.5.3 X -zstd@0.13.3 X -zstd-safe@7.2.4 X X -zstd-sys@2.0.16+zstd.1.5.7 X X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-2.1-or-later MIT Unicode-3.0 Unlicense Zlib +adler2@2.0.1 X X X +ahash@0.8.12 X X +aho-corasick@1.1.4 X X +alloc-no-stdlib@2.0.4 X +alloc-stdlib@0.2.2 X +android_system_properties@0.1.5 X X +anyhow@1.0.102 X X +apache-avro@0.21.0 X +array-init@2.1.0 X X +arrow-arith@57.3.0 X +arrow-array@57.3.0 X +arrow-buffer@57.3.0 X +arrow-cast@57.3.0 X +arrow-data@57.3.0 X +arrow-ipc@57.3.0 X +arrow-ord@57.3.0 X +arrow-schema@57.3.0 X +arrow-select@57.3.0 X +arrow-string@57.3.0 X +as-any@0.3.2 X X +async-lock@3.4.2 X X +async-trait@0.1.89 X X +atoi@2.0.0 X +atomic-waker@1.1.2 X X +autocfg@1.5.0 X X +backon@1.6.0 X +base64@0.22.1 X X +bigdecimal@0.4.10 X X +bimap@0.6.3 X X +bitflags@2.11.0 X X +block-buffer@0.10.4 X X +bnum@0.12.1 X X +bon@3.9.0 X X +bon-macros@3.9.0 X X +brotli@8.0.2 X X +brotli-decompressor@5.0.0 X X +bumpalo@3.20.2 X X +bytemuck@1.25.0 X X X +byteorder@1.5.0 X X +bytes@1.11.1 X +cc@1.2.56 X X +cfg-if@1.0.4 X X +chrono@0.4.44 X X +concurrent-queue@2.5.0 X X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.17 X X +crc32c@0.6.8 X X +crc32fast@1.5.0 X X +crossbeam-channel@0.5.15 X X +crossbeam-epoch@0.9.18 X X +crossbeam-utils@0.8.21 X X +crunchy@0.2.4 X +crypto-common@0.1.7 X X +darling@0.20.11 X +darling@0.21.3 X +darling@0.23.0 X +darling_core@0.20.11 X +darling_core@0.21.3 X +darling_core@0.23.0 X +darling_macro@0.20.11 X +darling_macro@0.21.3 X +darling_macro@0.23.0 X +derive_builder@0.20.2 X X +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 +erased-serde@0.4.10 X X +event-listener@5.4.1 X X +event-listener-strategy@0.5.4 X X +expect-test@1.5.1 X X +fastnum@0.7.4 X X +fastrand@2.3.0 X X +find-msvc-tools@0.1.9 X X +flatbuffers@25.12.19 X +flate2@1.1.9 X X +fnv@1.0.7 X X +form_urlencoded@1.2.2 X X +futures@0.3.32 X X +futures-channel@0.3.32 X X +futures-core@0.3.32 X X +futures-executor@0.3.32 X X +futures-io@0.3.32 X X +futures-macro@0.3.32 X X +futures-sink@0.3.32 X X +futures-task@0.3.32 X X +futures-util@0.3.32 X X +generic-array@0.14.7 X +getrandom@0.2.17 X X +getrandom@0.3.4 X X +getrandom@0.4.1 X X +gloo-timers@0.3.0 X X +h2@0.4.13 X +half@2.7.1 X X +hashbrown@0.16.1 X X +heck@0.5.0 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.11 X X +http@1.4.0 X X +http-body@1.0.1 X +http-body-util@0.1.3 X +httparse@1.10.1 X X +httpdate@1.0.3 X X +hyper@1.8.1 X +hyper-rustls@0.27.7 X X X +hyper-util@0.1.20 X +iana-time-zone@0.1.65 X X +iana-time-zone-haiku@0.1.2 X X +iceberg@0.9.0 X +iceberg-catalog-rest@0.9.0 X +iceberg-integration-tests@0.9.0 X +iceberg-storage-opendal@0.9.0 X +iceberg_test_utils@0.9.0 X +icu_collections@2.1.1 X +icu_locale_core@2.1.1 X +icu_normalizer@2.1.1 X +icu_normalizer_data@2.1.1 X +icu_properties@2.1.2 X +icu_properties_data@2.1.2 X +icu_provider@2.1.1 X +ident_case@1.0.1 X X +idna@1.1.0 X X +idna_adapter@1.2.1 X X +indexmap@2.13.0 X X +integer-encoding@3.0.4 X +inventory@0.3.22 X X +ipnet@2.12.0 X X +iri-string@0.7.10 X X +itertools@0.13.0 X X +itoa@1.0.17 X X +jiff@0.2.22 X X +jiff-tzdb@0.1.5 X X +jiff-tzdb-platform@0.1.3 X X +jobserver@0.1.34 X X +js-sys@0.3.91 X X +lazy_static@1.5.0 X X +lexical-core@1.0.6 X X +lexical-parse-float@1.0.6 X X +lexical-parse-integer@1.0.6 X X +lexical-util@1.0.7 X X +lexical-write-float@1.0.6 X X +lexical-write-integer@1.0.6 X X +libc@0.2.182 X X +libm@0.2.16 X +litemap@0.8.1 X +lock_api@0.4.14 X X +log@0.4.29 X X +lz4_flex@0.12.0 X +md-5@0.10.6 X X +memchr@2.8.0 X X +miniz_oxide@0.8.9 X X X +mio@1.1.1 X +moka@0.12.14 X X +murmur3@0.5.2 X X +nu-ansi-term@0.50.3 X +num-bigint@0.4.6 X X +num-complex@0.4.6 X X +num-integer@0.1.46 X X +num-traits@0.2.19 X X +once_cell@1.21.3 X X +opendal@0.55.0 X +ordered-float@2.10.1 X +ordered-float@4.6.0 X +parking@2.2.1 X X +parking_lot@0.12.5 X X +parking_lot_core@0.9.12 X X +parquet@57.3.0 X +paste@1.0.15 X X +percent-encoding@2.3.2 X X +pin-project-lite@0.2.17 X X +pin-utils@0.1.0 X X +pkg-config@0.3.32 X X +portable-atomic@1.13.1 X X +portable-atomic-util@0.2.5 X X +potential_utf@0.1.4 X +ppv-lite86@0.2.21 X X +prettyplease@0.2.37 X X +proc-macro2@1.0.106 X X +quad-rand@0.2.3 X +quick-xml@0.38.4 X +quote@1.0.44 X X +r-efi@5.3.0 X X X +rand@0.8.5 X X +rand@0.9.2 X X +rand_chacha@0.3.1 X X +rand_chacha@0.9.0 X X +rand_core@0.6.4 X X +rand_core@0.9.5 X X +redox_syscall@0.5.18 X +regex@1.12.3 X X +regex-automata@0.4.14 X X +regex-lite@0.1.9 X X +regex-syntax@0.8.10 X X +reqsign@0.16.5 X +reqwest@0.12.28 X X +ring@0.17.14 X X +roaring@0.11.3 X X +rustc_version@0.4.1 X X +rustls@0.23.37 X X X +rustls-pki-types@1.14.0 X X +rustls-webpki@0.103.9 X +rustversion@1.0.22 X X +ryu@1.0.23 X X +scopeguard@1.2.0 X X +semver@1.0.27 X X +seq-macro@0.3.6 X X +serde@1.0.228 X X +serde-big-array@0.5.1 X X +serde_bytes@0.11.19 X X +serde_core@1.0.228 X X +serde_derive@1.0.228 X X +serde_json@1.0.149 X X +serde_repr@0.1.20 X X +serde_urlencoded@0.7.1 X X +serde_with@3.17.0 X X +serde_with_macros@3.17.0 X X +sha1@0.10.6 X X +sha2@0.10.9 X X +sharded-slab@0.1.7 X +shlex@1.3.0 X X +simd-adler32@0.3.8 X +simdutf8@0.1.5 X X +slab@0.4.12 X +smallvec@1.15.1 X X +snap@1.1.1 X +socket2@0.6.2 X X +stable_deref_trait@1.2.1 X X +strsim@0.11.1 X +strum@0.27.2 X +strum_macros@0.27.2 X +subtle@2.6.1 X +syn@2.0.117 X X +sync_wrapper@1.0.2 X +synstructure@0.13.2 X +tagptr@0.2.0 X X +thiserror@2.0.18 X X +thiserror-impl@2.0.18 X X +thread_local@1.1.9 X X +thrift@0.17.0 X +tiny-keccak@2.0.2 X +tinystr@0.8.2 X +tokio@1.50.0 X +tokio-macros@2.6.1 X +tokio-rustls@0.26.4 X X +tokio-util@0.7.18 X +tower@0.5.3 X +tower-http@0.6.8 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.44 X +tracing-attributes@0.1.31 X +tracing-core@0.1.36 X +tracing-log@0.2.0 X +tracing-subscriber@0.3.22 X +try-lock@0.2.5 X +twox-hash@2.1.2 X +typed-builder@0.20.1 X X +typed-builder-macro@0.20.1 X X +typeid@1.0.3 X X +typenum@1.19.0 X X +typetag@0.2.21 X X +typetag-impl@0.2.21 X X +unicode-ident@1.0.24 X X X +untrusted@0.9.0 X +url@2.5.8 X X +utf8_iter@1.0.4 X X +uuid@1.22.0 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.1+wasi-snapshot-preview1 X X X +wasip2@1.0.2+wasi-0.2.9 X X X +wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 X X X +wasm-bindgen@0.2.114 X X +wasm-bindgen-futures@0.4.64 X X +wasm-bindgen-macro@0.2.114 X X +wasm-bindgen-macro-support@0.2.114 X X +wasm-bindgen-shared@0.2.114 X X +wasm-streams@0.4.2 X X +web-sys@0.3.91 X X +webpki-roots@1.0.6 X +windows-core@0.62.2 X X +windows-implement@0.60.2 X X +windows-interface@0.59.3 X X +windows-link@0.2.1 X X +windows-result@0.4.1 X X +windows-strings@0.5.1 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-sys@0.60.2 X X +windows-sys@0.61.2 X X +windows-targets@0.52.6 X X +windows-targets@0.53.5 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_gnullvm@0.53.1 X X +windows_aarch64_msvc@0.52.6 X X +windows_aarch64_msvc@0.53.1 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnu@0.53.1 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_gnullvm@0.53.1 X X +windows_i686_msvc@0.52.6 X X +windows_i686_msvc@0.53.1 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnu@0.53.1 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_gnullvm@0.53.1 X X +windows_x86_64_msvc@0.52.6 X X +windows_x86_64_msvc@0.53.1 X X +wit-bindgen@0.51.0 X X X +writeable@0.6.2 X +yoke@0.8.1 X +yoke-derive@0.8.1 X +zerocopy@0.8.40 X X X +zerocopy-derive@0.8.40 X X X +zerofrom@0.1.6 X +zerofrom-derive@0.1.6 X +zeroize@1.8.2 X X +zerotrie@0.2.3 X +zerovec@0.11.5 X +zerovec-derive@0.11.2 X +zlib-rs@0.6.3 X +zmij@1.0.21 X +zstd@0.13.3 X +zstd-safe@7.2.4 X X +zstd-sys@2.0.16+zstd.1.5.7 X X diff --git a/crates/integrations/cache-moka/DEPENDENCIES.rust.tsv b/crates/integrations/cache-moka/DEPENDENCIES.rust.tsv index 4763f71ec8..1869491532 100644 --- a/crates/integrations/cache-moka/DEPENDENCIES.rust.tsv +++ b/crates/integrations/cache-moka/DEPENDENCIES.rust.tsv @@ -1,317 +1,288 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-2.1-or-later MIT Unicode-3.0 Unlicense Zlib -adler2@2.0.1 X X X -ahash@0.8.12 X X -aho-corasick@1.1.4 X X -alloc-no-stdlib@2.0.4 X -alloc-stdlib@0.2.2 X -android_system_properties@0.1.5 X X -anyhow@1.0.100 X X -apache-avro@0.21.0 X -array-init@2.1.0 X X -arrayvec@0.7.6 X X -arrow-arith@57.1.0 X -arrow-array@57.1.0 X -arrow-buffer@57.1.0 X -arrow-cast@57.1.0 X -arrow-data@57.1.0 X -arrow-ipc@57.1.0 X -arrow-ord@57.1.0 X -arrow-schema@57.1.0 X -arrow-select@57.1.0 X -arrow-string@57.1.0 X -as-any@0.3.2 X X -async-lock@3.4.1 X X -async-trait@0.1.89 X X -atoi@2.0.0 X -atomic-waker@1.1.2 X X -autocfg@1.5.0 X X -backon@1.6.0 X -base64@0.22.1 X X -bigdecimal@0.4.9 X X -bimap@0.6.3 X X -bitflags@2.10.0 X X -block-buffer@0.10.4 X X -bon@3.8.1 X X -bon-macros@3.8.1 X X -brotli@8.0.2 X X -brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.24.0 X X X -byteorder@1.5.0 X X -bytes@1.11.0 X -cc@1.2.49 X X -cfg-if@1.0.4 X X -chrono@0.4.42 X X -concurrent-queue@2.5.0 X X -const-oid@0.9.6 X X -const-random@0.1.18 X X -const-random-macro@0.1.16 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.17 X X -crc32c@0.6.8 X X -crc32fast@1.5.0 X X -crossbeam-channel@0.5.15 X X -crossbeam-epoch@0.9.18 X X -crossbeam-utils@0.8.21 X X -crunchy@0.2.4 X -crypto-common@0.1.7 X X -darling@0.20.11 X -darling@0.21.3 X -darling_core@0.20.11 X -darling_core@0.21.3 X -darling_macro@0.20.11 X -darling_macro@0.21.3 X -derive_builder@0.20.2 X X -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 -event-listener@5.4.1 X X -event-listener-strategy@0.5.4 X X -expect-test@1.5.1 X X -fastrand@2.3.0 X X -find-msvc-tools@0.1.5 X X -flatbuffers@25.9.23 X -flate2@1.1.5 X X -fnv@1.0.7 X X -form_urlencoded@1.2.2 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.16 X X -getrandom@0.3.4 X X -gloo-timers@0.3.0 X X -half@2.7.1 X X -hashbrown@0.16.1 X X -heck@0.5.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.4.0 X X -http-body@1.0.1 X -http-body-util@0.1.3 X -httparse@1.10.1 X X -hyper@1.8.1 X -hyper-rustls@0.27.7 X X X -hyper-util@0.1.19 X -iana-time-zone@0.1.64 X X -iana-time-zone-haiku@0.1.2 X X -iceberg@0.8.0 X -iceberg-cache-moka@0.8.0 X -iceberg_test_utils@0.8.0 X -icu_collections@2.1.1 X -icu_locale_core@2.1.1 X -icu_normalizer@2.1.1 X -icu_normalizer_data@2.1.1 X -icu_properties@2.1.1 X -icu_properties_data@2.1.1 X -icu_provider@2.1.1 X -ident_case@1.0.1 X X -idna@1.1.0 X X -idna_adapter@1.2.1 X X -integer-encoding@3.0.4 X -ipnet@2.11.0 X X -iri-string@0.7.9 X X -itertools@0.13.0 X X -itoa@1.0.15 X X -jiff@0.2.16 X X -jiff-tzdb@0.1.4 X X -jiff-tzdb-platform@0.1.3 X X -jobserver@0.1.34 X X -js-sys@0.3.83 X X -lazy_static@1.5.0 X X -lexical-core@1.0.6 X X -lexical-parse-float@1.0.6 X X -lexical-parse-integer@1.0.6 X X -lexical-util@1.0.7 X X -lexical-write-float@1.0.6 X X -lexical-write-integer@1.0.6 X X -libc@0.2.178 X X -libm@0.2.15 X -libz-rs-sys@0.5.3 X -litemap@0.8.1 X -lock_api@0.4.14 X X -log@0.4.29 X X -lz4_flex@0.12.0 X -md-5@0.10.6 X X -memchr@2.7.6 X X -miniz_oxide@0.8.9 X X X -mio@1.1.1 X -moka@0.12.11 X X -murmur3@0.5.2 X X -nu-ansi-term@0.50.3 X -num-bigint@0.4.6 X X -num-complex@0.4.6 X X -num-integer@0.1.46 X X -num-traits@0.2.19 X X -once_cell@1.21.3 X X -opendal@0.55.0 X -ordered-float@2.10.1 X -ordered-float@4.6.0 X -parking@2.2.1 X X -parking_lot@0.12.5 X X -parking_lot_core@0.9.12 X X -parquet@57.1.0 X -paste@1.0.15 X X -percent-encoding@2.3.2 X X -pin-project-lite@0.2.16 X X -pin-utils@0.1.0 X X -pkg-config@0.3.32 X X -portable-atomic@1.11.1 X X -portable-atomic-util@0.2.4 X X -potential_utf@0.1.4 X -ppv-lite86@0.2.21 X X -prettyplease@0.2.37 X X -proc-macro2@1.0.103 X X -quad-rand@0.2.3 X -quick-xml@0.38.4 X -quote@1.0.42 X X -r-efi@5.3.0 X X X -rand@0.8.5 X X -rand@0.9.2 X X -rand_chacha@0.3.1 X X -rand_chacha@0.9.0 X X -rand_core@0.6.4 X X -rand_core@0.9.3 X X -redox_syscall@0.5.18 X -regex@1.12.2 X X -regex-automata@0.4.13 X X -regex-lite@0.1.8 X X -regex-syntax@0.8.8 X X -reqsign@0.16.5 X -reqwest@0.12.25 X X -ring@0.17.14 X X -roaring@0.11.2 X X -rust_decimal@1.39.0 X -rustc_version@0.4.1 X X -rustls@0.23.35 X X X -rustls-pki-types@1.13.1 X X -rustls-webpki@0.103.8 X -rustversion@1.0.22 X X -ryu@1.0.20 X X -scopeguard@1.2.0 X X -semver@1.0.27 X X -seq-macro@0.3.6 X X -serde@1.0.228 X X -serde_bytes@0.11.19 X X -serde_core@1.0.228 X X -serde_derive@1.0.228 X X -serde_json@1.0.145 X X -serde_repr@0.1.20 X X -serde_urlencoded@0.7.1 X X -serde_with@3.16.1 X X -serde_with_macros@3.16.1 X X -sha1@0.10.6 X X -sha2@0.10.9 X X -sharded-slab@0.1.7 X -shlex@1.3.0 X X -simd-adler32@0.3.8 X -simdutf8@0.1.5 X X -slab@0.4.11 X -smallvec@1.15.1 X X -snap@1.1.1 X -socket2@0.6.1 X X -stable_deref_trait@1.2.1 X X -strsim@0.11.1 X -strum@0.27.2 X -strum_macros@0.27.2 X -subtle@2.6.1 X -syn@2.0.111 X X -sync_wrapper@1.0.2 X -synstructure@0.13.2 X -tagptr@0.2.0 X X -thiserror@2.0.17 X X -thiserror-impl@2.0.17 X X -thread_local@1.1.9 X X -thrift@0.17.0 X -tiny-keccak@2.0.2 X -tinystr@0.8.2 X -tokio@1.48.0 X -tokio-macros@2.6.0 X -tokio-rustls@0.26.4 X X -tokio-util@0.7.17 X -tower@0.5.2 X -tower-http@0.6.8 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.43 X -tracing-attributes@0.1.31 X -tracing-core@0.1.35 X -tracing-log@0.2.0 X -tracing-subscriber@0.3.22 X -try-lock@0.2.5 X -twox-hash@2.1.2 X -typed-builder@0.20.1 X X -typed-builder-macro@0.20.1 X X -typenum@1.19.0 X X -unicode-ident@1.0.22 X X X -untrusted@0.9.0 X -url@2.5.7 X X -utf8_iter@1.0.4 X X -uuid@1.19.0 X X -version_check@0.9.5 X X -want@0.3.1 X -wasi@0.11.1+wasi-snapshot-preview1 X X X -wasip2@1.0.1+wasi-0.2.4 X X X -wasm-bindgen@0.2.106 X X -wasm-bindgen-futures@0.4.56 X X -wasm-bindgen-macro@0.2.106 X X -wasm-bindgen-macro-support@0.2.106 X X -wasm-bindgen-shared@0.2.106 X X -wasm-streams@0.4.2 X X -web-sys@0.3.83 X X -webpki-roots@1.0.4 X -windows-core@0.62.2 X X -windows-implement@0.60.2 X X -windows-interface@0.59.3 X X -windows-link@0.2.1 X X -windows-result@0.4.1 X X -windows-strings@0.5.1 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-sys@0.60.2 X X -windows-sys@0.61.2 X X -windows-targets@0.52.6 X X -windows-targets@0.53.5 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_gnullvm@0.53.1 X X -windows_aarch64_msvc@0.52.6 X X -windows_aarch64_msvc@0.53.1 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnu@0.53.1 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_gnullvm@0.53.1 X X -windows_i686_msvc@0.52.6 X X -windows_i686_msvc@0.53.1 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnu@0.53.1 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_gnullvm@0.53.1 X X -windows_x86_64_msvc@0.52.6 X X -windows_x86_64_msvc@0.53.1 X X -wit-bindgen@0.46.0 X X X -writeable@0.6.2 X -yoke@0.8.1 X -yoke-derive@0.8.1 X -zerocopy@0.8.31 X X X -zerocopy-derive@0.8.31 X X X -zerofrom@0.1.6 X -zerofrom-derive@0.1.6 X -zeroize@1.8.2 X X -zerotrie@0.2.3 X -zerovec@0.11.5 X -zerovec-derive@0.11.2 X -zlib-rs@0.5.3 X -zstd@0.13.3 X -zstd-safe@7.2.4 X X -zstd-sys@2.0.16+zstd.1.5.7 X X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 LGPL-2.1-or-later MIT Unicode-3.0 Unlicense Zlib +adler2@2.0.1 X X X +ahash@0.8.12 X X +aho-corasick@1.1.4 X X +alloc-no-stdlib@2.0.4 X +alloc-stdlib@0.2.2 X +android_system_properties@0.1.5 X X +anyhow@1.0.102 X X +apache-avro@0.21.0 X +array-init@2.1.0 X X +arrow-arith@57.3.0 X +arrow-array@57.3.0 X +arrow-buffer@57.3.0 X +arrow-cast@57.3.0 X +arrow-data@57.3.0 X +arrow-ipc@57.3.0 X +arrow-ord@57.3.0 X +arrow-schema@57.3.0 X +arrow-select@57.3.0 X +arrow-string@57.3.0 X +as-any@0.3.2 X X +async-lock@3.4.2 X X +async-trait@0.1.89 X X +atoi@2.0.0 X +atomic-waker@1.1.2 X X +autocfg@1.5.0 X X +backon@1.6.0 X +base64@0.22.1 X X +bigdecimal@0.4.10 X X +bimap@0.6.3 X X +bitflags@2.11.0 X X +block-buffer@0.10.4 X X +bnum@0.12.1 X X +bon@3.9.0 X X +bon-macros@3.9.0 X X +brotli@8.0.2 X X +brotli-decompressor@5.0.0 X X +bumpalo@3.20.2 X X +bytemuck@1.25.0 X X X +byteorder@1.5.0 X X +bytes@1.11.1 X +cc@1.2.56 X X +cfg-if@1.0.4 X X +chrono@0.4.44 X X +concurrent-queue@2.5.0 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +crc32fast@1.5.0 X X +crossbeam-channel@0.5.15 X X +crossbeam-epoch@0.9.18 X X +crossbeam-utils@0.8.21 X X +crunchy@0.2.4 X +crypto-common@0.1.7 X X +darling@0.20.11 X +darling@0.21.3 X +darling@0.23.0 X +darling_core@0.20.11 X +darling_core@0.21.3 X +darling_core@0.23.0 X +darling_macro@0.20.11 X +darling_macro@0.21.3 X +darling_macro@0.23.0 X +derive_builder@0.20.2 X X +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 +erased-serde@0.4.10 X X +event-listener@5.4.1 X X +event-listener-strategy@0.5.4 X X +expect-test@1.5.1 X X +fastnum@0.7.4 X X +fastrand@2.3.0 X X +find-msvc-tools@0.1.9 X X +flatbuffers@25.12.19 X +flate2@1.1.9 X X +fnv@1.0.7 X X +form_urlencoded@1.2.2 X X +futures@0.3.32 X X +futures-channel@0.3.32 X X +futures-core@0.3.32 X X +futures-executor@0.3.32 X X +futures-io@0.3.32 X X +futures-macro@0.3.32 X X +futures-sink@0.3.32 X X +futures-task@0.3.32 X X +futures-util@0.3.32 X X +generic-array@0.14.7 X +getrandom@0.2.17 X X +getrandom@0.3.4 X X +getrandom@0.4.1 X X +gloo-timers@0.3.0 X X +half@2.7.1 X X +hashbrown@0.16.1 X X +heck@0.5.0 X X +http@1.4.0 X X +http-body@1.0.1 X +http-body-util@0.1.3 X +httparse@1.10.1 X X +hyper@1.8.1 X +hyper-util@0.1.20 X +iana-time-zone@0.1.65 X X +iana-time-zone-haiku@0.1.2 X X +iceberg@0.9.0 X +iceberg-cache-moka@0.9.0 X +iceberg_test_utils@0.9.0 X +icu_collections@2.1.1 X +icu_locale_core@2.1.1 X +icu_normalizer@2.1.1 X +icu_normalizer_data@2.1.1 X +icu_properties@2.1.2 X +icu_properties_data@2.1.2 X +icu_provider@2.1.1 X +ident_case@1.0.1 X X +idna@1.1.0 X X +idna_adapter@1.2.1 X X +integer-encoding@3.0.4 X +inventory@0.3.22 X X +ipnet@2.12.0 X X +iri-string@0.7.10 X X +itertools@0.13.0 X X +itoa@1.0.17 X X +jobserver@0.1.34 X X +js-sys@0.3.91 X X +lazy_static@1.5.0 X X +lexical-core@1.0.6 X X +lexical-parse-float@1.0.6 X X +lexical-parse-integer@1.0.6 X X +lexical-util@1.0.7 X X +lexical-write-float@1.0.6 X X +lexical-write-integer@1.0.6 X X +libc@0.2.182 X X +libm@0.2.16 X +litemap@0.8.1 X +lock_api@0.4.14 X X +log@0.4.29 X X +lz4_flex@0.12.0 X +memchr@2.8.0 X X +miniz_oxide@0.8.9 X X X +mio@1.1.1 X +moka@0.12.14 X X +murmur3@0.5.2 X X +nu-ansi-term@0.50.3 X +num-bigint@0.4.6 X X +num-complex@0.4.6 X X +num-integer@0.1.46 X X +num-traits@0.2.19 X X +once_cell@1.21.3 X X +ordered-float@2.10.1 X +ordered-float@4.6.0 X +parking@2.2.1 X X +parking_lot@0.12.5 X X +parking_lot_core@0.9.12 X X +parquet@57.3.0 X +paste@1.0.15 X X +percent-encoding@2.3.2 X X +pin-project-lite@0.2.17 X X +pin-utils@0.1.0 X X +pkg-config@0.3.32 X X +portable-atomic@1.13.1 X X +potential_utf@0.1.4 X +ppv-lite86@0.2.21 X X +prettyplease@0.2.37 X X +proc-macro2@1.0.106 X X +quad-rand@0.2.3 X +quote@1.0.44 X X +r-efi@5.3.0 X X X +rand@0.8.5 X X +rand@0.9.2 X X +rand_chacha@0.3.1 X X +rand_chacha@0.9.0 X X +rand_core@0.6.4 X X +rand_core@0.9.5 X X +redox_syscall@0.5.18 X +regex@1.12.3 X X +regex-automata@0.4.14 X X +regex-lite@0.1.9 X X +regex-syntax@0.8.10 X X +reqwest@0.12.28 X X +roaring@0.11.3 X X +rustc_version@0.4.1 X X +rustversion@1.0.22 X X +ryu@1.0.23 X X +scopeguard@1.2.0 X X +semver@1.0.27 X X +seq-macro@0.3.6 X X +serde@1.0.228 X X +serde-big-array@0.5.1 X X +serde_bytes@0.11.19 X X +serde_core@1.0.228 X X +serde_derive@1.0.228 X X +serde_json@1.0.149 X X +serde_repr@0.1.20 X X +serde_urlencoded@0.7.1 X X +serde_with@3.17.0 X X +serde_with_macros@3.17.0 X X +sharded-slab@0.1.7 X +shlex@1.3.0 X X +simd-adler32@0.3.8 X +simdutf8@0.1.5 X X +slab@0.4.12 X +smallvec@1.15.1 X X +snap@1.1.1 X +socket2@0.6.2 X X +stable_deref_trait@1.2.1 X X +strsim@0.11.1 X +strum@0.27.2 X +strum_macros@0.27.2 X +syn@2.0.117 X X +sync_wrapper@1.0.2 X +synstructure@0.13.2 X +tagptr@0.2.0 X X +thiserror@2.0.18 X X +thiserror-impl@2.0.18 X X +thread_local@1.1.9 X X +thrift@0.17.0 X +tiny-keccak@2.0.2 X +tinystr@0.8.2 X +tokio@1.50.0 X +tokio-macros@2.6.1 X +tower@0.5.3 X +tower-http@0.6.8 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.44 X +tracing-core@0.1.36 X +tracing-log@0.2.0 X +tracing-subscriber@0.3.22 X +try-lock@0.2.5 X +twox-hash@2.1.2 X +typed-builder@0.20.1 X X +typed-builder-macro@0.20.1 X X +typeid@1.0.3 X X +typenum@1.19.0 X X +typetag@0.2.21 X X +typetag-impl@0.2.21 X X +unicode-ident@1.0.24 X X X +url@2.5.8 X X +utf8_iter@1.0.4 X X +uuid@1.22.0 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.1+wasi-snapshot-preview1 X X X +wasip2@1.0.2+wasi-0.2.9 X X X +wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 X X X +wasm-bindgen@0.2.114 X X +wasm-bindgen-futures@0.4.64 X X +wasm-bindgen-macro@0.2.114 X X +wasm-bindgen-macro-support@0.2.114 X X +wasm-bindgen-shared@0.2.114 X X +web-sys@0.3.91 X X +windows-core@0.62.2 X X +windows-implement@0.60.2 X X +windows-interface@0.59.3 X X +windows-link@0.2.1 X X +windows-result@0.4.1 X X +windows-strings@0.5.1 X X +windows-sys@0.60.2 X X +windows-sys@0.61.2 X X +windows-targets@0.53.5 X X +windows_aarch64_gnullvm@0.53.1 X X +windows_aarch64_msvc@0.53.1 X X +windows_i686_gnu@0.53.1 X X +windows_i686_gnullvm@0.53.1 X X +windows_i686_msvc@0.53.1 X X +windows_x86_64_gnu@0.53.1 X X +windows_x86_64_gnullvm@0.53.1 X X +windows_x86_64_msvc@0.53.1 X X +wit-bindgen@0.51.0 X X X +writeable@0.6.2 X +yoke@0.8.1 X +yoke-derive@0.8.1 X +zerocopy@0.8.40 X X X +zerocopy-derive@0.8.40 X X X +zerofrom@0.1.6 X +zerofrom-derive@0.1.6 X +zerotrie@0.2.3 X +zerovec@0.11.5 X +zerovec-derive@0.11.2 X +zlib-rs@0.6.3 X +zmij@1.0.21 X +zstd@0.13.3 X +zstd-safe@7.2.4 X X +zstd-sys@2.0.16+zstd.1.5.7 X X diff --git a/crates/integrations/datafusion/DEPENDENCIES.rust.tsv b/crates/integrations/datafusion/DEPENDENCIES.rust.tsv index 7a0f57e7a0..d0e79b2b3f 100644 --- a/crates/integrations/datafusion/DEPENDENCIES.rust.tsv +++ b/crates/integrations/datafusion/DEPENDENCIES.rust.tsv @@ -1,409 +1,389 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-2.1-or-later MIT MIT-0 Unicode-3.0 Unlicense Zlib bzip2-1.0.6 -adler2@2.0.1 X X X -ahash@0.8.12 X X -aho-corasick@1.1.4 X X -alloc-no-stdlib@2.0.4 X -alloc-stdlib@0.2.2 X -allocator-api2@0.2.21 X X -android_system_properties@0.1.5 X X -anyhow@1.0.100 X X -apache-avro@0.21.0 X -ar_archive_writer@0.2.0 X -array-init@2.1.0 X X -arrayref@0.3.9 X -arrayvec@0.7.6 X X -arrow@57.1.0 X -arrow-arith@57.1.0 X -arrow-array@57.1.0 X -arrow-buffer@57.1.0 X -arrow-cast@57.1.0 X -arrow-csv@57.1.0 X -arrow-data@57.1.0 X -arrow-ipc@57.1.0 X -arrow-json@57.1.0 X -arrow-ord@57.1.0 X -arrow-row@57.1.0 X -arrow-schema@57.1.0 X -arrow-select@57.1.0 X -arrow-string@57.1.0 X -as-any@0.3.2 X X -async-compression@0.4.19 X X -async-lock@3.4.1 X X -async-trait@0.1.89 X X -atoi@2.0.0 X -atomic-waker@1.1.2 X X -autocfg@1.5.0 X X -backon@1.6.0 X -base64@0.22.1 X X -bigdecimal@0.4.9 X X -bimap@0.6.3 X X -bitflags@2.10.0 X X -blake2@0.10.6 X X -blake3@1.8.2 X X X -block-buffer@0.10.4 X X -bon@3.8.1 X X -bon-macros@3.8.1 X X -brotli@8.0.2 X X -brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.24.0 X X X -byteorder@1.5.0 X X -bytes@1.11.0 X -bzip2@0.5.2 X X -bzip2@0.6.1 X X -bzip2-sys@0.1.13+1.0.8 X X -cc@1.2.49 X X -cfg-if@1.0.4 X X -chrono@0.4.42 X X -chrono-tz@0.10.4 X X -comfy-table@7.2.1 X -concurrent-queue@2.5.0 X X -const-oid@0.9.6 X X -const-random@0.1.18 X X -const-random-macro@0.1.16 X X -constant_time_eq@0.3.1 X X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.17 X X -crc32c@0.6.8 X X -crc32fast@1.5.0 X X -crossbeam-channel@0.5.15 X X -crossbeam-epoch@0.9.18 X X -crossbeam-utils@0.8.21 X X -crunchy@0.2.4 X -crypto-common@0.1.7 X X -csv@1.4.0 X X -csv-core@0.1.13 X X -darling@0.20.11 X -darling@0.21.3 X -darling_core@0.20.11 X -darling_core@0.21.3 X -darling_macro@0.20.11 X -darling_macro@0.21.3 X -dashmap@6.1.0 X -datafusion@51.0.0 X -datafusion-catalog@51.0.0 X -datafusion-catalog-listing@51.0.0 X -datafusion-common@51.0.0 X -datafusion-common-runtime@51.0.0 X -datafusion-datasource@51.0.0 X -datafusion-datasource-arrow@51.0.0 X -datafusion-datasource-csv@51.0.0 X -datafusion-datasource-json@51.0.0 X -datafusion-datasource-parquet@51.0.0 X -datafusion-doc@51.0.0 X -datafusion-execution@51.0.0 X -datafusion-expr@51.0.0 X -datafusion-expr-common@51.0.0 X -datafusion-functions@51.0.0 X -datafusion-functions-aggregate@51.0.0 X -datafusion-functions-aggregate-common@51.0.0 X -datafusion-functions-nested@51.0.0 X -datafusion-functions-table@51.0.0 X -datafusion-functions-window@51.0.0 X -datafusion-functions-window-common@51.0.0 X -datafusion-macros@51.0.0 X -datafusion-optimizer@51.0.0 X -datafusion-physical-expr@51.0.0 X -datafusion-physical-expr-adapter@51.0.0 X -datafusion-physical-expr-common@51.0.0 X -datafusion-physical-optimizer@51.0.0 X -datafusion-physical-plan@51.0.0 X -datafusion-pruning@51.0.0 X -datafusion-session@51.0.0 X -datafusion-sql@51.0.0 X -derive_builder@0.20.2 X X -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.14 X X -event-listener@5.4.1 X X -event-listener-strategy@0.5.4 X X -expect-test@1.5.1 X X -fastrand@2.3.0 X X -find-msvc-tools@0.1.5 X X -fixedbitset@0.5.7 X X -flatbuffers@25.9.23 X -flate2@1.1.5 X X -fnv@1.0.7 X X -foldhash@0.1.5 X -form_urlencoded@1.2.2 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-timer@3.0.3 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.16 X X -getrandom@0.3.4 X X -glob@0.3.3 X X -gloo-timers@0.3.0 X X -half@2.7.1 X X -hashbrown@0.14.5 X X -hashbrown@0.15.5 X X -hashbrown@0.16.1 X X -heck@0.5.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.4.0 X X -http-body@1.0.1 X -http-body-util@0.1.3 X -httparse@1.10.1 X X -humantime@2.3.0 X X -hyper@1.8.1 X -hyper-rustls@0.27.7 X X X -hyper-util@0.1.19 X -iana-time-zone@0.1.64 X X -iana-time-zone-haiku@0.1.2 X X -iceberg@0.8.0 X -iceberg-datafusion@0.8.0 X -iceberg_test_utils@0.8.0 X -icu_collections@2.1.1 X -icu_locale_core@2.1.1 X -icu_normalizer@2.1.1 X -icu_normalizer_data@2.1.1 X -icu_properties@2.1.1 X -icu_properties_data@2.1.1 X -icu_provider@2.1.1 X -ident_case@1.0.1 X X -idna@1.1.0 X X -idna_adapter@1.2.1 X X -indexmap@2.12.1 X X -integer-encoding@3.0.4 X -ipnet@2.11.0 X X -iri-string@0.7.9 X X -itertools@0.13.0 X X -itertools@0.14.0 X X -itoa@1.0.15 X X -jiff@0.2.16 X X -jiff-tzdb@0.1.4 X X -jiff-tzdb-platform@0.1.3 X X -jobserver@0.1.34 X X -js-sys@0.3.83 X X -lazy_static@1.5.0 X X -lexical-core@1.0.6 X X -lexical-parse-float@1.0.6 X X -lexical-parse-integer@1.0.6 X X -lexical-util@1.0.7 X X -lexical-write-float@1.0.6 X X -lexical-write-integer@1.0.6 X X -libbz2-rs-sys@0.2.2 X -libc@0.2.178 X X -libm@0.2.15 X -libz-rs-sys@0.5.3 X -linux-raw-sys@0.11.0 X X X -litemap@0.8.1 X -lock_api@0.4.14 X X -log@0.4.29 X X -lz4_flex@0.12.0 X -lzma-sys@0.1.20 X X -md-5@0.10.6 X X -memchr@2.7.6 X X -miniz_oxide@0.8.9 X X X -mio@1.1.1 X -moka@0.12.11 X X -murmur3@0.5.2 X X -nu-ansi-term@0.50.3 X -num-bigint@0.4.6 X X -num-complex@0.4.6 X X -num-integer@0.1.46 X X -num-traits@0.2.19 X X -object@0.32.2 X X -object_store@0.12.4 X X -once_cell@1.21.3 X X -opendal@0.55.0 X -ordered-float@2.10.1 X -ordered-float@4.6.0 X -parking@2.2.1 X X -parking_lot@0.12.5 X X -parking_lot_core@0.9.12 X X -parquet@57.1.0 X -paste@1.0.15 X X -percent-encoding@2.3.2 X X -petgraph@0.8.3 X X -phf@0.12.1 X -phf_shared@0.12.1 X -pin-project-lite@0.2.16 X X -pin-utils@0.1.0 X X -pkg-config@0.3.32 X X -portable-atomic@1.11.1 X X -portable-atomic-util@0.2.4 X X -potential_utf@0.1.4 X -ppv-lite86@0.2.21 X X -prettyplease@0.2.37 X X -proc-macro-crate@3.4.0 X X -proc-macro2@1.0.103 X X -psm@0.1.28 X X -quad-rand@0.2.3 X -quick-xml@0.38.4 X -quote@1.0.42 X X -r-efi@5.3.0 X X X -rand@0.8.5 X X -rand@0.9.2 X X -rand_chacha@0.3.1 X X -rand_chacha@0.9.0 X X -rand_core@0.6.4 X X -rand_core@0.9.3 X X -recursive@0.1.1 X -recursive-proc-macro-impl@0.1.1 X -redox_syscall@0.5.18 X -regex@1.12.2 X X -regex-automata@0.4.13 X X -regex-lite@0.1.8 X X -regex-syntax@0.8.8 X X -relative-path@1.9.3 X X -reqsign@0.16.5 X -reqwest@0.12.25 X X -ring@0.17.14 X X -roaring@0.11.2 X X -rstest@0.26.1 X X -rstest_macros@0.26.1 X X -rust_decimal@1.39.0 X -rustc_version@0.4.1 X X -rustix@1.1.2 X X X -rustls@0.23.35 X X X -rustls-pki-types@1.13.1 X X -rustls-webpki@0.103.8 X -rustversion@1.0.22 X X -ryu@1.0.20 X X -same-file@1.0.6 X X -scopeguard@1.2.0 X X -semver@1.0.27 X X -seq-macro@0.3.6 X X -serde@1.0.228 X X -serde_bytes@0.11.19 X X -serde_core@1.0.228 X X -serde_derive@1.0.228 X X -serde_json@1.0.145 X X -serde_repr@0.1.20 X X -serde_urlencoded@0.7.1 X X -serde_with@3.16.1 X X -serde_with_macros@3.16.1 X X -sha1@0.10.6 X X -sha2@0.10.9 X X -sharded-slab@0.1.7 X -shlex@1.3.0 X X -simd-adler32@0.3.8 X -simdutf8@0.1.5 X X -siphasher@1.0.1 X X -slab@0.4.11 X -smallvec@1.15.1 X X -snap@1.1.1 X -socket2@0.6.1 X X -sqlparser@0.59.0 X -sqlparser_derive@0.3.0 X -stable_deref_trait@1.2.1 X X -stacker@0.1.22 X X -strsim@0.11.1 X -strum@0.27.2 X -strum_macros@0.27.2 X -subtle@2.6.1 X -syn@2.0.111 X X -sync_wrapper@1.0.2 X -synstructure@0.13.2 X -tagptr@0.2.0 X X -tempfile@3.23.0 X X -thiserror@2.0.17 X X -thiserror-impl@2.0.17 X X -thread_local@1.1.9 X X -thrift@0.17.0 X -tiny-keccak@2.0.2 X -tinystr@0.8.2 X -tokio@1.48.0 X -tokio-macros@2.6.0 X -tokio-rustls@0.26.4 X X -tokio-util@0.7.17 X -toml_datetime@0.7.3 X X -toml_edit@0.23.9 X X -toml_parser@1.0.4 X X -tower@0.5.2 X -tower-http@0.6.8 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.43 X -tracing-attributes@0.1.31 X -tracing-core@0.1.35 X -tracing-log@0.2.0 X -tracing-subscriber@0.3.22 X -try-lock@0.2.5 X -twox-hash@2.1.2 X -typed-builder@0.20.1 X X -typed-builder-macro@0.20.1 X X -typenum@1.19.0 X X -unicode-ident@1.0.22 X X X -unicode-segmentation@1.12.0 X X -unicode-width@0.2.2 X X -untrusted@0.9.0 X -url@2.5.7 X X -utf8_iter@1.0.4 X X -uuid@1.19.0 X X -version_check@0.9.5 X X -walkdir@2.5.0 X X -want@0.3.1 X -wasi@0.11.1+wasi-snapshot-preview1 X X X -wasip2@1.0.1+wasi-0.2.4 X X X -wasm-bindgen@0.2.106 X X -wasm-bindgen-futures@0.4.56 X X -wasm-bindgen-macro@0.2.106 X X -wasm-bindgen-macro-support@0.2.106 X X -wasm-bindgen-shared@0.2.106 X X -wasm-streams@0.4.2 X X -web-sys@0.3.83 X X -web-time@1.1.0 X X -webpki-roots@1.0.4 X -winapi-util@0.1.11 X X -windows-core@0.62.2 X X -windows-implement@0.60.2 X X -windows-interface@0.59.3 X X -windows-link@0.2.1 X X -windows-result@0.4.1 X X -windows-strings@0.5.1 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-sys@0.60.2 X X -windows-sys@0.61.2 X X -windows-targets@0.52.6 X X -windows-targets@0.53.5 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_gnullvm@0.53.1 X X -windows_aarch64_msvc@0.52.6 X X -windows_aarch64_msvc@0.53.1 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnu@0.53.1 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_gnullvm@0.53.1 X X -windows_i686_msvc@0.52.6 X X -windows_i686_msvc@0.53.1 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnu@0.53.1 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_gnullvm@0.53.1 X X -windows_x86_64_msvc@0.52.6 X X -windows_x86_64_msvc@0.53.1 X X -winnow@0.7.14 X -wit-bindgen@0.46.0 X X X -writeable@0.6.2 X -xz2@0.1.7 X X -yoke@0.8.1 X -yoke-derive@0.8.1 X -zerocopy@0.8.31 X X X -zerocopy-derive@0.8.31 X X X -zerofrom@0.1.6 X -zerofrom-derive@0.1.6 X -zeroize@1.8.2 X X -zerotrie@0.2.3 X -zerovec@0.11.5 X -zerovec-derive@0.11.2 X -zlib-rs@0.5.3 X -zstd@0.13.3 X -zstd-safe@7.2.4 X X -zstd-sys@2.0.16+zstd.1.5.7 X X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 LGPL-2.1-or-later MIT MIT-0 Unicode-3.0 Unlicense Zlib bzip2-1.0.6 +adler2@2.0.1 X X X +ahash@0.8.12 X X +aho-corasick@1.1.4 X X +alloc-no-stdlib@2.0.4 X +alloc-stdlib@0.2.2 X +allocator-api2@0.2.21 X X +android_system_properties@0.1.5 X X +anyhow@1.0.102 X X +apache-avro@0.21.0 X +ar_archive_writer@0.5.1 X +array-init@2.1.0 X X +arrayref@0.3.9 X +arrayvec@0.7.6 X X +arrow@57.3.0 X +arrow-arith@57.3.0 X +arrow-array@57.3.0 X +arrow-buffer@57.3.0 X +arrow-cast@57.3.0 X +arrow-csv@57.3.0 X +arrow-data@57.3.0 X +arrow-ipc@57.3.0 X +arrow-json@57.3.0 X +arrow-ord@57.3.0 X +arrow-row@57.3.0 X +arrow-schema@57.3.0 X +arrow-select@57.3.0 X +arrow-string@57.3.0 X +as-any@0.3.2 X X +async-compression@0.4.41 X X +async-lock@3.4.2 X X +async-trait@0.1.89 X X +atoi@2.0.0 X +atomic-waker@1.1.2 X X +autocfg@1.5.0 X X +backon@1.6.0 X +base64@0.22.1 X X +bigdecimal@0.4.10 X X +bimap@0.6.3 X X +bitflags@2.11.0 X X +blake2@0.10.6 X X +blake3@1.8.3 X X X +block-buffer@0.10.4 X X +bnum@0.12.1 X X +bon@3.9.0 X X +bon-macros@3.9.0 X X +brotli@8.0.2 X X +brotli-decompressor@5.0.0 X X +bumpalo@3.20.2 X X +bytemuck@1.25.0 X X X +byteorder@1.5.0 X X +bytes@1.11.1 X +bzip2@0.6.1 X X +cc@1.2.56 X X +cfg-if@1.0.4 X X +chrono@0.4.44 X X +chrono-tz@0.10.4 X X +comfy-table@7.2.2 X +compression-codecs@0.4.37 X X +compression-core@0.4.31 X X +concurrent-queue@2.5.0 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +constant_time_eq@0.4.2 X X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.17 X X +crc32fast@1.5.0 X X +crossbeam-channel@0.5.15 X X +crossbeam-epoch@0.9.18 X X +crossbeam-utils@0.8.21 X X +crunchy@0.2.4 X +crypto-common@0.1.7 X X +csv@1.4.0 X X +csv-core@0.1.13 X X +darling@0.20.11 X +darling@0.21.3 X +darling@0.23.0 X +darling_core@0.20.11 X +darling_core@0.21.3 X +darling_core@0.23.0 X +darling_macro@0.20.11 X +darling_macro@0.21.3 X +darling_macro@0.23.0 X +dashmap@6.1.0 X +datafusion@52.2.0 X +datafusion-catalog@52.2.0 X +datafusion-catalog-listing@52.2.0 X +datafusion-common@52.2.0 X +datafusion-common-runtime@52.2.0 X +datafusion-datasource@52.2.0 X +datafusion-datasource-arrow@52.2.0 X +datafusion-datasource-csv@52.2.0 X +datafusion-datasource-json@52.2.0 X +datafusion-datasource-parquet@52.2.0 X +datafusion-doc@52.2.0 X +datafusion-execution@52.2.0 X +datafusion-expr@52.2.0 X +datafusion-expr-common@52.2.0 X +datafusion-functions@52.2.0 X +datafusion-functions-aggregate@52.2.0 X +datafusion-functions-aggregate-common@52.2.0 X +datafusion-functions-nested@52.2.0 X +datafusion-functions-table@52.2.0 X +datafusion-functions-window@52.2.0 X +datafusion-functions-window-common@52.2.0 X +datafusion-macros@52.2.0 X +datafusion-optimizer@52.2.0 X +datafusion-physical-expr@52.2.0 X +datafusion-physical-expr-adapter@52.2.0 X +datafusion-physical-expr-common@52.2.0 X +datafusion-physical-optimizer@52.2.0 X +datafusion-physical-plan@52.2.0 X +datafusion-pruning@52.2.0 X +datafusion-session@52.2.0 X +datafusion-sql@52.2.0 X +derive_builder@0.20.2 X X +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 +erased-serde@0.4.10 X X +errno@0.3.14 X X +event-listener@5.4.1 X X +event-listener-strategy@0.5.4 X X +expect-test@1.5.1 X X +fastnum@0.7.4 X X +fastrand@2.3.0 X X +find-msvc-tools@0.1.9 X X +fixedbitset@0.5.7 X X +flatbuffers@25.12.19 X +flate2@1.1.9 X X +fnv@1.0.7 X X +foldhash@0.1.5 X +foldhash@0.2.0 X +form_urlencoded@1.2.2 X X +futures@0.3.32 X X +futures-channel@0.3.32 X X +futures-core@0.3.32 X X +futures-executor@0.3.32 X X +futures-io@0.3.32 X X +futures-macro@0.3.32 X X +futures-sink@0.3.32 X X +futures-task@0.3.32 X X +futures-util@0.3.32 X X +generic-array@0.14.7 X +getrandom@0.2.17 X X +getrandom@0.3.4 X X +getrandom@0.4.1 X X +glob@0.3.3 X X +gloo-timers@0.3.0 X X +half@2.7.1 X X +hashbrown@0.14.5 X X +hashbrown@0.15.5 X X +hashbrown@0.16.1 X X +heck@0.5.0 X X +hex@0.4.3 X X +http@1.4.0 X X +http-body@1.0.1 X +http-body-util@0.1.3 X +httparse@1.10.1 X X +humantime@2.3.0 X X +hyper@1.8.1 X +hyper-util@0.1.20 X +iana-time-zone@0.1.65 X X +iana-time-zone-haiku@0.1.2 X X +iceberg@0.9.0 X +iceberg-datafusion@0.9.0 X +iceberg_test_utils@0.9.0 X +icu_collections@2.1.1 X +icu_locale_core@2.1.1 X +icu_normalizer@2.1.1 X +icu_normalizer_data@2.1.1 X +icu_properties@2.1.2 X +icu_properties_data@2.1.2 X +icu_provider@2.1.1 X +ident_case@1.0.1 X X +idna@1.1.0 X X +idna_adapter@1.2.1 X X +indexmap@2.13.0 X X +integer-encoding@3.0.4 X +inventory@0.3.22 X X +ipnet@2.12.0 X X +iri-string@0.7.10 X X +itertools@0.13.0 X X +itertools@0.14.0 X X +itoa@1.0.17 X X +jobserver@0.1.34 X X +js-sys@0.3.91 X X +lazy_static@1.5.0 X X +lexical-core@1.0.6 X X +lexical-parse-float@1.0.6 X X +lexical-parse-integer@1.0.6 X X +lexical-util@1.0.7 X X +lexical-write-float@1.0.6 X X +lexical-write-integer@1.0.6 X X +libbz2-rs-sys@0.2.2 X +libc@0.2.182 X X +liblzma@0.4.6 X X +liblzma-sys@0.4.5 X X +libm@0.2.16 X +linux-raw-sys@0.12.1 X X X +litemap@0.8.1 X +lock_api@0.4.14 X X +log@0.4.29 X X +lz4_flex@0.12.0 X +memchr@2.8.0 X X +miniz_oxide@0.8.9 X X X +mio@1.1.1 X +moka@0.12.14 X X +murmur3@0.5.2 X X +nu-ansi-term@0.50.3 X +num-bigint@0.4.6 X X +num-complex@0.4.6 X X +num-integer@0.1.46 X X +num-traits@0.2.19 X X +object@0.37.3 X X +object_store@0.12.5 X X +once_cell@1.21.3 X X +ordered-float@2.10.1 X +ordered-float@4.6.0 X +parking@2.2.1 X X +parking_lot@0.12.5 X X +parking_lot_core@0.9.12 X X +parquet@57.3.0 X +paste@1.0.15 X X +percent-encoding@2.3.2 X X +petgraph@0.8.3 X X +phf@0.12.1 X +phf_shared@0.12.1 X +pin-project-lite@0.2.17 X X +pin-utils@0.1.0 X X +pkg-config@0.3.32 X X +portable-atomic@1.13.1 X X +potential_utf@0.1.4 X +ppv-lite86@0.2.21 X X +prettyplease@0.2.37 X X +proc-macro2@1.0.106 X X +psm@0.1.30 X X +quad-rand@0.2.3 X +quote@1.0.44 X X +r-efi@5.3.0 X X X +rand@0.8.5 X X +rand@0.9.2 X X +rand_chacha@0.3.1 X X +rand_chacha@0.9.0 X X +rand_core@0.6.4 X X +rand_core@0.9.5 X X +recursive@0.1.1 X +recursive-proc-macro-impl@0.1.1 X +redox_syscall@0.5.18 X +regex@1.12.3 X X +regex-automata@0.4.14 X X +regex-lite@0.1.9 X X +regex-syntax@0.8.10 X X +reqwest@0.12.28 X X +roaring@0.11.3 X X +rustc_version@0.4.1 X X +rustix@1.1.4 X X X +rustversion@1.0.22 X X +ryu@1.0.23 X X +same-file@1.0.6 X X +scopeguard@1.2.0 X X +semver@1.0.27 X X +seq-macro@0.3.6 X X +serde@1.0.228 X X +serde-big-array@0.5.1 X X +serde_bytes@0.11.19 X X +serde_core@1.0.228 X X +serde_derive@1.0.228 X X +serde_json@1.0.149 X X +serde_repr@0.1.20 X X +serde_urlencoded@0.7.1 X X +serde_with@3.17.0 X X +serde_with_macros@3.17.0 X X +sha2@0.10.9 X X +sharded-slab@0.1.7 X +shlex@1.3.0 X X +simd-adler32@0.3.8 X +simdutf8@0.1.5 X X +siphasher@1.0.2 X X +slab@0.4.12 X +smallvec@1.15.1 X X +snap@1.1.1 X +socket2@0.6.2 X X +sqlparser@0.59.0 X +sqlparser_derive@0.3.0 X +stable_deref_trait@1.2.1 X X +stacker@0.1.23 X X +strsim@0.11.1 X +strum@0.27.2 X +strum_macros@0.27.2 X +subtle@2.6.1 X +syn@2.0.117 X X +sync_wrapper@1.0.2 X +synstructure@0.13.2 X +tagptr@0.2.0 X X +tempfile@3.26.0 X X +thiserror@2.0.18 X X +thiserror-impl@2.0.18 X X +thread_local@1.1.9 X X +thrift@0.17.0 X +tiny-keccak@2.0.2 X +tinystr@0.8.2 X +tokio@1.50.0 X +tokio-macros@2.6.1 X +tokio-util@0.7.18 X +tower@0.5.3 X +tower-http@0.6.8 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.44 X +tracing-attributes@0.1.31 X +tracing-core@0.1.36 X +tracing-log@0.2.0 X +tracing-subscriber@0.3.22 X +try-lock@0.2.5 X +twox-hash@2.1.2 X +typed-builder@0.20.1 X X +typed-builder-macro@0.20.1 X X +typeid@1.0.3 X X +typenum@1.19.0 X X +typetag@0.2.21 X X +typetag-impl@0.2.21 X X +unicode-ident@1.0.24 X X X +unicode-segmentation@1.12.0 X X +unicode-width@0.2.2 X X +url@2.5.8 X X +utf8_iter@1.0.4 X X +uuid@1.22.0 X X +version_check@0.9.5 X X +walkdir@2.5.0 X X +want@0.3.1 X +wasi@0.11.1+wasi-snapshot-preview1 X X X +wasip2@1.0.2+wasi-0.2.9 X X X +wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 X X X +wasm-bindgen@0.2.114 X X +wasm-bindgen-futures@0.4.64 X X +wasm-bindgen-macro@0.2.114 X X +wasm-bindgen-macro-support@0.2.114 X X +wasm-bindgen-shared@0.2.114 X X +web-sys@0.3.91 X X +web-time@1.1.0 X X +winapi-util@0.1.11 X X +windows-core@0.62.2 X X +windows-implement@0.60.2 X X +windows-interface@0.59.3 X X +windows-link@0.2.1 X X +windows-result@0.4.1 X X +windows-strings@0.5.1 X X +windows-sys@0.59.0 X X +windows-sys@0.60.2 X X +windows-sys@0.61.2 X X +windows-targets@0.52.6 X X +windows-targets@0.53.5 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_gnullvm@0.53.1 X X +windows_aarch64_msvc@0.52.6 X X +windows_aarch64_msvc@0.53.1 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnu@0.53.1 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_gnullvm@0.53.1 X X +windows_i686_msvc@0.52.6 X X +windows_i686_msvc@0.53.1 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnu@0.53.1 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_gnullvm@0.53.1 X X +windows_x86_64_msvc@0.52.6 X X +windows_x86_64_msvc@0.53.1 X X +wit-bindgen@0.51.0 X X X +writeable@0.6.2 X +yoke@0.8.1 X +yoke-derive@0.8.1 X +zerocopy@0.8.40 X X X +zerocopy-derive@0.8.40 X X X +zerofrom@0.1.6 X +zerofrom-derive@0.1.6 X +zerotrie@0.2.3 X +zerovec@0.11.5 X +zerovec-derive@0.11.2 X +zlib-rs@0.6.3 X +zmij@1.0.21 X +zstd@0.13.3 X +zstd-safe@7.2.4 X X +zstd-sys@2.0.16+zstd.1.5.7 X X diff --git a/crates/integrations/playground/DEPENDENCIES.rust.tsv b/crates/integrations/playground/DEPENDENCIES.rust.tsv index 8f57b1d9ae..14fa72077e 100644 --- a/crates/integrations/playground/DEPENDENCIES.rust.tsv +++ b/crates/integrations/playground/DEPENDENCIES.rust.tsv @@ -1,492 +1,487 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-2.1-or-later MIT MIT-0 MPL-2.0 Unicode-3.0 Unlicense Zlib bzip2-1.0.6 -adler2@2.0.1 X X X -ahash@0.8.12 X X -aho-corasick@1.1.4 X X -alloc-no-stdlib@2.0.4 X -alloc-stdlib@0.2.2 X -allocator-api2@0.2.21 X X -android_system_properties@0.1.5 X X -anstream@0.6.21 X X -anstyle@1.0.13 X X -anstyle-parse@0.2.7 X X -anstyle-query@1.1.5 X X -anstyle-wincon@3.0.11 X X -anyhow@1.0.100 X X -apache-avro@0.20.0 X -apache-avro@0.21.0 X -ar_archive_writer@0.2.0 X -array-init@2.1.0 X X -arrayref@0.3.9 X -arrayvec@0.7.6 X X -arrow@57.1.0 X -arrow-arith@57.1.0 X -arrow-array@57.1.0 X -arrow-buffer@57.1.0 X -arrow-cast@57.1.0 X -arrow-csv@57.1.0 X -arrow-data@57.1.0 X -arrow-ipc@57.1.0 X -arrow-json@57.1.0 X -arrow-ord@57.1.0 X -arrow-row@57.1.0 X -arrow-schema@57.1.0 X -arrow-select@57.1.0 X -arrow-string@57.1.0 X -as-any@0.3.2 X X -async-compression@0.4.19 X X -async-lock@3.4.1 X X -async-trait@0.1.89 X X -atoi@2.0.0 X -atomic-waker@1.1.2 X X -autocfg@1.5.0 X X -aws-config@1.8.11 X -aws-credential-types@1.2.10 X -aws-runtime@1.5.16 X -aws-sdk-sso@1.90.0 X -aws-sdk-ssooidc@1.92.0 X -aws-sdk-sts@1.94.0 X -aws-sigv4@1.3.6 X -aws-smithy-async@1.2.7 X -aws-smithy-http@0.62.6 X -aws-smithy-http-client@1.1.5 X -aws-smithy-json@0.61.8 X -aws-smithy-observability@0.1.5 X -aws-smithy-query@0.60.9 X -aws-smithy-runtime@1.9.5 X -aws-smithy-runtime-api@1.9.3 X -aws-smithy-types@1.3.5 X -aws-smithy-xml@0.60.13 X -aws-types@1.3.10 X -backon@1.6.0 X -base64@0.22.1 X X -base64-simd@0.8.0 X -bigdecimal@0.4.9 X X -bimap@0.6.3 X X -bitflags@2.10.0 X X -blake2@0.10.6 X X -blake3@1.8.2 X X X -block-buffer@0.10.4 X X -bon@3.8.1 X X -bon-macros@3.8.1 X X -brotli@8.0.2 X X -brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.24.0 X X X -byteorder@1.5.0 X X -bytes@1.11.0 X -bytes-utils@0.1.4 X X -bzip2@0.5.2 X X -bzip2@0.6.1 X X -bzip2-sys@0.1.13+1.0.8 X X -cc@1.2.49 X X -cfg-if@1.0.4 X X -cfg_aliases@0.2.1 X -chrono@0.4.42 X X -chrono-tz@0.10.4 X X -clap@4.5.53 X X -clap_builder@4.5.53 X X -clap_derive@4.5.49 X X -clap_lex@0.7.6 X X -clipboard-win@5.4.1 X -colorchoice@1.0.4 X X -comfy-table@7.2.1 X -concurrent-queue@2.5.0 X X -const-oid@0.9.6 X X -const-random@0.1.18 X X -const-random-macro@0.1.16 X X -constant_time_eq@0.3.1 X X X -core-foundation@0.10.1 X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.17 X X -crc32c@0.6.8 X X -crc32fast@1.5.0 X X -crossbeam-channel@0.5.15 X X -crossbeam-epoch@0.9.18 X X -crossbeam-utils@0.8.21 X X -crunchy@0.2.4 X -crypto-common@0.1.7 X X -csv@1.4.0 X X -csv-core@0.1.13 X X -darling@0.20.11 X -darling@0.21.3 X -darling_core@0.20.11 X -darling_core@0.21.3 X -darling_macro@0.20.11 X -darling_macro@0.21.3 X -dashmap@6.1.0 X -datafusion@51.0.0 X -datafusion-catalog@51.0.0 X -datafusion-catalog-listing@51.0.0 X -datafusion-cli@51.0.0 X -datafusion-common@51.0.0 X -datafusion-common-runtime@51.0.0 X -datafusion-datasource@51.0.0 X -datafusion-datasource-arrow@51.0.0 X -datafusion-datasource-avro@51.0.0 X -datafusion-datasource-csv@51.0.0 X -datafusion-datasource-json@51.0.0 X -datafusion-datasource-parquet@51.0.0 X -datafusion-doc@51.0.0 X -datafusion-execution@51.0.0 X -datafusion-expr@51.0.0 X -datafusion-expr-common@51.0.0 X -datafusion-functions@51.0.0 X -datafusion-functions-aggregate@51.0.0 X -datafusion-functions-aggregate-common@51.0.0 X -datafusion-functions-nested@51.0.0 X -datafusion-functions-table@51.0.0 X -datafusion-functions-window@51.0.0 X -datafusion-functions-window-common@51.0.0 X -datafusion-macros@51.0.0 X -datafusion-optimizer@51.0.0 X -datafusion-physical-expr@51.0.0 X -datafusion-physical-expr-adapter@51.0.0 X -datafusion-physical-expr-common@51.0.0 X -datafusion-physical-optimizer@51.0.0 X -datafusion-physical-plan@51.0.0 X -datafusion-pruning@51.0.0 X -datafusion-session@51.0.0 X -datafusion-sql@51.0.0 X -deranged@0.5.5 X X -derive_builder@0.20.2 X X -derive_builder_core@0.20.2 X X -derive_builder_macro@0.20.2 X X -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.10 X -either@1.15.0 X X -endian-type@0.1.2 X -env_filter@0.1.4 X X -env_logger@0.11.8 X X -equivalent@1.0.2 X X -errno@0.3.14 X X -error-code@3.3.2 X -event-listener@5.4.1 X X -event-listener-strategy@0.5.4 X X -expect-test@1.5.1 X X -fastrand@2.3.0 X X -fd-lock@4.0.4 X X -find-msvc-tools@0.1.5 X X -fixedbitset@0.5.7 X X -flatbuffers@25.9.23 X -flate2@1.1.5 X X -fnv@1.0.7 X X -foldhash@0.1.5 X -form_urlencoded@1.2.2 X X -fs-err@3.2.0 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-timer@3.0.3 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.16 X X -getrandom@0.3.4 X X -glob@0.3.3 X X -gloo-timers@0.3.0 X X -h2@0.4.12 X -half@2.7.1 X X -hashbrown@0.14.5 X X -hashbrown@0.15.5 X X -hashbrown@0.16.1 X X -heck@0.5.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@0.2.12 X X -http@1.4.0 X X -http-body@0.4.6 X -http-body@1.0.1 X -http-body-util@0.1.3 X -httparse@1.10.1 X X -httpdate@1.0.3 X X -humantime@2.3.0 X X -hyper@1.8.1 X -hyper-rustls@0.27.7 X X X -hyper-util@0.1.19 X -iana-time-zone@0.1.64 X X -iana-time-zone-haiku@0.1.2 X X -iceberg@0.8.0 X -iceberg-catalog-rest@0.8.0 X -iceberg-datafusion@0.8.0 X -iceberg-playground@0.8.0 X -iceberg_test_utils@0.8.0 X -icu_collections@2.1.1 X -icu_locale_core@2.1.1 X -icu_normalizer@2.1.1 X -icu_normalizer_data@2.1.1 X -icu_properties@2.1.1 X -icu_properties_data@2.1.1 X -icu_provider@2.1.1 X -ident_case@1.0.1 X X -idna@1.1.0 X X -idna_adapter@1.2.1 X X -indexmap@2.12.1 X X -integer-encoding@3.0.4 X -ipnet@2.11.0 X X -iri-string@0.7.9 X X -is_terminal_polyfill@1.70.2 X X -itertools@0.13.0 X X -itertools@0.14.0 X X -itoa@1.0.15 X X -jiff@0.2.16 X X -jiff-tzdb@0.1.4 X X -jiff-tzdb-platform@0.1.3 X X -jobserver@0.1.34 X X -js-sys@0.3.83 X X -lazy_static@1.5.0 X X -lexical-core@1.0.6 X X -lexical-parse-float@1.0.6 X X -lexical-parse-integer@1.0.6 X X -lexical-util@1.0.7 X X -lexical-write-float@1.0.6 X X -lexical-write-integer@1.0.6 X X -libbz2-rs-sys@0.2.2 X -libc@0.2.178 X X -libm@0.2.15 X -libmimalloc-sys@0.1.44 X -libredox@0.1.10 X -libz-rs-sys@0.5.3 X -linux-raw-sys@0.11.0 X X X -litemap@0.8.1 X -lock_api@0.4.14 X X -log@0.4.29 X X -lz4_flex@0.12.0 X -lzma-sys@0.1.20 X X -md-5@0.10.6 X X -memchr@2.7.6 X X -mimalloc@0.1.48 X -miniz_oxide@0.8.9 X X X -mio@1.1.1 X -moka@0.12.11 X X -murmur3@0.5.2 X X -nibble_vec@0.1.0 X -nix@0.30.1 X -nu-ansi-term@0.50.3 X -num-bigint@0.4.6 X X -num-complex@0.4.6 X X -num-conv@0.1.0 X X -num-integer@0.1.46 X X -num-traits@0.2.19 X X -object@0.32.2 X X -object_store@0.12.4 X X -once_cell@1.21.3 X X -once_cell_polyfill@1.70.2 X X -opendal@0.55.0 X -openssl-probe@0.1.6 X X -option-ext@0.2.0 X -ordered-float@2.10.1 X -ordered-float@4.6.0 X -outref@0.5.2 X -parking@2.2.1 X X -parking_lot@0.12.5 X X -parking_lot_core@0.9.12 X X -parquet@57.1.0 X -paste@1.0.15 X X -percent-encoding@2.3.2 X X -petgraph@0.8.3 X X -phf@0.12.1 X -phf_shared@0.12.1 X -pin-project-lite@0.2.16 X X -pin-utils@0.1.0 X X -pkg-config@0.3.32 X X -portable-atomic@1.11.1 X X -portable-atomic-util@0.2.4 X X -potential_utf@0.1.4 X -powerfmt@0.2.0 X X -ppv-lite86@0.2.21 X X -prettyplease@0.2.37 X X -proc-macro-crate@3.4.0 X X -proc-macro2@1.0.103 X X -psm@0.1.28 X X -quad-rand@0.2.3 X -quick-xml@0.38.4 X -quote@1.0.42 X X -r-efi@5.3.0 X X X -radix_trie@0.2.1 X -rand@0.8.5 X X -rand@0.9.2 X X -rand_chacha@0.3.1 X X -rand_chacha@0.9.0 X X -rand_core@0.6.4 X X -rand_core@0.9.3 X X -recursive@0.1.1 X -recursive-proc-macro-impl@0.1.1 X -redox_syscall@0.5.18 X -redox_users@0.5.2 X -regex@1.12.2 X X -regex-automata@0.4.13 X X -regex-lite@0.1.8 X X -regex-syntax@0.8.8 X X -relative-path@1.9.3 X X -reqsign@0.16.5 X -reqwest@0.12.25 X X -ring@0.17.14 X X -roaring@0.11.2 X X -rstest@0.26.1 X X -rstest_macros@0.26.1 X X -rust_decimal@1.39.0 X -rustc_version@0.4.1 X X -rustix@1.1.2 X X X -rustls@0.23.35 X X X -rustls-native-certs@0.8.2 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.13.1 X X -rustls-webpki@0.103.8 X -rustversion@1.0.22 X X -rustyline@17.0.2 X -ryu@1.0.20 X X -same-file@1.0.6 X X -schannel@0.1.28 X -scopeguard@1.2.0 X X -security-framework@3.5.1 X X -security-framework-sys@2.15.0 X X -semver@1.0.27 X X -seq-macro@0.3.6 X X -serde@1.0.228 X X -serde_bytes@0.11.19 X X -serde_core@1.0.228 X X -serde_derive@1.0.228 X X -serde_json@1.0.145 X X -serde_repr@0.1.20 X X -serde_spanned@0.6.9 X X -serde_urlencoded@0.7.1 X X -serde_with@3.16.1 X X -serde_with_macros@3.16.1 X X -sha1@0.10.6 X X -sha2@0.10.9 X X -sharded-slab@0.1.7 X -shlex@1.3.0 X X -signal-hook-registry@1.4.7 X X -simd-adler32@0.3.8 X -simdutf8@0.1.5 X X -siphasher@1.0.1 X X -slab@0.4.11 X -smallvec@1.15.1 X X -snap@1.1.1 X -socket2@0.6.1 X X -sqlparser@0.59.0 X -sqlparser_derive@0.3.0 X -stable_deref_trait@1.2.1 X X -stacker@0.1.22 X X -strsim@0.11.1 X -strum@0.27.2 X -strum_macros@0.27.2 X -subtle@2.6.1 X -syn@2.0.111 X X -sync_wrapper@1.0.2 X -synstructure@0.13.2 X -tagptr@0.2.0 X X -tempfile@3.23.0 X X -thiserror@2.0.17 X X -thiserror-impl@2.0.17 X X -thread_local@1.1.9 X X -thrift@0.17.0 X -time@0.3.44 X X -time-core@0.1.6 X X -tiny-keccak@2.0.2 X -tinystr@0.8.2 X -tokio@1.48.0 X -tokio-macros@2.6.0 X -tokio-rustls@0.26.4 X X -tokio-util@0.7.17 X -toml@0.8.23 X X -toml_datetime@0.6.11 X X -toml_datetime@0.7.3 X X -toml_edit@0.22.27 X X -toml_edit@0.23.9 X X -toml_parser@1.0.4 X X -toml_write@0.1.2 X X -tower@0.5.2 X -tower-http@0.6.8 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.43 X -tracing-attributes@0.1.31 X -tracing-core@0.1.35 X -tracing-log@0.2.0 X -tracing-subscriber@0.3.22 X -try-lock@0.2.5 X -twox-hash@2.1.2 X -typed-builder@0.20.1 X X -typed-builder-macro@0.20.1 X X -typenum@1.19.0 X X -unicode-ident@1.0.22 X X X -unicode-segmentation@1.12.0 X X -unicode-width@0.2.2 X X -untrusted@0.9.0 X -url@2.5.7 X X -urlencoding@2.1.3 X -utf8_iter@1.0.4 X X -utf8parse@0.2.2 X X -uuid@1.19.0 X X -version_check@0.9.5 X X -vsimd@0.8.0 X -walkdir@2.5.0 X X -want@0.3.1 X -wasi@0.11.1+wasi-snapshot-preview1 X X X -wasip2@1.0.1+wasi-0.2.4 X X X -wasm-bindgen@0.2.106 X X -wasm-bindgen-futures@0.4.56 X X -wasm-bindgen-macro@0.2.106 X X -wasm-bindgen-macro-support@0.2.106 X X -wasm-bindgen-shared@0.2.106 X X -wasm-streams@0.4.2 X X -web-sys@0.3.83 X X -web-time@1.1.0 X X -webpki-roots@1.0.4 X -winapi-util@0.1.11 X X -windows-core@0.62.2 X X -windows-implement@0.60.2 X X -windows-interface@0.59.3 X X -windows-link@0.2.1 X X -windows-result@0.4.1 X X -windows-strings@0.5.1 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-sys@0.60.2 X X -windows-sys@0.61.2 X X -windows-targets@0.52.6 X X -windows-targets@0.53.5 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_gnullvm@0.53.1 X X -windows_aarch64_msvc@0.52.6 X X -windows_aarch64_msvc@0.53.1 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnu@0.53.1 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_gnullvm@0.53.1 X X -windows_i686_msvc@0.52.6 X X -windows_i686_msvc@0.53.1 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnu@0.53.1 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_gnullvm@0.53.1 X X -windows_x86_64_msvc@0.52.6 X X -windows_x86_64_msvc@0.53.1 X X -winnow@0.7.14 X -wit-bindgen@0.46.0 X X X -writeable@0.6.2 X -xmlparser@0.13.6 X X -xz2@0.1.7 X X -yoke@0.8.1 X -yoke-derive@0.8.1 X -zerocopy@0.8.31 X X X -zerocopy-derive@0.8.31 X X X -zerofrom@0.1.6 X -zerofrom-derive@0.1.6 X -zeroize@1.8.2 X X -zerotrie@0.2.3 X -zerovec@0.11.5 X -zerovec-derive@0.11.2 X -zlib-rs@0.5.3 X -zstd@0.13.3 X -zstd-safe@7.2.4 X X -zstd-sys@2.0.16+zstd.1.5.7 X X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 ISC LGPL-2.1-or-later MIT MIT-0 MPL-2.0 Unicode-3.0 Unlicense Zlib bzip2-1.0.6 +adler2@2.0.1 X X X +ahash@0.8.12 X X +aho-corasick@1.1.4 X X +alloc-no-stdlib@2.0.4 X +alloc-stdlib@0.2.2 X +allocator-api2@0.2.21 X X +android_system_properties@0.1.5 X X +anstream@0.6.21 X X +anstyle@1.0.13 X X +anstyle-parse@0.2.7 X X +anstyle-query@1.1.5 X X +anstyle-wincon@3.0.11 X X +anyhow@1.0.102 X X +apache-avro@0.21.0 X +ar_archive_writer@0.5.1 X +array-init@2.1.0 X X +arrayref@0.3.9 X +arrayvec@0.7.6 X X +arrow@57.3.0 X +arrow-arith@57.3.0 X +arrow-array@57.3.0 X +arrow-buffer@57.3.0 X +arrow-cast@57.3.0 X +arrow-csv@57.3.0 X +arrow-data@57.3.0 X +arrow-ipc@57.3.0 X +arrow-json@57.3.0 X +arrow-ord@57.3.0 X +arrow-row@57.3.0 X +arrow-schema@57.3.0 X +arrow-select@57.3.0 X +arrow-string@57.3.0 X +as-any@0.3.2 X X +async-compression@0.4.41 X X +async-lock@3.4.2 X X +async-trait@0.1.89 X X +atoi@2.0.0 X +atomic-waker@1.1.2 X X +autocfg@1.5.0 X X +aws-config@1.8.14 X +aws-credential-types@1.2.13 X +aws-runtime@1.7.1 X +aws-sdk-sso@1.95.0 X +aws-sdk-ssooidc@1.97.0 X +aws-sdk-sts@1.99.0 X +aws-sigv4@1.4.1 X +aws-smithy-async@1.2.14 X +aws-smithy-http@0.63.6 X +aws-smithy-http-client@1.1.12 X +aws-smithy-json@0.62.5 X +aws-smithy-observability@0.2.6 X +aws-smithy-query@0.60.15 X +aws-smithy-runtime@1.10.3 X +aws-smithy-runtime-api@1.11.6 X +aws-smithy-types@1.4.6 X +aws-smithy-xml@0.60.15 X +aws-types@1.3.13 X +backon@1.6.0 X +base64@0.22.1 X X +base64-simd@0.8.0 X +bigdecimal@0.4.10 X X +bimap@0.6.3 X X +bitflags@2.11.0 X X +blake2@0.10.6 X X +blake3@1.8.3 X X X +block-buffer@0.10.4 X X +bnum@0.12.1 X X +bon@3.9.0 X X +bon-macros@3.9.0 X X +brotli@8.0.2 X X +brotli-decompressor@5.0.0 X X +bumpalo@3.20.2 X X +bytemuck@1.25.0 X X X +byteorder@1.5.0 X X +bytes@1.11.1 X +bytes-utils@0.1.4 X X +bzip2@0.6.1 X X +cc@1.2.56 X X +cfg-if@1.0.4 X X +cfg_aliases@0.2.1 X +chrono@0.4.44 X X +chrono-tz@0.10.4 X X +clap@4.5.60 X X +clap_builder@4.5.60 X X +clap_derive@4.5.55 X X +clap_lex@1.0.0 X X +clipboard-win@5.4.1 X +colorchoice@1.0.4 X X +comfy-table@7.2.2 X +compression-codecs@0.4.37 X X +compression-core@0.4.31 X X +concurrent-queue@2.5.0 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +constant_time_eq@0.4.2 X X X +core-foundation@0.10.1 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.17 X X +crc32fast@1.5.0 X X +crossbeam-channel@0.5.15 X X +crossbeam-epoch@0.9.18 X X +crossbeam-utils@0.8.21 X X +crunchy@0.2.4 X +crypto-common@0.1.7 X X +csv@1.4.0 X X +csv-core@0.1.13 X X +darling@0.20.11 X +darling@0.21.3 X +darling@0.23.0 X +darling_core@0.20.11 X +darling_core@0.21.3 X +darling_core@0.23.0 X +darling_macro@0.20.11 X +darling_macro@0.21.3 X +darling_macro@0.23.0 X +dashmap@6.1.0 X +datafusion@52.2.0 X +datafusion-catalog@52.2.0 X +datafusion-catalog-listing@52.2.0 X +datafusion-cli@52.2.0 X +datafusion-common@52.2.0 X +datafusion-common-runtime@52.2.0 X +datafusion-datasource@52.2.0 X +datafusion-datasource-arrow@52.2.0 X +datafusion-datasource-avro@52.2.0 X +datafusion-datasource-csv@52.2.0 X +datafusion-datasource-json@52.2.0 X +datafusion-datasource-parquet@52.2.0 X +datafusion-doc@52.2.0 X +datafusion-execution@52.2.0 X +datafusion-expr@52.2.0 X +datafusion-expr-common@52.2.0 X +datafusion-functions@52.2.0 X +datafusion-functions-aggregate@52.2.0 X +datafusion-functions-aggregate-common@52.2.0 X +datafusion-functions-nested@52.2.0 X +datafusion-functions-table@52.2.0 X +datafusion-functions-window@52.2.0 X +datafusion-functions-window-common@52.2.0 X +datafusion-macros@52.2.0 X +datafusion-optimizer@52.2.0 X +datafusion-physical-expr@52.2.0 X +datafusion-physical-expr-adapter@52.2.0 X +datafusion-physical-expr-common@52.2.0 X +datafusion-physical-optimizer@52.2.0 X +datafusion-physical-plan@52.2.0 X +datafusion-pruning@52.2.0 X +datafusion-session@52.2.0 X +datafusion-sql@52.2.0 X +deranged@0.5.8 X X +derive_builder@0.20.2 X X +derive_builder_core@0.20.2 X X +derive_builder_macro@0.20.2 X X +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.10 X +either@1.15.0 X X +endian-type@0.1.2 X +env_filter@1.0.0 X X +env_logger@0.11.9 X X +equivalent@1.0.2 X X +erased-serde@0.4.10 X X +errno@0.3.14 X X +error-code@3.3.2 X +event-listener@5.4.1 X X +event-listener-strategy@0.5.4 X X +expect-test@1.5.1 X X +fastnum@0.7.4 X X +fastrand@2.3.0 X X +fd-lock@4.0.4 X X +find-msvc-tools@0.1.9 X X +fixedbitset@0.5.7 X X +flatbuffers@25.12.19 X +flate2@1.1.9 X X +fnv@1.0.7 X X +foldhash@0.1.5 X +foldhash@0.2.0 X +form_urlencoded@1.2.2 X X +fs-err@3.3.0 X X +futures@0.3.32 X X +futures-channel@0.3.32 X X +futures-core@0.3.32 X X +futures-executor@0.3.32 X X +futures-io@0.3.32 X X +futures-macro@0.3.32 X X +futures-sink@0.3.32 X X +futures-task@0.3.32 X X +futures-util@0.3.32 X X +generic-array@0.14.7 X +getrandom@0.2.17 X X +getrandom@0.3.4 X X +getrandom@0.4.1 X X +glob@0.3.3 X X +gloo-timers@0.3.0 X X +h2@0.4.13 X +half@2.7.1 X X +hashbrown@0.14.5 X X +hashbrown@0.15.5 X X +hashbrown@0.16.1 X X +heck@0.5.0 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.11 X X +http@0.2.12 X X +http@1.4.0 X X +http-body@0.4.6 X +http-body@1.0.1 X +http-body-util@0.1.3 X +httparse@1.10.1 X X +httpdate@1.0.3 X X +humantime@2.3.0 X X +hyper@1.8.1 X +hyper-rustls@0.27.7 X X X +hyper-util@0.1.20 X +iana-time-zone@0.1.65 X X +iana-time-zone-haiku@0.1.2 X X +iceberg@0.9.0 X +iceberg-catalog-rest@0.9.0 X +iceberg-datafusion@0.9.0 X +iceberg-playground@0.9.0 X +iceberg_test_utils@0.9.0 X +icu_collections@2.1.1 X +icu_locale_core@2.1.1 X +icu_normalizer@2.1.1 X +icu_normalizer_data@2.1.1 X +icu_properties@2.1.2 X +icu_properties_data@2.1.2 X +icu_provider@2.1.1 X +ident_case@1.0.1 X X +idna@1.1.0 X X +idna_adapter@1.2.1 X X +indexmap@2.13.0 X X +integer-encoding@3.0.4 X +inventory@0.3.22 X X +ipnet@2.12.0 X X +iri-string@0.7.10 X X +is_terminal_polyfill@1.70.2 X X +itertools@0.13.0 X X +itertools@0.14.0 X X +itoa@1.0.17 X X +jiff@0.2.22 X X +jobserver@0.1.34 X X +js-sys@0.3.91 X X +lazy_static@1.5.0 X X +lexical-core@1.0.6 X X +lexical-parse-float@1.0.6 X X +lexical-parse-integer@1.0.6 X X +lexical-util@1.0.7 X X +lexical-write-float@1.0.6 X X +lexical-write-integer@1.0.6 X X +libbz2-rs-sys@0.2.2 X +libc@0.2.182 X X +liblzma@0.4.6 X X +liblzma-sys@0.4.5 X X +libm@0.2.16 X +libmimalloc-sys@0.1.44 X +libredox@0.1.14 X +linux-raw-sys@0.12.1 X X X +litemap@0.8.1 X +lock_api@0.4.14 X X +log@0.4.29 X X +lz4_flex@0.12.0 X +memchr@2.8.0 X X +mimalloc@0.1.48 X +miniz_oxide@0.8.9 X X X +mio@1.1.1 X +moka@0.12.14 X X +murmur3@0.5.2 X X +nibble_vec@0.1.0 X +nix@0.30.1 X +nu-ansi-term@0.50.3 X +num-bigint@0.4.6 X X +num-complex@0.4.6 X X +num-conv@0.2.0 X X +num-integer@0.1.46 X X +num-traits@0.2.19 X X +object@0.37.3 X X +object_store@0.12.5 X X +once_cell@1.21.3 X X +once_cell_polyfill@1.70.2 X X +openssl-probe@0.2.1 X X +option-ext@0.2.0 X +ordered-float@2.10.1 X +ordered-float@4.6.0 X +outref@0.5.2 X +parking@2.2.1 X X +parking_lot@0.12.5 X X +parking_lot_core@0.9.12 X X +parquet@57.3.0 X +paste@1.0.15 X X +percent-encoding@2.3.2 X X +petgraph@0.8.3 X X +phf@0.12.1 X +phf_shared@0.12.1 X +pin-project-lite@0.2.17 X X +pin-utils@0.1.0 X X +pkg-config@0.3.32 X X +portable-atomic@1.13.1 X X +portable-atomic-util@0.2.5 X X +potential_utf@0.1.4 X +powerfmt@0.2.0 X X +ppv-lite86@0.2.21 X X +prettyplease@0.2.37 X X +proc-macro2@1.0.106 X X +psm@0.1.30 X X +quad-rand@0.2.3 X +quick-xml@0.38.4 X +quote@1.0.44 X X +r-efi@5.3.0 X X X +radix_trie@0.2.1 X +rand@0.8.5 X X +rand@0.9.2 X X +rand_chacha@0.3.1 X X +rand_chacha@0.9.0 X X +rand_core@0.6.4 X X +rand_core@0.9.5 X X +recursive@0.1.1 X +recursive-proc-macro-impl@0.1.1 X +redox_syscall@0.5.18 X +redox_users@0.5.2 X +regex@1.12.3 X X +regex-automata@0.4.14 X X +regex-lite@0.1.9 X X +regex-syntax@0.8.10 X X +reqwest@0.12.28 X X +ring@0.17.14 X X +roaring@0.11.3 X X +rustc_version@0.4.1 X X +rustix@1.1.4 X X X +rustls@0.23.37 X X X +rustls-native-certs@0.8.3 X X X +rustls-pemfile@2.2.0 X X X +rustls-pki-types@1.14.0 X X +rustls-webpki@0.103.9 X +rustversion@1.0.22 X X +rustyline@17.0.2 X +ryu@1.0.23 X X +same-file@1.0.6 X X +schannel@0.1.28 X +scopeguard@1.2.0 X X +security-framework@3.7.0 X X +security-framework-sys@2.17.0 X X +semver@1.0.27 X X +seq-macro@0.3.6 X X +serde@1.0.228 X X +serde-big-array@0.5.1 X X +serde_bytes@0.11.19 X X +serde_core@1.0.228 X X +serde_derive@1.0.228 X X +serde_json@1.0.149 X X +serde_repr@0.1.20 X X +serde_spanned@0.6.9 X X +serde_urlencoded@0.7.1 X X +serde_with@3.17.0 X X +serde_with_macros@3.17.0 X X +sha2@0.10.9 X X +sharded-slab@0.1.7 X +shlex@1.3.0 X X +signal-hook-registry@1.4.8 X X +simd-adler32@0.3.8 X +simdutf8@0.1.5 X X +siphasher@1.0.2 X X +slab@0.4.12 X +smallvec@1.15.1 X X +snap@1.1.1 X +socket2@0.6.2 X X +sqlparser@0.59.0 X +sqlparser_derive@0.3.0 X +stable_deref_trait@1.2.1 X X +stacker@0.1.23 X X +strsim@0.11.1 X +strum@0.27.2 X +strum_macros@0.27.2 X +subtle@2.6.1 X +syn@2.0.117 X X +sync_wrapper@1.0.2 X +synstructure@0.13.2 X +tagptr@0.2.0 X X +tempfile@3.26.0 X X +thiserror@2.0.18 X X +thiserror-impl@2.0.18 X X +thread_local@1.1.9 X X +thrift@0.17.0 X +time@0.3.47 X X +time-core@0.1.8 X X +tiny-keccak@2.0.2 X +tinystr@0.8.2 X +tokio@1.50.0 X +tokio-macros@2.6.1 X +tokio-rustls@0.26.4 X X +tokio-util@0.7.18 X +toml@0.8.23 X X +toml_datetime@0.6.11 X X +toml_edit@0.22.27 X X +toml_write@0.1.2 X X +tower@0.5.3 X +tower-http@0.6.8 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.44 X +tracing-attributes@0.1.31 X +tracing-core@0.1.36 X +tracing-log@0.2.0 X +tracing-subscriber@0.3.22 X +try-lock@0.2.5 X +twox-hash@2.1.2 X +typed-builder@0.20.1 X X +typed-builder-macro@0.20.1 X X +typeid@1.0.3 X X +typenum@1.19.0 X X +typetag@0.2.21 X X +typetag-impl@0.2.21 X X +unicode-ident@1.0.24 X X X +unicode-segmentation@1.12.0 X X +unicode-width@0.2.2 X X +untrusted@0.9.0 X +url@2.5.8 X X +urlencoding@2.1.3 X +utf8_iter@1.0.4 X X +utf8parse@0.2.2 X X +uuid@1.22.0 X X +version_check@0.9.5 X X +vsimd@0.8.0 X +walkdir@2.5.0 X X +want@0.3.1 X +wasi@0.11.1+wasi-snapshot-preview1 X X X +wasip2@1.0.2+wasi-0.2.9 X X X +wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 X X X +wasm-bindgen@0.2.114 X X +wasm-bindgen-futures@0.4.64 X X +wasm-bindgen-macro@0.2.114 X X +wasm-bindgen-macro-support@0.2.114 X X +wasm-bindgen-shared@0.2.114 X X +wasm-streams@0.4.2 X X +web-sys@0.3.91 X X +web-time@1.1.0 X X +winapi-util@0.1.11 X X +windows-core@0.62.2 X X +windows-implement@0.60.2 X X +windows-interface@0.59.3 X X +windows-link@0.2.1 X X +windows-result@0.4.1 X X +windows-strings@0.5.1 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-sys@0.60.2 X X +windows-sys@0.61.2 X X +windows-targets@0.52.6 X X +windows-targets@0.53.5 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_gnullvm@0.53.1 X X +windows_aarch64_msvc@0.52.6 X X +windows_aarch64_msvc@0.53.1 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnu@0.53.1 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_gnullvm@0.53.1 X X +windows_i686_msvc@0.52.6 X X +windows_i686_msvc@0.53.1 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnu@0.53.1 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_gnullvm@0.53.1 X X +windows_x86_64_msvc@0.52.6 X X +windows_x86_64_msvc@0.53.1 X X +winnow@0.7.14 X +wit-bindgen@0.51.0 X X X +writeable@0.6.2 X +xmlparser@0.13.6 X X +yoke@0.8.1 X +yoke-derive@0.8.1 X +zerocopy@0.8.40 X X X +zerocopy-derive@0.8.40 X X X +zerofrom@0.1.6 X +zerofrom-derive@0.1.6 X +zeroize@1.8.2 X X +zerotrie@0.2.3 X +zerovec@0.11.5 X +zerovec-derive@0.11.2 X +zlib-rs@0.6.3 X +zmij@1.0.21 X +zstd@0.13.3 X +zstd-safe@7.2.4 X X +zstd-sys@2.0.16+zstd.1.5.7 X X diff --git a/crates/sqllogictest/DEPENDENCIES.rust.tsv b/crates/sqllogictest/DEPENDENCIES.rust.tsv index 94bd88e2e6..5c22a87e56 100644 --- a/crates/sqllogictest/DEPENDENCIES.rust.tsv +++ b/crates/sqllogictest/DEPENDENCIES.rust.tsv @@ -1,482 +1,455 @@ -crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-2.1-or-later MIT MIT-0 Unicode-3.0 Unlicense Zlib bzip2-1.0.6 -adler2@2.0.1 X X X -ahash@0.8.12 X X -aho-corasick@1.1.4 X X -alloc-no-stdlib@2.0.4 X -alloc-stdlib@0.2.2 X -allocator-api2@0.2.21 X X -android_system_properties@0.1.5 X X -anstream@0.6.21 X X -anstyle@1.0.13 X X -anstyle-parse@0.2.7 X X -anstyle-query@1.1.5 X X -anstyle-wincon@3.0.11 X X -anyhow@1.0.100 X X -apache-avro@0.20.0 X -apache-avro@0.21.0 X -ar_archive_writer@0.2.0 X -array-init@2.1.0 X X -arrayref@0.3.9 X -arrayvec@0.7.6 X X -arrow@57.1.0 X -arrow-arith@57.1.0 X -arrow-array@57.1.0 X -arrow-buffer@57.1.0 X -arrow-cast@57.1.0 X -arrow-csv@57.1.0 X -arrow-data@57.1.0 X -arrow-ipc@57.1.0 X -arrow-json@57.1.0 X -arrow-ord@57.1.0 X -arrow-row@57.1.0 X -arrow-schema@57.1.0 X -arrow-select@57.1.0 X -arrow-string@57.1.0 X -as-any@0.3.2 X X -async-compression@0.4.19 X X -async-lock@3.4.1 X X -async-recursion@1.1.1 X X -async-trait@0.1.89 X X -atoi@2.0.0 X -atomic-waker@1.1.2 X X -autocfg@1.5.0 X X -backon@1.6.0 X -base64@0.22.1 X X -bigdecimal@0.4.9 X X -bimap@0.6.3 X X -bitflags@2.10.0 X X -blake2@0.10.6 X X -blake3@1.8.2 X X X -block-buffer@0.10.4 X X -bon@3.8.1 X X -bon-macros@3.8.1 X X -brotli@8.0.2 X X -brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.24.0 X X X -byteorder@1.5.0 X X -bytes@1.11.0 X -bzip2@0.5.2 X X -bzip2@0.6.1 X X -bzip2-sys@0.1.13+1.0.8 X X -cc@1.2.49 X X -cfg-if@1.0.4 X X -chrono@0.4.42 X X -chrono-tz@0.10.4 X X -clap@4.5.53 X X -clap_builder@4.5.53 X X -clap_derive@4.5.49 X X -clap_lex@0.7.6 X X -colorchoice@1.0.4 X X -comfy-table@7.2.1 X -concurrent-queue@2.5.0 X X -console@0.16.1 X -const-oid@0.9.6 X X -const-random@0.1.18 X X -const-random-macro@0.1.16 X X -constant_time_eq@0.3.1 X X X -core-foundation-sys@0.8.7 X X -cpufeatures@0.2.17 X X -crc32c@0.6.8 X X -crc32fast@1.5.0 X X -crossbeam-channel@0.5.15 X X -crossbeam-epoch@0.9.18 X X -crossbeam-utils@0.8.21 X X -crunchy@0.2.4 X -crypto-common@0.1.7 X X -csv@1.4.0 X X -csv-core@0.1.13 X X -darling@0.20.11 X -darling@0.21.3 X -darling_core@0.20.11 X -darling_core@0.21.3 X -darling_macro@0.20.11 X -darling_macro@0.21.3 X -dashmap@6.1.0 X -datafusion@51.0.0 X -datafusion-catalog@51.0.0 X -datafusion-catalog-listing@51.0.0 X -datafusion-common@51.0.0 X -datafusion-common-runtime@51.0.0 X -datafusion-datasource@51.0.0 X -datafusion-datasource-arrow@51.0.0 X -datafusion-datasource-avro@51.0.0 X -datafusion-datasource-csv@51.0.0 X -datafusion-datasource-json@51.0.0 X -datafusion-datasource-parquet@51.0.0 X -datafusion-doc@51.0.0 X -datafusion-execution@51.0.0 X -datafusion-expr@51.0.0 X -datafusion-expr-common@51.0.0 X -datafusion-functions@51.0.0 X -datafusion-functions-aggregate@51.0.0 X -datafusion-functions-aggregate-common@51.0.0 X -datafusion-functions-nested@51.0.0 X -datafusion-functions-table@51.0.0 X -datafusion-functions-window@51.0.0 X -datafusion-functions-window-common@51.0.0 X -datafusion-macros@51.0.0 X -datafusion-optimizer@51.0.0 X -datafusion-physical-expr@51.0.0 X -datafusion-physical-expr-adapter@51.0.0 X -datafusion-physical-expr-common@51.0.0 X -datafusion-physical-optimizer@51.0.0 X -datafusion-physical-plan@51.0.0 X -datafusion-pruning@51.0.0 X -datafusion-session@51.0.0 X -datafusion-spark@51.0.0 X -datafusion-sql@51.0.0 X -datafusion-sqllogictest@51.0.0 X -datafusion-substrait@51.0.0 X -derive_builder@0.20.2 X X -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 -dyn-clone@1.0.20 X X -educe@0.6.0 X -either@1.15.0 X X -encode_unicode@1.0.0 X X -enum-ordinalize@4.3.2 X -enum-ordinalize-derive@4.3.2 X -env_filter@0.1.4 X X -env_logger@0.11.8 X X -equivalent@1.0.2 X X -errno@0.3.14 X X -escape8259@0.5.3 X -event-listener@5.4.1 X X -event-listener-strategy@0.5.4 X X -expect-test@1.5.1 X X -fallible-iterator@0.2.0 X X -fastrand@2.3.0 X X -find-msvc-tools@0.1.5 X X -fixedbitset@0.5.7 X X -flatbuffers@25.9.23 X -flate2@1.1.5 X X -fnv@1.0.7 X X -foldhash@0.1.5 X -foldhash@0.2.0 X -form_urlencoded@1.2.2 X X -fs-err@3.2.0 X X -futures@0.3.31 X X -futures-channel@0.3.31 X X -futures-core@0.3.31 X X -futures-executor@0.3.31 X X -futures-io@0.3.31 X X -futures-macro@0.3.31 X X -futures-sink@0.3.31 X X -futures-task@0.3.31 X X -futures-timer@3.0.3 X X -futures-util@0.3.31 X X -generic-array@0.14.7 X -getrandom@0.2.16 X X -getrandom@0.3.4 X X -glob@0.3.3 X X -gloo-timers@0.3.0 X X -half@2.7.1 X X -hashbrown@0.14.5 X X -hashbrown@0.15.5 X X -hashbrown@0.16.1 X X -heck@0.5.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.4.0 X X -http-body@1.0.1 X -http-body-util@0.1.3 X -httparse@1.10.1 X X -humantime@2.3.0 X X -hyper@1.8.1 X -hyper-rustls@0.27.7 X X X -hyper-util@0.1.19 X -iana-time-zone@0.1.64 X X -iana-time-zone-haiku@0.1.2 X X -iceberg@0.8.0 X -iceberg-datafusion@0.8.0 X -iceberg-sqllogictest@0.8.0 X -iceberg_test_utils@0.8.0 X -icu_collections@2.1.1 X -icu_locale_core@2.1.1 X -icu_normalizer@2.1.1 X -icu_normalizer_data@2.1.1 X -icu_properties@2.1.1 X -icu_properties_data@2.1.1 X -icu_provider@2.1.1 X -ident_case@1.0.1 X X -idna@1.1.0 X X -idna_adapter@1.2.1 X X -indexmap@2.12.1 X X -indicatif@0.18.3 X -integer-encoding@3.0.4 X -ipnet@2.11.0 X X -iri-string@0.7.9 X X -is_terminal_polyfill@1.70.2 X X -itertools@0.13.0 X X -itertools@0.14.0 X X -itoa@1.0.15 X X -jiff@0.2.16 X X -jiff-tzdb@0.1.4 X X -jiff-tzdb-platform@0.1.3 X X -jobserver@0.1.34 X X -js-sys@0.3.83 X X -lazy_static@1.5.0 X X -lexical-core@1.0.6 X X -lexical-parse-float@1.0.6 X X -lexical-parse-integer@1.0.6 X X -lexical-util@1.0.7 X X -lexical-write-float@1.0.6 X X -lexical-write-integer@1.0.6 X X -libbz2-rs-sys@0.2.2 X -libc@0.2.178 X X -libm@0.2.15 X -libtest-mimic@0.8.1 X X -libz-rs-sys@0.5.3 X -linux-raw-sys@0.11.0 X X X -litemap@0.8.1 X -lock_api@0.4.14 X X -log@0.4.29 X X -lz4_flex@0.12.0 X -lzma-sys@0.1.20 X X -md-5@0.10.6 X X -memchr@2.7.6 X X -miniz_oxide@0.8.9 X X X -mio@1.1.1 X -moka@0.12.11 X X -multimap@0.10.1 X X -murmur3@0.5.2 X X -nu-ansi-term@0.50.3 X -num-bigint@0.4.6 X X -num-complex@0.4.6 X X -num-integer@0.1.46 X X -num-traits@0.2.19 X X -object@0.32.2 X X -object_store@0.12.4 X X -once_cell@1.21.3 X X -once_cell_polyfill@1.70.2 X X -opendal@0.55.0 X -ordered-float@2.10.1 X -ordered-float@4.6.0 X -owo-colors@4.2.3 X -parking@2.2.1 X X -parking_lot@0.12.5 X X -parking_lot_core@0.9.12 X X -parquet@57.1.0 X -paste@1.0.15 X X -pbjson@0.8.0 X -pbjson-build@0.8.0 X -pbjson-types@0.8.0 X -percent-encoding@2.3.2 X X -petgraph@0.7.1 X X -petgraph@0.8.3 X X -phf@0.12.1 X -phf_shared@0.12.1 X -pin-project-lite@0.2.16 X X -pin-utils@0.1.0 X X -pkg-config@0.3.32 X X -portable-atomic@1.11.1 X X -portable-atomic-util@0.2.4 X X -postgres-protocol@0.6.9 X X -postgres-types@0.2.11 X X -potential_utf@0.1.4 X -ppv-lite86@0.2.21 X X -prettyplease@0.2.37 X X -proc-macro-crate@3.4.0 X X -proc-macro2@1.0.103 X X -prost@0.14.1 X -prost-build@0.14.1 X -prost-derive@0.14.1 X -prost-types@0.14.1 X -psm@0.1.28 X X -quad-rand@0.2.3 X -quick-xml@0.38.4 X -quote@1.0.42 X X -r-efi@5.3.0 X X X -rand@0.8.5 X X -rand@0.9.2 X X -rand_chacha@0.3.1 X X -rand_chacha@0.9.0 X X -rand_core@0.6.4 X X -rand_core@0.9.3 X X -recursive@0.1.1 X -recursive-proc-macro-impl@0.1.1 X -redox_syscall@0.5.18 X -regex@1.12.2 X X -regex-automata@0.4.13 X X -regex-lite@0.1.8 X X -regex-syntax@0.8.8 X X -regress@0.10.5 X X -relative-path@1.9.3 X X -reqsign@0.16.5 X -reqwest@0.12.25 X X -ring@0.17.14 X X -roaring@0.11.2 X X -rstest@0.26.1 X X -rstest_macros@0.26.1 X X -rust_decimal@1.39.0 X -rustc_version@0.4.1 X X -rustix@1.1.2 X X X -rustls@0.23.35 X X X -rustls-pki-types@1.13.1 X X -rustls-webpki@0.103.8 X -rustversion@1.0.22 X X -ryu@1.0.20 X X -same-file@1.0.6 X X -schemars@0.8.22 X -schemars_derive@0.8.22 X -scopeguard@1.2.0 X X -semver@1.0.27 X X -seq-macro@0.3.6 X X -serde@1.0.228 X X -serde_bytes@0.11.19 X X -serde_core@1.0.228 X X -serde_derive@1.0.228 X X -serde_derive_internals@0.29.1 X X -serde_json@1.0.145 X X -serde_repr@0.1.20 X X -serde_spanned@0.6.9 X X -serde_tokenstream@0.2.2 X -serde_urlencoded@0.7.1 X X -serde_with@3.16.1 X X -serde_with_macros@3.16.1 X X -serde_yaml@0.9.34+deprecated X X -sha1@0.10.6 X X -sha2@0.10.9 X X -sharded-slab@0.1.7 X -shlex@1.3.0 X X -simd-adler32@0.3.8 X -simdutf8@0.1.5 X X -similar@2.7.0 X -siphasher@1.0.1 X X -slab@0.4.11 X -smallvec@1.15.1 X X -snap@1.1.1 X -socket2@0.6.1 X X -sqllogictest@0.28.4 X X -sqlparser@0.59.0 X -sqlparser_derive@0.3.0 X -stable_deref_trait@1.2.1 X X -stacker@0.1.22 X X -stringprep@0.1.5 X X -strsim@0.11.1 X -strum@0.27.2 X -strum_macros@0.27.2 X -subst@0.3.8 X X -substrait@0.62.0 X -subtle@2.6.1 X -syn@2.0.111 X X -sync_wrapper@1.0.2 X -synstructure@0.13.2 X -tagptr@0.2.0 X X -tempfile@3.23.0 X X -thiserror@2.0.17 X X -thiserror-impl@2.0.17 X X -thread_local@1.1.9 X X -thrift@0.17.0 X -tiny-keccak@2.0.2 X -tinystr@0.8.2 X -tinyvec@1.10.0 X X X -tinyvec_macros@0.1.1 X X X -tokio@1.48.0 X -tokio-macros@2.6.0 X -tokio-rustls@0.26.4 X X -tokio-util@0.7.17 X -toml@0.8.23 X X -toml_datetime@0.6.11 X X -toml_datetime@0.7.3 X X -toml_edit@0.22.27 X X -toml_edit@0.23.9 X X -toml_parser@1.0.4 X X -toml_write@0.1.2 X X -tower@0.5.2 X -tower-http@0.6.8 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.43 X -tracing-attributes@0.1.31 X -tracing-core@0.1.35 X -tracing-log@0.2.0 X -tracing-subscriber@0.3.22 X -try-lock@0.2.5 X -twox-hash@2.1.2 X -typed-builder@0.20.1 X X -typed-builder-macro@0.20.1 X X -typenum@1.19.0 X X -typify@0.5.0 X -typify-impl@0.5.0 X -typify-macro@0.5.0 X -unicode-bidi@0.3.18 X X -unicode-ident@1.0.22 X X X -unicode-normalization@0.1.25 X X -unicode-properties@0.1.4 X X -unicode-segmentation@1.12.0 X X -unicode-width@0.1.14 X X -unicode-width@0.2.2 X X -unit-prefix@0.5.2 X -unsafe-libyaml@0.2.11 X -untrusted@0.9.0 X -url@2.5.7 X X -utf8_iter@1.0.4 X X -utf8parse@0.2.2 X X -uuid@1.19.0 X X -version_check@0.9.5 X X -walkdir@2.5.0 X X -want@0.3.1 X -wasi@0.11.1+wasi-snapshot-preview1 X X X -wasip2@1.0.1+wasi-0.2.4 X X X -wasm-bindgen@0.2.106 X X -wasm-bindgen-futures@0.4.56 X X -wasm-bindgen-macro@0.2.106 X X -wasm-bindgen-macro-support@0.2.106 X X -wasm-bindgen-shared@0.2.106 X X -wasm-streams@0.4.2 X X -web-sys@0.3.83 X X -web-time@1.1.0 X X -webpki-roots@1.0.4 X -winapi-util@0.1.11 X X -windows-core@0.62.2 X X -windows-implement@0.60.2 X X -windows-interface@0.59.3 X X -windows-link@0.2.1 X X -windows-result@0.4.1 X X -windows-strings@0.5.1 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-sys@0.60.2 X X -windows-sys@0.61.2 X X -windows-targets@0.52.6 X X -windows-targets@0.53.5 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_gnullvm@0.53.1 X X -windows_aarch64_msvc@0.52.6 X X -windows_aarch64_msvc@0.53.1 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnu@0.53.1 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_gnullvm@0.53.1 X X -windows_i686_msvc@0.52.6 X X -windows_i686_msvc@0.53.1 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnu@0.53.1 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_gnullvm@0.53.1 X X -windows_x86_64_msvc@0.52.6 X X -windows_x86_64_msvc@0.53.1 X X -winnow@0.7.14 X -wit-bindgen@0.46.0 X X X -writeable@0.6.2 X -xz2@0.1.7 X X -yoke@0.8.1 X -yoke-derive@0.8.1 X -zerocopy@0.8.31 X X X -zerocopy-derive@0.8.31 X X X -zerofrom@0.1.6 X -zerofrom-derive@0.1.6 X -zeroize@1.8.2 X X -zerotrie@0.2.3 X -zerovec@0.11.5 X -zerovec-derive@0.11.2 X -zlib-rs@0.5.3 X -zstd@0.13.3 X -zstd-safe@7.2.4 X X -zstd-sys@2.0.16+zstd.1.5.7 X X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 LGPL-2.1-or-later MIT MIT-0 Unicode-3.0 Unlicense Zlib bzip2-1.0.6 +adler2@2.0.1 X X X +ahash@0.8.12 X X +aho-corasick@1.1.4 X X +alloc-no-stdlib@2.0.4 X +alloc-stdlib@0.2.2 X +allocator-api2@0.2.21 X X +android_system_properties@0.1.5 X X +anstream@0.6.21 X X +anstyle@1.0.13 X X +anstyle-parse@0.2.7 X X +anstyle-query@1.1.5 X X +anstyle-wincon@3.0.11 X X +anyhow@1.0.102 X X +apache-avro@0.21.0 X +ar_archive_writer@0.5.1 X +array-init@2.1.0 X X +arrayref@0.3.9 X +arrayvec@0.7.6 X X +arrow@57.3.0 X +arrow-arith@57.3.0 X +arrow-array@57.3.0 X +arrow-buffer@57.3.0 X +arrow-cast@57.3.0 X +arrow-csv@57.3.0 X +arrow-data@57.3.0 X +arrow-ipc@57.3.0 X +arrow-json@57.3.0 X +arrow-ord@57.3.0 X +arrow-row@57.3.0 X +arrow-schema@57.3.0 X +arrow-select@57.3.0 X +arrow-string@57.3.0 X +as-any@0.3.2 X X +async-compression@0.4.41 X X +async-lock@3.4.2 X X +async-recursion@1.1.1 X X +async-trait@0.1.89 X X +atoi@2.0.0 X +atomic-waker@1.1.2 X X +autocfg@1.5.0 X X +backon@1.6.0 X +base64@0.22.1 X X +bigdecimal@0.4.10 X X +bimap@0.6.3 X X +bitflags@2.11.0 X X +blake2@0.10.6 X X +blake3@1.8.3 X X X +block-buffer@0.10.4 X X +bnum@0.12.1 X X +bon@3.9.0 X X +bon-macros@3.9.0 X X +brotli@8.0.2 X X +brotli-decompressor@5.0.0 X X +bumpalo@3.20.2 X X +bytemuck@1.25.0 X X X +byteorder@1.5.0 X X +bytes@1.11.1 X +bzip2@0.6.1 X X +cc@1.2.56 X X +cfg-if@1.0.4 X X +chrono@0.4.44 X X +chrono-tz@0.10.4 X X +clap@4.5.60 X X +clap_builder@4.5.60 X X +clap_derive@4.5.55 X X +clap_lex@1.0.0 X X +colorchoice@1.0.4 X X +comfy-table@7.2.2 X +compression-codecs@0.4.37 X X +compression-core@0.4.31 X X +concurrent-queue@2.5.0 X X +console@0.16.2 X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +constant_time_eq@0.4.2 X X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.17 X X +crc32fast@1.5.0 X X +crossbeam-channel@0.5.15 X X +crossbeam-epoch@0.9.18 X X +crossbeam-utils@0.8.21 X X +crunchy@0.2.4 X +crypto-common@0.1.7 X X +csv@1.4.0 X X +csv-core@0.1.13 X X +darling@0.20.11 X +darling@0.21.3 X +darling@0.23.0 X +darling_core@0.20.11 X +darling_core@0.21.3 X +darling_core@0.23.0 X +darling_macro@0.20.11 X +darling_macro@0.21.3 X +darling_macro@0.23.0 X +dashmap@6.1.0 X +datafusion@52.2.0 X +datafusion-catalog@52.2.0 X +datafusion-catalog-listing@52.2.0 X +datafusion-common@52.2.0 X +datafusion-common-runtime@52.2.0 X +datafusion-datasource@52.2.0 X +datafusion-datasource-arrow@52.2.0 X +datafusion-datasource-avro@52.2.0 X +datafusion-datasource-csv@52.2.0 X +datafusion-datasource-json@52.2.0 X +datafusion-datasource-parquet@52.2.0 X +datafusion-doc@52.2.0 X +datafusion-execution@52.2.0 X +datafusion-expr@52.2.0 X +datafusion-expr-common@52.2.0 X +datafusion-functions@52.2.0 X +datafusion-functions-aggregate@52.2.0 X +datafusion-functions-aggregate-common@52.2.0 X +datafusion-functions-nested@52.2.0 X +datafusion-functions-table@52.2.0 X +datafusion-functions-window@52.2.0 X +datafusion-functions-window-common@52.2.0 X +datafusion-macros@52.2.0 X +datafusion-optimizer@52.2.0 X +datafusion-physical-expr@52.2.0 X +datafusion-physical-expr-adapter@52.2.0 X +datafusion-physical-expr-common@52.2.0 X +datafusion-physical-optimizer@52.2.0 X +datafusion-physical-plan@52.2.0 X +datafusion-pruning@52.2.0 X +datafusion-session@52.2.0 X +datafusion-spark@52.2.0 X +datafusion-sql@52.2.0 X +datafusion-sqllogictest@52.2.0 X +datafusion-substrait@52.2.0 X +derive_builder@0.20.2 X X +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 +dyn-clone@1.0.20 X X +educe@0.6.0 X +either@1.15.0 X X +encode_unicode@1.0.0 X X +enum-ordinalize@4.3.2 X +enum-ordinalize-derive@4.3.2 X +env_filter@1.0.0 X X +env_logger@0.11.9 X X +equivalent@1.0.2 X X +erased-serde@0.4.10 X X +errno@0.3.14 X X +escape8259@0.5.3 X +event-listener@5.4.1 X X +event-listener-strategy@0.5.4 X X +expect-test@1.5.1 X X +fastnum@0.7.4 X X +fastrand@2.3.0 X X +find-msvc-tools@0.1.9 X X +fixedbitset@0.5.7 X X +flatbuffers@25.12.19 X +flate2@1.1.9 X X +fnv@1.0.7 X X +foldhash@0.1.5 X +foldhash@0.2.0 X +form_urlencoded@1.2.2 X X +fs-err@3.3.0 X X +futures@0.3.32 X X +futures-channel@0.3.32 X X +futures-core@0.3.32 X X +futures-executor@0.3.32 X X +futures-io@0.3.32 X X +futures-macro@0.3.32 X X +futures-sink@0.3.32 X X +futures-task@0.3.32 X X +futures-util@0.3.32 X X +generic-array@0.14.7 X +getrandom@0.2.17 X X +getrandom@0.3.4 X X +getrandom@0.4.1 X X +glob@0.3.3 X X +gloo-timers@0.3.0 X X +half@2.7.1 X X +hashbrown@0.14.5 X X +hashbrown@0.15.5 X X +hashbrown@0.16.1 X X +heck@0.5.0 X X +hex@0.4.3 X X +http@1.4.0 X X +http-body@1.0.1 X +http-body-util@0.1.3 X +httparse@1.10.1 X X +humantime@2.3.0 X X +hyper@1.8.1 X +hyper-util@0.1.20 X +iana-time-zone@0.1.65 X X +iana-time-zone-haiku@0.1.2 X X +iceberg@0.9.0 X +iceberg-datafusion@0.9.0 X +iceberg-sqllogictest@0.9.0 X +iceberg_test_utils@0.9.0 X +icu_collections@2.1.1 X +icu_locale_core@2.1.1 X +icu_normalizer@2.1.1 X +icu_normalizer_data@2.1.1 X +icu_properties@2.1.2 X +icu_properties_data@2.1.2 X +icu_provider@2.1.1 X +ident_case@1.0.1 X X +idna@1.1.0 X X +idna_adapter@1.2.1 X X +indexmap@2.13.0 X X +indicatif@0.18.4 X +integer-encoding@3.0.4 X +inventory@0.3.22 X X +ipnet@2.12.0 X X +iri-string@0.7.10 X X +is_terminal_polyfill@1.70.2 X X +itertools@0.13.0 X X +itertools@0.14.0 X X +itoa@1.0.17 X X +jiff@0.2.22 X X +jobserver@0.1.34 X X +js-sys@0.3.91 X X +lazy_static@1.5.0 X X +lexical-core@1.0.6 X X +lexical-parse-float@1.0.6 X X +lexical-parse-integer@1.0.6 X X +lexical-util@1.0.7 X X +lexical-write-float@1.0.6 X X +lexical-write-integer@1.0.6 X X +libbz2-rs-sys@0.2.2 X +libc@0.2.182 X X +liblzma@0.4.6 X X +liblzma-sys@0.4.5 X X +libm@0.2.16 X +libtest-mimic@0.8.1 X X +linux-raw-sys@0.12.1 X X X +litemap@0.8.1 X +lock_api@0.4.14 X X +log@0.4.29 X X +lz4_flex@0.12.0 X +md-5@0.10.6 X X +memchr@2.8.0 X X +miniz_oxide@0.8.9 X X X +mio@1.1.1 X +moka@0.12.14 X X +multimap@0.10.1 X X +murmur3@0.5.2 X X +nu-ansi-term@0.50.3 X +num-bigint@0.4.6 X X +num-complex@0.4.6 X X +num-integer@0.1.46 X X +num-traits@0.2.19 X X +object@0.37.3 X X +object_store@0.12.5 X X +once_cell@1.21.3 X X +once_cell_polyfill@1.70.2 X X +ordered-float@2.10.1 X +ordered-float@4.6.0 X +owo-colors@4.3.0 X +parking@2.2.1 X X +parking_lot@0.12.5 X X +parking_lot_core@0.9.12 X X +parquet@57.3.0 X +paste@1.0.15 X X +pbjson@0.8.0 X +pbjson-build@0.8.0 X +pbjson-types@0.8.0 X +percent-encoding@2.3.2 X X +petgraph@0.8.3 X X +phf@0.12.1 X +phf_shared@0.12.1 X +pin-project-lite@0.2.17 X X +pin-utils@0.1.0 X X +pkg-config@0.3.32 X X +portable-atomic@1.13.1 X X +portable-atomic-util@0.2.5 X X +potential_utf@0.1.4 X +ppv-lite86@0.2.21 X X +prettyplease@0.2.37 X X +proc-macro2@1.0.106 X X +prost@0.14.3 X +prost-build@0.14.3 X +prost-derive@0.14.3 X +prost-types@0.14.3 X +psm@0.1.30 X X +quad-rand@0.2.3 X +quote@1.0.44 X X +r-efi@5.3.0 X X X +rand@0.8.5 X X +rand@0.9.2 X X +rand_chacha@0.3.1 X X +rand_chacha@0.9.0 X X +rand_core@0.6.4 X X +rand_core@0.9.5 X X +recursive@0.1.1 X +recursive-proc-macro-impl@0.1.1 X +redox_syscall@0.5.18 X +regex@1.12.3 X X +regex-automata@0.4.14 X X +regex-lite@0.1.9 X X +regex-syntax@0.8.10 X X +regress@0.10.5 X X +reqwest@0.12.28 X X +roaring@0.11.3 X X +rustc_version@0.4.1 X X +rustix@1.1.4 X X X +rustversion@1.0.22 X X +ryu@1.0.23 X X +same-file@1.0.6 X X +schemars@0.8.22 X +schemars_derive@0.8.22 X +scopeguard@1.2.0 X X +semver@1.0.27 X X +seq-macro@0.3.6 X X +serde@1.0.228 X X +serde-big-array@0.5.1 X X +serde_bytes@0.11.19 X X +serde_core@1.0.228 X X +serde_derive@1.0.228 X X +serde_derive_internals@0.29.1 X X +serde_json@1.0.149 X X +serde_repr@0.1.20 X X +serde_spanned@0.6.9 X X +serde_tokenstream@0.2.3 X +serde_urlencoded@0.7.1 X X +serde_with@3.17.0 X X +serde_with_macros@3.17.0 X X +serde_yaml@0.9.34+deprecated X X +sha1@0.10.6 X X +sha2@0.10.9 X X +sharded-slab@0.1.7 X +shlex@1.3.0 X X +simd-adler32@0.3.8 X +simdutf8@0.1.5 X X +similar@2.7.0 X +siphasher@1.0.2 X X +slab@0.4.12 X +smallvec@1.15.1 X X +snap@1.1.1 X +socket2@0.6.2 X X +sqllogictest@0.28.4 X X +sqlparser@0.59.0 X +sqlparser_derive@0.3.0 X +stable_deref_trait@1.2.1 X X +stacker@0.1.23 X X +strsim@0.11.1 X +strum@0.27.2 X +strum_macros@0.27.2 X +subst@0.3.8 X X +substrait@0.62.2 X +subtle@2.6.1 X +syn@2.0.117 X X +sync_wrapper@1.0.2 X +synstructure@0.13.2 X +tagptr@0.2.0 X X +tempfile@3.26.0 X X +thiserror@2.0.18 X X +thiserror-impl@2.0.18 X X +thread_local@1.1.9 X X +thrift@0.17.0 X +tiny-keccak@2.0.2 X +tinystr@0.8.2 X +tokio@1.50.0 X +tokio-macros@2.6.1 X +tokio-util@0.7.18 X +toml@0.8.23 X X +toml_datetime@0.6.11 X X +toml_edit@0.22.27 X X +toml_write@0.1.2 X X +tower@0.5.3 X +tower-http@0.6.8 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.44 X +tracing-attributes@0.1.31 X +tracing-core@0.1.36 X +tracing-log@0.2.0 X +tracing-subscriber@0.3.22 X +try-lock@0.2.5 X +twox-hash@2.1.2 X +typed-builder@0.20.1 X X +typed-builder-macro@0.20.1 X X +typeid@1.0.3 X X +typenum@1.19.0 X X +typetag@0.2.21 X X +typetag-impl@0.2.21 X X +typify@0.5.0 X +typify-impl@0.5.0 X +typify-macro@0.5.0 X +unicode-ident@1.0.24 X X X +unicode-segmentation@1.12.0 X X +unicode-width@0.1.14 X X +unicode-width@0.2.2 X X +unit-prefix@0.5.2 X +unsafe-libyaml@0.2.11 X +url@2.5.8 X X +utf8_iter@1.0.4 X X +utf8parse@0.2.2 X X +uuid@1.22.0 X X +version_check@0.9.5 X X +walkdir@2.5.0 X X +want@0.3.1 X +wasi@0.11.1+wasi-snapshot-preview1 X X X +wasip2@1.0.2+wasi-0.2.9 X X X +wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 X X X +wasm-bindgen@0.2.114 X X +wasm-bindgen-futures@0.4.64 X X +wasm-bindgen-macro@0.2.114 X X +wasm-bindgen-macro-support@0.2.114 X X +wasm-bindgen-shared@0.2.114 X X +web-sys@0.3.91 X X +web-time@1.1.0 X X +winapi-util@0.1.11 X X +windows-core@0.62.2 X X +windows-implement@0.60.2 X X +windows-interface@0.59.3 X X +windows-link@0.2.1 X X +windows-result@0.4.1 X X +windows-strings@0.5.1 X X +windows-sys@0.59.0 X X +windows-sys@0.60.2 X X +windows-sys@0.61.2 X X +windows-targets@0.52.6 X X +windows-targets@0.53.5 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_gnullvm@0.53.1 X X +windows_aarch64_msvc@0.52.6 X X +windows_aarch64_msvc@0.53.1 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnu@0.53.1 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_gnullvm@0.53.1 X X +windows_i686_msvc@0.52.6 X X +windows_i686_msvc@0.53.1 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnu@0.53.1 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_gnullvm@0.53.1 X X +windows_x86_64_msvc@0.52.6 X X +windows_x86_64_msvc@0.53.1 X X +winnow@0.7.14 X +wit-bindgen@0.51.0 X X X +writeable@0.6.2 X +yoke@0.8.1 X +yoke-derive@0.8.1 X +zerocopy@0.8.40 X X X +zerocopy-derive@0.8.40 X X X +zerofrom@0.1.6 X +zerofrom-derive@0.1.6 X +zerotrie@0.2.3 X +zerovec@0.11.5 X +zerovec-derive@0.11.2 X +zlib-rs@0.6.3 X +zmij@1.0.21 X +zstd@0.13.3 X +zstd-safe@7.2.4 X X +zstd-sys@2.0.16+zstd.1.5.7 X X diff --git a/crates/storage/opendal/DEPENDENCIES.rust.tsv b/crates/storage/opendal/DEPENDENCIES.rust.tsv new file mode 100644 index 0000000000..c0b8fdf80e --- /dev/null +++ b/crates/storage/opendal/DEPENDENCIES.rust.tsv @@ -0,0 +1,327 @@ +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-2.1-or-later MIT Unicode-3.0 Unlicense Zlib +adler2@2.0.1 X X X +ahash@0.8.12 X X +aho-corasick@1.1.4 X X +alloc-no-stdlib@2.0.4 X +alloc-stdlib@0.2.2 X +android_system_properties@0.1.5 X X +anyhow@1.0.102 X X +apache-avro@0.21.0 X +array-init@2.1.0 X X +arrow-arith@57.3.0 X +arrow-array@57.3.0 X +arrow-buffer@57.3.0 X +arrow-cast@57.3.0 X +arrow-data@57.3.0 X +arrow-ipc@57.3.0 X +arrow-ord@57.3.0 X +arrow-schema@57.3.0 X +arrow-select@57.3.0 X +arrow-string@57.3.0 X +as-any@0.3.2 X X +async-lock@3.4.2 X X +async-trait@0.1.89 X X +atoi@2.0.0 X +atomic-waker@1.1.2 X X +autocfg@1.5.0 X X +backon@1.6.0 X +base64@0.22.1 X X +bigdecimal@0.4.10 X X +bimap@0.6.3 X X +bitflags@2.11.0 X X +block-buffer@0.10.4 X X +bnum@0.12.1 X X +bon@3.9.0 X X +bon-macros@3.9.0 X X +brotli@8.0.2 X X +brotli-decompressor@5.0.0 X X +bumpalo@3.20.2 X X +bytemuck@1.25.0 X X X +byteorder@1.5.0 X X +bytes@1.11.1 X +cc@1.2.56 X X +cfg-if@1.0.4 X X +chrono@0.4.44 X X +concurrent-queue@2.5.0 X X +const-oid@0.9.6 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +cpufeatures@0.2.17 X X +crc32c@0.6.8 X X +crc32fast@1.5.0 X X +crossbeam-channel@0.5.15 X X +crossbeam-epoch@0.9.18 X X +crossbeam-utils@0.8.21 X X +crunchy@0.2.4 X +crypto-common@0.1.7 X X +darling@0.20.11 X +darling@0.21.3 X +darling@0.23.0 X +darling_core@0.20.11 X +darling_core@0.21.3 X +darling_core@0.23.0 X +darling_macro@0.20.11 X +darling_macro@0.21.3 X +darling_macro@0.23.0 X +derive_builder@0.20.2 X X +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 +erased-serde@0.4.10 X X +event-listener@5.4.1 X X +event-listener-strategy@0.5.4 X X +expect-test@1.5.1 X X +fastnum@0.7.4 X X +fastrand@2.3.0 X X +find-msvc-tools@0.1.9 X X +flatbuffers@25.12.19 X +flate2@1.1.9 X X +fnv@1.0.7 X X +form_urlencoded@1.2.2 X X +futures@0.3.32 X X +futures-channel@0.3.32 X X +futures-core@0.3.32 X X +futures-executor@0.3.32 X X +futures-io@0.3.32 X X +futures-macro@0.3.32 X X +futures-sink@0.3.32 X X +futures-task@0.3.32 X X +futures-util@0.3.32 X X +generic-array@0.14.7 X +getrandom@0.2.17 X X +getrandom@0.3.4 X X +getrandom@0.4.1 X X +gloo-timers@0.3.0 X X +half@2.7.1 X X +hashbrown@0.16.1 X X +heck@0.5.0 X X +hex@0.4.3 X X +hmac@0.12.1 X X +home@0.5.11 X X +http@1.4.0 X X +http-body@1.0.1 X +http-body-util@0.1.3 X +httparse@1.10.1 X X +hyper@1.8.1 X +hyper-rustls@0.27.7 X X X +hyper-util@0.1.20 X +iana-time-zone@0.1.65 X X +iana-time-zone-haiku@0.1.2 X X +iceberg@0.9.0 X +iceberg-storage-opendal@0.9.0 X +iceberg_test_utils@0.9.0 X +icu_collections@2.1.1 X +icu_locale_core@2.1.1 X +icu_normalizer@2.1.1 X +icu_normalizer_data@2.1.1 X +icu_properties@2.1.2 X +icu_properties_data@2.1.2 X +icu_provider@2.1.1 X +ident_case@1.0.1 X X +idna@1.1.0 X X +idna_adapter@1.2.1 X X +integer-encoding@3.0.4 X +inventory@0.3.22 X X +ipnet@2.12.0 X X +iri-string@0.7.10 X X +itertools@0.13.0 X X +itoa@1.0.17 X X +jiff@0.2.22 X X +jiff-tzdb@0.1.5 X X +jiff-tzdb-platform@0.1.3 X X +jobserver@0.1.34 X X +js-sys@0.3.91 X X +lazy_static@1.5.0 X X +lexical-core@1.0.6 X X +lexical-parse-float@1.0.6 X X +lexical-parse-integer@1.0.6 X X +lexical-util@1.0.7 X X +lexical-write-float@1.0.6 X X +lexical-write-integer@1.0.6 X X +libc@0.2.182 X X +libm@0.2.16 X +litemap@0.8.1 X +lock_api@0.4.14 X X +log@0.4.29 X X +lz4_flex@0.12.0 X +md-5@0.10.6 X X +memchr@2.8.0 X X +miniz_oxide@0.8.9 X X X +mio@1.1.1 X +moka@0.12.14 X X +murmur3@0.5.2 X X +nu-ansi-term@0.50.3 X +num-bigint@0.4.6 X X +num-complex@0.4.6 X X +num-integer@0.1.46 X X +num-traits@0.2.19 X X +once_cell@1.21.3 X X +opendal@0.55.0 X +ordered-float@2.10.1 X +ordered-float@4.6.0 X +parking@2.2.1 X X +parking_lot@0.12.5 X X +parking_lot_core@0.9.12 X X +parquet@57.3.0 X +paste@1.0.15 X X +percent-encoding@2.3.2 X X +pin-project-lite@0.2.17 X X +pin-utils@0.1.0 X X +pkg-config@0.3.32 X X +portable-atomic@1.13.1 X X +portable-atomic-util@0.2.5 X X +potential_utf@0.1.4 X +ppv-lite86@0.2.21 X X +prettyplease@0.2.37 X X +proc-macro2@1.0.106 X X +quad-rand@0.2.3 X +quick-xml@0.38.4 X +quote@1.0.44 X X +r-efi@5.3.0 X X X +rand@0.8.5 X X +rand@0.9.2 X X +rand_chacha@0.3.1 X X +rand_chacha@0.9.0 X X +rand_core@0.6.4 X X +rand_core@0.9.5 X X +redox_syscall@0.5.18 X +regex@1.12.3 X X +regex-automata@0.4.14 X X +regex-lite@0.1.9 X X +regex-syntax@0.8.10 X X +reqsign@0.16.5 X +reqwest@0.12.28 X X +ring@0.17.14 X X +roaring@0.11.3 X X +rustc_version@0.4.1 X X +rustls@0.23.37 X X X +rustls-pki-types@1.14.0 X X +rustls-webpki@0.103.9 X +rustversion@1.0.22 X X +ryu@1.0.23 X X +scopeguard@1.2.0 X X +semver@1.0.27 X X +seq-macro@0.3.6 X X +serde@1.0.228 X X +serde-big-array@0.5.1 X X +serde_bytes@0.11.19 X X +serde_core@1.0.228 X X +serde_derive@1.0.228 X X +serde_json@1.0.149 X X +serde_repr@0.1.20 X X +serde_urlencoded@0.7.1 X X +serde_with@3.17.0 X X +serde_with_macros@3.17.0 X X +sha1@0.10.6 X X +sha2@0.10.9 X X +sharded-slab@0.1.7 X +shlex@1.3.0 X X +simd-adler32@0.3.8 X +simdutf8@0.1.5 X X +slab@0.4.12 X +smallvec@1.15.1 X X +snap@1.1.1 X +socket2@0.6.2 X X +stable_deref_trait@1.2.1 X X +strsim@0.11.1 X +strum@0.27.2 X +strum_macros@0.27.2 X +subtle@2.6.1 X +syn@2.0.117 X X +sync_wrapper@1.0.2 X +synstructure@0.13.2 X +tagptr@0.2.0 X X +thiserror@2.0.18 X X +thiserror-impl@2.0.18 X X +thread_local@1.1.9 X X +thrift@0.17.0 X +tiny-keccak@2.0.2 X +tinystr@0.8.2 X +tokio@1.50.0 X +tokio-macros@2.6.1 X +tokio-rustls@0.26.4 X X +tokio-util@0.7.18 X +tower@0.5.3 X +tower-http@0.6.8 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.44 X +tracing-core@0.1.36 X +tracing-log@0.2.0 X +tracing-subscriber@0.3.22 X +try-lock@0.2.5 X +twox-hash@2.1.2 X +typed-builder@0.20.1 X X +typed-builder-macro@0.20.1 X X +typeid@1.0.3 X X +typenum@1.19.0 X X +typetag@0.2.21 X X +typetag-impl@0.2.21 X X +unicode-ident@1.0.24 X X X +untrusted@0.9.0 X +url@2.5.8 X X +utf8_iter@1.0.4 X X +uuid@1.22.0 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.1+wasi-snapshot-preview1 X X X +wasip2@1.0.2+wasi-0.2.9 X X X +wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 X X X +wasm-bindgen@0.2.114 X X +wasm-bindgen-futures@0.4.64 X X +wasm-bindgen-macro@0.2.114 X X +wasm-bindgen-macro-support@0.2.114 X X +wasm-bindgen-shared@0.2.114 X X +wasm-streams@0.4.2 X X +web-sys@0.3.91 X X +webpki-roots@1.0.6 X +windows-core@0.62.2 X X +windows-implement@0.60.2 X X +windows-interface@0.59.3 X X +windows-link@0.2.1 X X +windows-result@0.4.1 X X +windows-strings@0.5.1 X X +windows-sys@0.52.0 X X +windows-sys@0.59.0 X X +windows-sys@0.60.2 X X +windows-sys@0.61.2 X X +windows-targets@0.52.6 X X +windows-targets@0.53.5 X X +windows_aarch64_gnullvm@0.52.6 X X +windows_aarch64_gnullvm@0.53.1 X X +windows_aarch64_msvc@0.52.6 X X +windows_aarch64_msvc@0.53.1 X X +windows_i686_gnu@0.52.6 X X +windows_i686_gnu@0.53.1 X X +windows_i686_gnullvm@0.52.6 X X +windows_i686_gnullvm@0.53.1 X X +windows_i686_msvc@0.52.6 X X +windows_i686_msvc@0.53.1 X X +windows_x86_64_gnu@0.52.6 X X +windows_x86_64_gnu@0.53.1 X X +windows_x86_64_gnullvm@0.52.6 X X +windows_x86_64_gnullvm@0.53.1 X X +windows_x86_64_msvc@0.52.6 X X +windows_x86_64_msvc@0.53.1 X X +wit-bindgen@0.51.0 X X X +writeable@0.6.2 X +yoke@0.8.1 X +yoke-derive@0.8.1 X +zerocopy@0.8.40 X X X +zerocopy-derive@0.8.40 X X X +zerofrom@0.1.6 X +zerofrom-derive@0.1.6 X +zeroize@1.8.2 X X +zerotrie@0.2.3 X +zerovec@0.11.5 X +zerovec-derive@0.11.2 X +zlib-rs@0.6.3 X +zmij@1.0.21 X +zstd@0.13.3 X +zstd-safe@7.2.4 X X +zstd-sys@2.0.16+zstd.1.5.7 X X diff --git a/crates/test_utils/DEPENDENCIES.rust.tsv b/crates/test_utils/DEPENDENCIES.rust.tsv index 879ead5921..850a490d60 100644 --- a/crates/test_utils/DEPENDENCIES.rust.tsv +++ b/crates/test_utils/DEPENDENCIES.rust.tsv @@ -1,22 +1,287 @@ -crate Apache-2.0 MIT Unicode-3.0 -cfg-if@1.0.4 X X -iceberg_test_utils@0.8.0 X -lazy_static@1.5.0 X X -log@0.4.29 X X -nu-ansi-term@0.50.3 X -once_cell@1.21.3 X X -pin-project-lite@0.2.16 X X -proc-macro2@1.0.103 X X -quote@1.0.42 X X -sharded-slab@0.1.7 X -smallvec@1.15.1 X X -syn@2.0.111 X X -thread_local@1.1.9 X X -tracing@0.1.43 X -tracing-attributes@0.1.31 X -tracing-core@0.1.35 X -tracing-log@0.2.0 X -tracing-subscriber@0.3.22 X -unicode-ident@1.0.22 X X X -windows-link@0.2.1 X X -windows-sys@0.61.2 X X +crate 0BSD Apache-2.0 Apache-2.0 WITH LLVM-exception BSD-2-Clause BSD-3-Clause BSL-1.0 CC0-1.0 LGPL-2.1-or-later MIT Unicode-3.0 Unlicense Zlib +adler2@2.0.1 X X X +ahash@0.8.12 X X +aho-corasick@1.1.4 X X +alloc-no-stdlib@2.0.4 X +alloc-stdlib@0.2.2 X +android_system_properties@0.1.5 X X +anyhow@1.0.102 X X +apache-avro@0.21.0 X +array-init@2.1.0 X X +arrow-arith@57.3.0 X +arrow-array@57.3.0 X +arrow-buffer@57.3.0 X +arrow-cast@57.3.0 X +arrow-data@57.3.0 X +arrow-ipc@57.3.0 X +arrow-ord@57.3.0 X +arrow-schema@57.3.0 X +arrow-select@57.3.0 X +arrow-string@57.3.0 X +as-any@0.3.2 X X +async-lock@3.4.2 X X +async-trait@0.1.89 X X +atoi@2.0.0 X +atomic-waker@1.1.2 X X +autocfg@1.5.0 X X +backon@1.6.0 X +base64@0.22.1 X X +bigdecimal@0.4.10 X X +bimap@0.6.3 X X +bitflags@2.11.0 X X +block-buffer@0.10.4 X X +bnum@0.12.1 X X +bon@3.9.0 X X +bon-macros@3.9.0 X X +brotli@8.0.2 X X +brotli-decompressor@5.0.0 X X +bumpalo@3.20.2 X X +bytemuck@1.25.0 X X X +byteorder@1.5.0 X X +bytes@1.11.1 X +cc@1.2.56 X X +cfg-if@1.0.4 X X +chrono@0.4.44 X X +concurrent-queue@2.5.0 X X +const-random@0.1.18 X X +const-random-macro@0.1.16 X X +core-foundation-sys@0.8.7 X X +crc32fast@1.5.0 X X +crossbeam-channel@0.5.15 X X +crossbeam-epoch@0.9.18 X X +crossbeam-utils@0.8.21 X X +crunchy@0.2.4 X +crypto-common@0.1.7 X X +darling@0.20.11 X +darling@0.21.3 X +darling@0.23.0 X +darling_core@0.20.11 X +darling_core@0.21.3 X +darling_core@0.23.0 X +darling_macro@0.20.11 X +darling_macro@0.21.3 X +darling_macro@0.23.0 X +derive_builder@0.20.2 X X +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 +erased-serde@0.4.10 X X +event-listener@5.4.1 X X +event-listener-strategy@0.5.4 X X +expect-test@1.5.1 X X +fastnum@0.7.4 X X +fastrand@2.3.0 X X +find-msvc-tools@0.1.9 X X +flatbuffers@25.12.19 X +flate2@1.1.9 X X +fnv@1.0.7 X X +form_urlencoded@1.2.2 X X +futures@0.3.32 X X +futures-channel@0.3.32 X X +futures-core@0.3.32 X X +futures-executor@0.3.32 X X +futures-io@0.3.32 X X +futures-macro@0.3.32 X X +futures-sink@0.3.32 X X +futures-task@0.3.32 X X +futures-util@0.3.32 X X +generic-array@0.14.7 X +getrandom@0.2.17 X X +getrandom@0.3.4 X X +getrandom@0.4.1 X X +gloo-timers@0.3.0 X X +half@2.7.1 X X +hashbrown@0.16.1 X X +heck@0.5.0 X X +http@1.4.0 X X +http-body@1.0.1 X +http-body-util@0.1.3 X +httparse@1.10.1 X X +hyper@1.8.1 X +hyper-util@0.1.20 X +iana-time-zone@0.1.65 X X +iana-time-zone-haiku@0.1.2 X X +iceberg@0.9.0 X +iceberg_test_utils@0.9.0 X +icu_collections@2.1.1 X +icu_locale_core@2.1.1 X +icu_normalizer@2.1.1 X +icu_normalizer_data@2.1.1 X +icu_properties@2.1.2 X +icu_properties_data@2.1.2 X +icu_provider@2.1.1 X +ident_case@1.0.1 X X +idna@1.1.0 X X +idna_adapter@1.2.1 X X +integer-encoding@3.0.4 X +inventory@0.3.22 X X +ipnet@2.12.0 X X +iri-string@0.7.10 X X +itertools@0.13.0 X X +itoa@1.0.17 X X +jobserver@0.1.34 X X +js-sys@0.3.91 X X +lazy_static@1.5.0 X X +lexical-core@1.0.6 X X +lexical-parse-float@1.0.6 X X +lexical-parse-integer@1.0.6 X X +lexical-util@1.0.7 X X +lexical-write-float@1.0.6 X X +lexical-write-integer@1.0.6 X X +libc@0.2.182 X X +libm@0.2.16 X +litemap@0.8.1 X +lock_api@0.4.14 X X +log@0.4.29 X X +lz4_flex@0.12.0 X +memchr@2.8.0 X X +miniz_oxide@0.8.9 X X X +mio@1.1.1 X +moka@0.12.14 X X +murmur3@0.5.2 X X +nu-ansi-term@0.50.3 X +num-bigint@0.4.6 X X +num-complex@0.4.6 X X +num-integer@0.1.46 X X +num-traits@0.2.19 X X +once_cell@1.21.3 X X +ordered-float@2.10.1 X +ordered-float@4.6.0 X +parking@2.2.1 X X +parking_lot@0.12.5 X X +parking_lot_core@0.9.12 X X +parquet@57.3.0 X +paste@1.0.15 X X +percent-encoding@2.3.2 X X +pin-project-lite@0.2.17 X X +pin-utils@0.1.0 X X +pkg-config@0.3.32 X X +portable-atomic@1.13.1 X X +potential_utf@0.1.4 X +ppv-lite86@0.2.21 X X +prettyplease@0.2.37 X X +proc-macro2@1.0.106 X X +quad-rand@0.2.3 X +quote@1.0.44 X X +r-efi@5.3.0 X X X +rand@0.8.5 X X +rand@0.9.2 X X +rand_chacha@0.3.1 X X +rand_chacha@0.9.0 X X +rand_core@0.6.4 X X +rand_core@0.9.5 X X +redox_syscall@0.5.18 X +regex@1.12.3 X X +regex-automata@0.4.14 X X +regex-lite@0.1.9 X X +regex-syntax@0.8.10 X X +reqwest@0.12.28 X X +roaring@0.11.3 X X +rustc_version@0.4.1 X X +rustversion@1.0.22 X X +ryu@1.0.23 X X +scopeguard@1.2.0 X X +semver@1.0.27 X X +seq-macro@0.3.6 X X +serde@1.0.228 X X +serde-big-array@0.5.1 X X +serde_bytes@0.11.19 X X +serde_core@1.0.228 X X +serde_derive@1.0.228 X X +serde_json@1.0.149 X X +serde_repr@0.1.20 X X +serde_urlencoded@0.7.1 X X +serde_with@3.17.0 X X +serde_with_macros@3.17.0 X X +sharded-slab@0.1.7 X +shlex@1.3.0 X X +simd-adler32@0.3.8 X +simdutf8@0.1.5 X X +slab@0.4.12 X +smallvec@1.15.1 X X +snap@1.1.1 X +socket2@0.6.2 X X +stable_deref_trait@1.2.1 X X +strsim@0.11.1 X +strum@0.27.2 X +strum_macros@0.27.2 X +syn@2.0.117 X X +sync_wrapper@1.0.2 X +synstructure@0.13.2 X +tagptr@0.2.0 X X +thiserror@2.0.18 X X +thiserror-impl@2.0.18 X X +thread_local@1.1.9 X X +thrift@0.17.0 X +tiny-keccak@2.0.2 X +tinystr@0.8.2 X +tokio@1.50.0 X +tokio-macros@2.6.1 X +tower@0.5.3 X +tower-http@0.6.8 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.44 X +tracing-core@0.1.36 X +tracing-log@0.2.0 X +tracing-subscriber@0.3.22 X +try-lock@0.2.5 X +twox-hash@2.1.2 X +typed-builder@0.20.1 X X +typed-builder-macro@0.20.1 X X +typeid@1.0.3 X X +typenum@1.19.0 X X +typetag@0.2.21 X X +typetag-impl@0.2.21 X X +unicode-ident@1.0.24 X X X +url@2.5.8 X X +utf8_iter@1.0.4 X X +uuid@1.22.0 X X +version_check@0.9.5 X X +want@0.3.1 X +wasi@0.11.1+wasi-snapshot-preview1 X X X +wasip2@1.0.2+wasi-0.2.9 X X X +wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 X X X +wasm-bindgen@0.2.114 X X +wasm-bindgen-futures@0.4.64 X X +wasm-bindgen-macro@0.2.114 X X +wasm-bindgen-macro-support@0.2.114 X X +wasm-bindgen-shared@0.2.114 X X +web-sys@0.3.91 X X +windows-core@0.62.2 X X +windows-implement@0.60.2 X X +windows-interface@0.59.3 X X +windows-link@0.2.1 X X +windows-result@0.4.1 X X +windows-strings@0.5.1 X X +windows-sys@0.60.2 X X +windows-sys@0.61.2 X X +windows-targets@0.53.5 X X +windows_aarch64_gnullvm@0.53.1 X X +windows_aarch64_msvc@0.53.1 X X +windows_i686_gnu@0.53.1 X X +windows_i686_gnullvm@0.53.1 X X +windows_i686_msvc@0.53.1 X X +windows_x86_64_gnu@0.53.1 X X +windows_x86_64_gnullvm@0.53.1 X X +windows_x86_64_msvc@0.53.1 X X +wit-bindgen@0.51.0 X X X +writeable@0.6.2 X +yoke@0.8.1 X +yoke-derive@0.8.1 X +zerocopy@0.8.40 X X X +zerocopy-derive@0.8.40 X X X +zerofrom@0.1.6 X +zerofrom-derive@0.1.6 X +zerotrie@0.2.3 X +zerovec@0.11.5 X +zerovec-derive@0.11.2 X +zlib-rs@0.6.3 X +zmij@1.0.21 X +zstd@0.13.3 X +zstd-safe@7.2.4 X X +zstd-sys@2.0.16+zstd.1.5.7 X X