diff --git a/CHANGELOG.md b/CHANGELOG.md index f66f64f478..50d4576dfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,150 @@ 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.8.0] - 2025-12-16 + +### Breaking Changes + +* **API Changes:** + * refactor: Remove redundant parameters from SnapshotProducer validation methods by @Li0k in https://github.com/apache/iceberg-rust/pull/1853 + * chore: Remove deprecated `remove_all` in FileIO by @jonathanc-n in https://github.com/apache/iceberg-rust/pull/1863 + * refactor: Drop smol runtime support by @Xuanwo in https://github.com/apache/iceberg-rust/pull/1900 + +* **Compatibility:** + * chore: bump MSRV to 1.88, fix warnings and clippy errors by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1902 + +* **Dependency Updates:** + * Upgrade opendal to v0.55 by @dentiny in https://github.com/apache/iceberg-rust/pull/1895 + * deps: bump DataFusion to 51, Arrow to 57, pyo to 0.26 by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1899 + +* **Other:** + * Remove wildcard pattern in exhaustive enums by @lgingerich in https://github.com/apache/iceberg-rust/pull/1925 + +### All Changes + +* chore(deps): Bump tempfile from 3.22.0 to 3.23.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1717 +* chore(deps): Bump rand from 0.8.5 to 0.9.2 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1716 +* chore(deps): Bump crate-ci/typos from 1.36.2 to 1.36.3 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1715 +* refactor: Improve REST catalog's authenticate method by @imor in https://github.com/apache/iceberg-rust/pull/1712 +* chore(deps): Bump serde_with from 3.14.0 to 3.14.1 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1727 +* refactor(writer): Refactor writers for the future partitioning writers by @CTTY in https://github.com/apache/iceberg-rust/pull/1657 +* Set lock on version of Pydantic by @Fokko in https://github.com/apache/iceberg-rust/pull/1737 +* chore(deps): Bump crate-ci/typos from 1.36.3 to 1.37.2 by @Standing-Man in https://github.com/apache/iceberg-rust/pull/1734 +* feat: support more partition transformations for PartitionSpec::partition_to_path by @mnpw in https://github.com/apache/iceberg-rust/pull/1730 +* chore: Update website for 0.7.0 by @CTTY in https://github.com/apache/iceberg-rust/pull/1738 +* feat(sql-catalog): implement register table for sql catalog by @Standing-Man in https://github.com/apache/iceberg-rust/pull/1724 +* fix: ensure CoalescePartitionsExec is enabled for IcebergCommitExec by @sgrebnov in https://github.com/apache/iceberg-rust/pull/1723 +* chore(deps): Bump regex from 1.11.2 to 1.12.1 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1741 +* chore(deps): Bump crate-ci/typos from 1.37.2 to 1.38.1 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1740 +* Improve `IcebergCommitExec` to correctly populate properties/schema by @sgrebnov in https://github.com/apache/iceberg-rust/pull/1721 +* feat(spec): add `table_properties.rs` to spec by @kaushiksrini in https://github.com/apache/iceberg-rust/pull/1733 +* chore(deps): Bump actions/stale from 10.0.0 to 10.1.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1726 +* docs: remove -src suffix from artifact name by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1743 +* feat(reader): Make ArrowReaderBuilder::new public by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1748 +* feat(writer): Add clustered and fanout writer by @CTTY in https://github.com/apache/iceberg-rust/pull/1735 +* feat(catalog): impl builder for SqlCatalog by @335g in https://github.com/apache/iceberg-rust/pull/1666 +* fix: fix read parquert file when schema change by @chenzl25 in https://github.com/apache/iceberg-rust/pull/1750 +* docs: Fix broken orbstack and podman links in CONTRIBUTING.md by @petern48 in https://github.com/apache/iceberg-rust/pull/1757 +* chore(deps): Bump tokio from 1.47.1 to 1.48.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1763 +* chore(deps): Bump backon from 1.5.2 to 1.6.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1762 +* fix: global eq delete matching should apply to only strictly older files, and fix partition scoped matching to consider spec id by @amogh-jahagirdar in https://github.com/apache/iceberg-rust/pull/1758 +* chore(deps): Bump apache/skywalking-eyes from 0.7.0 to 0.8.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1760 +* chore(deps): Bump rust_decimal from 1.38.0 to 1.39.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1761 +* feat(datafusion): implement the project node to add the partition columns by @fvaleye in https://github.com/apache/iceberg-rust/pull/1602 +* fix: snapshot was producing empty summary by @imor in https://github.com/apache/iceberg-rust/pull/1767 +* docs: Add examples for PartitioningWriter by @CTTY in https://github.com/apache/iceberg-rust/pull/1754 +* feat(sqllogictest): Add support for iceberg datafusion sqllogictest integration by @lliangyu-lin in https://github.com/apache/iceberg-rust/pull/1764 +* fix(build): Pin home version after merging #1764 by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1783 +* minor: Update Cargo.lock to add home by @CTTY in https://github.com/apache/iceberg-rust/pull/1785 +* chore(deps): Bump aws-sdk-s3tables from 1.40.0 to 1.41.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1790 +* chore(deps): Bump rand from 0.8.5 to 0.9.2 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1789 +* chore(deps): Bump actions/download-artifact from 5 to 6 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1788 +* chore(deps): Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1787 +* fix(reader): filter row groups when FileScanTask contains byte ranges by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1779 +* refactor(arrow,datafusion): Reuse PartitionValueCalculator in RecordBatchPartitionSplitter by @CTTY in https://github.com/apache/iceberg-rust/pull/1781 +* feat: Update Datafusion to v49 by @DerGut in https://github.com/apache/iceberg-rust/pull/1704 +* deps: unpin pydantic by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1793 +* feat(reader): Add Date32 support to RecordBatchTransformer create_column by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1792 +* feat(catalog): Implement update_table for S3TablesCatalog by @CTTY in https://github.com/apache/iceberg-rust/pull/1594 +* feat: Update Datafusion to v50 by @DerGut in https://github.com/apache/iceberg-rust/pull/1728 +* ci: Migrate to uv for python by @Xuanwo in https://github.com/apache/iceberg-rust/pull/1796 +* ci: Relax msrv check thanks to rust 2024 by @Xuanwo in https://github.com/apache/iceberg-rust/pull/1795 +* ci: Don't dismiss stale review to make contribution easier by @Xuanwo in https://github.com/apache/iceberg-rust/pull/1799 +* add Makefile to bindings/python by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1800 +* chore: inline format args by @colinmarc in https://github.com/apache/iceberg-rust/pull/1805 +* refactor: Migrate from tera to minijinja by @Xuanwo in https://github.com/apache/iceberg-rust/pull/1798 +* fix(reader): fix position delete bugs with row group skipping by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1806 +* feat(datafusion): implement the partitioning node for DataFusion to define the partitioning by @fvaleye in https://github.com/apache/iceberg-rust/pull/1620 +* feat(reader): Date32 from days since epoch for Literal:try_from_json by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1803 +* chore(deps): Bump aws-sdk-glue from 1.125.0 to 1.126.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1812 +* chore(deps): Bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1811 +* chore(deps): Bump crate-ci/typos from 1.38.1 to 1.39.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1810 +* feat(reader): position-based column projection for Parquet files without field IDs (migrated tables) by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1777 +* fix(reader): Equality delete files with partial schemas (containing only equality columns) by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1782 +* infra: use apache/hive:4.0.0 as hive Dockerfile base image by @geruh in https://github.com/apache/iceberg-rust/pull/1823 +* fix: StructType fails to deserialize JSON with type field by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1822 +* feat: Support for V3 Metadata by @c-thiel in https://github.com/apache/iceberg-rust/pull/1682 +* fix(reader): Support both position and equality delete files on the same FileScanTask by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1778 +* feat(datafusion): Add TaskWriter for DataFusion by @CTTY in https://github.com/apache/iceberg-rust/pull/1769 +* fix: support reading compressed metadata by @colinmarc in https://github.com/apache/iceberg-rust/pull/1802 +* Support deserializing bytes by @Fokko in https://github.com/apache/iceberg-rust/pull/1820 +* fix: Bump CI Spark version to 3.5.7 by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1832 +* infra: use python 3.12 for release by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1836 +* pyiceberg-core: create smaller artifacts by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1841 +* infra: add collaborators to .asf.yaml by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1842 +* pyiceberg-core: use pyo3 abi3-py310 by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1843 +* ci: parallelize unit test with matrix by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1833 +* pyiceberg-core: create even smaller artifacts by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1844 +* chore: Split values.rs into separate files by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1840 +* feat(datafusion): Support `INSERT INTO` partitioned tables by @CTTY in https://github.com/apache/iceberg-rust/pull/1827 +* docs: Add Wrappers project to README by @burmecia in https://github.com/apache/iceberg-rust/pull/1852 +* feat(reader): Add PartitionSpec support to FileScanTask and RecordBatchTransformer by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1821 +* feat(reader): null struct default values in create_column by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1847 +* refactor: Remove redundant parameters from SnapshotProducer validation methods by @Li0k in https://github.com/apache/iceberg-rust/pull/1853 +* infra: add verbose=true to pypa/gh-action-pypi-publish by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1846 +* use RecordBatchTransformerBuilder instead of RecordBatchTransformer by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1857 +* chore(deps): Bump bytes from 1.10.1 to 1.11.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1861 +* chore(deps): Bump serde_with from 3.15.1 to 3.16.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1859 +* chore(deps): Bump fs-err from 3.1.3 to 3.2.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1860 +* chore(deps): Bump crate-ci/typos from 1.39.0 to 1.39.2 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1858 +* chore: Remove deprecated `remove_all` in FileIO by @jonathanc-n in https://github.com/apache/iceberg-rust/pull/1863 +* infra: notify on github workflow failure by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1870 +* feat(reader): Add binary support to `get_arrow_datum` for equality deletes with binary type by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1848 +* Raise concurrency errors properly for glue tables by @jembishop in https://github.com/apache/iceberg-rust/pull/1875 +* infra: add instructions for cleaning up testpypi artifacts by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1855 +* chore(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1883 +* Update apache-avro to v0.21.0 by @N-Boutaib in https://github.com/apache/iceberg-rust/pull/1881 +* docs: Clarify functionality of `SnapshotProduceOperation` by @jonathanc-n in https://github.com/apache/iceberg-rust/pull/1874 +* feat(datafusion): Split IcebergTableProvider into static and non-static table provider by @CTTY in https://github.com/apache/iceberg-rust/pull/1879 +* infra: use new `del_branch_on_merge` in .asf.yaml by @kevinjqliu in https://github.com/apache/iceberg-rust/pull/1888 +* Upgrade opendal to v0.55 by @dentiny in https://github.com/apache/iceberg-rust/pull/1895 +* chore(deps): Bump http from 1.3.1 to 1.4.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1892 +* chore(deps): Bump crate-ci/typos from 1.39.2 to 1.40.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1891 +* feat(datafusion): Add `sort_by_partition` to sort the input partitioned data by @CTTY in https://github.com/apache/iceberg-rust/pull/1618 +* rfc: Modularize `iceberg` Implementations by @Xuanwo in https://github.com/apache/iceberg-rust/pull/1854 +* refactor(writer): Make writer builders non-consuming in build by @leonzchang in https://github.com/apache/iceberg-rust/pull/1889 +* fix: Keep snapshot log on replace by @c-thiel in https://github.com/apache/iceberg-rust/pull/1896 +* chore(deps): Bump actions/stale from 10.1.0 to 10.1.1 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1908 +* feat(datafusion): Add sqllogictest for DataFusion INSERT INTO by @CTTY in https://github.com/apache/iceberg-rust/pull/1887 +* refactor: Drop smol runtime support by @Xuanwo in https://github.com/apache/iceberg-rust/pull/1900 +* chore(deps): Bump minijinja from 2.12.0 to 2.13.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1909 +* chore(deps): Bump uuid from 1.18.1 to 1.19.0 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1910 +* feat(core): Add support for `_file` column by @gbrgr in https://github.com/apache/iceberg-rust/pull/1824 +* feat: Make `rest` types public, add documentation by @c-thiel in https://github.com/apache/iceberg-rust/pull/1901 +* chore: bump MSRV to 1.88, fix warnings and clippy errors by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1902 +* ci: Make s3tables ready for publish by @Xuanwo in https://github.com/apache/iceberg-rust/pull/1916 +* deps: bump DataFusion to 51, Arrow to 57, pyo to 0.26 by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1899 +* fix: Serialize `split_offsets` as null when empty by @AndreaBozzo in https://github.com/apache/iceberg-rust/pull/1906 +* feat(catalog): Implement update_table for SqlCatalog by @lgingerich in https://github.com/apache/iceberg-rust/pull/1911 +* fix: Respect precision and scale for Decimal128 in value.rs by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1921 +* fix: restore no-op logic in constants_map for NULL identity-partitioned columns by @mbutrovich in https://github.com/apache/iceberg-rust/pull/1922 +* fix: stack overflow when loading large equality deletes by @dojiong in https://github.com/apache/iceberg-rust/pull/1915 +* chore(deps): Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1931 +* chore(deps): Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in https://github.com/apache/iceberg-rust/pull/1932 +* Remove wildcard pattern in exhaustive enums by @lgingerich in https://github.com/apache/iceberg-rust/pull/1925 +* fix: prioritize delete manifests to prevent scan deadlock by @dojiong in https://github.com/apache/iceberg-rust/pull/1937 +* feat: Include statistics for Reserved Fields by @Fokko in https://github.com/apache/iceberg-rust/pull/1849 + ## [v0.7.0] - 2025-09-23 ### Breaking Changes diff --git a/Cargo.lock b/Cargo.lock index 2d464709fd..97ee25d658 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3344,7 +3344,7 @@ dependencies = [ [[package]] name = "iceberg" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "apache-avro 0.21.0", @@ -3405,7 +3405,7 @@ dependencies = [ [[package]] name = "iceberg-cache-moka" -version = "0.7.0" +version = "0.8.0" dependencies = [ "iceberg", "moka", @@ -3413,7 +3413,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-glue" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "async-trait", @@ -3430,7 +3430,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-hms" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "async-trait", @@ -3454,7 +3454,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-loader" -version = "0.7.0" +version = "0.8.0" dependencies = [ "async-trait", "iceberg", @@ -3470,7 +3470,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-rest" -version = "0.7.0" +version = "0.8.0" dependencies = [ "async-trait", "chrono", @@ -3493,7 +3493,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-s3tables" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "async-trait", @@ -3507,7 +3507,7 @@ dependencies = [ [[package]] name = "iceberg-catalog-sql" -version = "0.7.0" +version = "0.8.0" dependencies = [ "async-trait", "iceberg", @@ -3521,7 +3521,7 @@ dependencies = [ [[package]] name = "iceberg-datafusion" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "async-trait", @@ -3537,7 +3537,7 @@ dependencies = [ [[package]] name = "iceberg-examples" -version = "0.7.0" +version = "0.8.0" dependencies = [ "futures", "iceberg", @@ -3547,7 +3547,7 @@ dependencies = [ [[package]] name = "iceberg-integration-tests" -version = "0.7.0" +version = "0.8.0" dependencies = [ "arrow-array", "arrow-schema", @@ -3566,7 +3566,7 @@ dependencies = [ [[package]] name = "iceberg-playground" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "clap", @@ -3588,7 +3588,7 @@ dependencies = [ [[package]] name = "iceberg-sqllogictest" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "async-trait", @@ -3610,7 +3610,7 @@ dependencies = [ [[package]] name = "iceberg_test_utils" -version = "0.7.0" +version = "0.8.0" dependencies = [ "tracing", "tracing-subscriber", diff --git a/Cargo.toml b/Cargo.toml index ded3aedecb..d099398dbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ resolver = "2" [workspace.package] edition = "2024" homepage = "https://rust.iceberg.apache.org/" -version = "0.7.0" +version = "0.8.0" license = "Apache-2.0" repository = "https://github.com/apache/iceberg-rust" @@ -78,13 +78,13 @@ futures = "0.3" hive_metastore = "0.2.0" home = "=0.5.11" http = "1.2" -iceberg = { version = "0.7.0", path = "./crates/iceberg" } -iceberg-catalog-glue = { version = "0.7.0", path = "./crates/catalog/glue" } -iceberg-catalog-hms = { version = "0.7.0", path = "./crates/catalog/hms" } -iceberg-catalog-rest = { version = "0.7.0", path = "./crates/catalog/rest" } -iceberg-catalog-s3tables = { version = "0.7.0", path = "./crates/catalog/s3tables" } -iceberg-catalog-sql = { version = "0.7.0", path = "./crates/catalog/sql" } -iceberg-datafusion = { version = "0.7.0", path = "./crates/integrations/datafusion" } +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" } indicatif = "0.18" itertools = "0.13" libtest-mimic = "0.8.1" diff --git a/bindings/python/Cargo.lock b/bindings/python/Cargo.lock index a7244cc8dd..4647f9d886 100644 --- a/bindings/python/Cargo.lock +++ b/bindings/python/Cargo.lock @@ -128,9 +128,9 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "apache-avro" -version = "0.20.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a033b4ced7c585199fb78ef50fca7fe2f444369ec48080c5fd072efa1a03cc7" +checksum = "36fa98bc79671c7981272d91a8753a928ff6a1cd8e4f20a44c45bd5d313840bf" dependencies = [ "bigdecimal", "bon", @@ -1034,8 +1034,9 @@ dependencies = [ [[package]] name = "datafusion" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ba7cb113e9c0bedf9e9765926031e132fa05a1b09ba6e93a6d1a4d7044457b8" dependencies = [ "arrow", "arrow-schema", @@ -1089,8 +1090,9 @@ dependencies = [ [[package]] name = "datafusion-catalog" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "66a3a799f914a59b1ea343906a0486f17061f39509af74e874a866428951130d" dependencies = [ "arrow", "async-trait", @@ -1113,8 +1115,9 @@ dependencies = [ [[package]] name = "datafusion-catalog-listing" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6db1b113c80d7a0febcd901476a57aef378e717c54517a163ed51417d87621b0" dependencies = [ "arrow", "async-trait", @@ -1136,8 +1139,9 @@ dependencies = [ [[package]] name = "datafusion-common" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c10f7659e96127d25e8366be7c8be4109595d6a2c3eac70421f380a7006a1b0" dependencies = [ "ahash 0.8.12", "arrow", @@ -1159,8 +1163,9 @@ dependencies = [ [[package]] name = "datafusion-common-runtime" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b92065bbc6532c6651e2f7dd30b55cba0c7a14f860c7e1d15f165c41a1868d95" dependencies = [ "futures", "log", @@ -1169,8 +1174,9 @@ dependencies = [ [[package]] name = "datafusion-datasource" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fde13794244bc7581cd82f6fff217068ed79cdc344cafe4ab2c3a1c3510b38d6" dependencies = [ "arrow", "async-compression", @@ -1203,8 +1209,9 @@ dependencies = [ [[package]] name = "datafusion-datasource-arrow" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "804fa9b4ecf3157982021770617200ef7c1b2979d57bec9044748314775a9aea" dependencies = [ "arrow", "arrow-ipc", @@ -1226,8 +1233,9 @@ dependencies = [ [[package]] name = "datafusion-datasource-csv" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61a1641a40b259bab38131c5e6f48fac0717bedb7dc93690e604142a849e0568" dependencies = [ "arrow", "async-trait", @@ -1248,8 +1256,9 @@ dependencies = [ [[package]] name = "datafusion-datasource-json" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adeacdb00c1d37271176f8fb6a1d8ce096baba16ea7a4b2671840c5c9c64fe85" dependencies = [ "arrow", "async-trait", @@ -1269,8 +1278,9 @@ dependencies = [ [[package]] name = "datafusion-datasource-parquet" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43d0b60ffd66f28bfb026565d62b0a6cbc416da09814766a3797bba7d85a3cd9" dependencies = [ "arrow", "async-trait", @@ -1298,13 +1308,15 @@ dependencies = [ [[package]] name = "datafusion-doc" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b99e13947667b36ad713549237362afb054b2d8f8cc447751e23ec61202db07" [[package]] name = "datafusion-execution" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "63695643190679037bc946ad46a263b62016931547bf119859c511f7ff2f5178" dependencies = [ "arrow", "async-trait", @@ -1322,8 +1334,9 @@ dependencies = [ [[package]] name = "datafusion-expr" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f9a4787cbf5feb1ab351f789063398f67654a6df75c4d37d7f637dc96f951a91" dependencies = [ "arrow", "async-trait", @@ -1344,8 +1357,9 @@ dependencies = [ [[package]] name = "datafusion-expr-common" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ce2fb1b8c15c9ac45b0863c30b268c69dc9ee7a1ee13ecf5d067738338173dc" dependencies = [ "arrow", "datafusion-common", @@ -1356,8 +1370,9 @@ dependencies = [ [[package]] name = "datafusion-ffi" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec510e7787641279b0336e8b79e4b7bd1385d5976875ff9b97f4269ce5231a67" dependencies = [ "abi_stable", "arrow", @@ -1378,8 +1393,9 @@ dependencies = [ [[package]] name = "datafusion-functions" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "794a9db7f7b96b3346fc007ff25e994f09b8f0511b4cf7dff651fadfe3ebb28f" dependencies = [ "arrow", "arrow-buffer", @@ -1407,8 +1423,9 @@ dependencies = [ [[package]] name = "datafusion-functions-aggregate" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c25210520a9dcf9c2b2cbbce31ebd4131ef5af7fc60ee92b266dc7d159cb305" dependencies = [ "ahash 0.8.12", "arrow", @@ -1427,8 +1444,9 @@ dependencies = [ [[package]] name = "datafusion-functions-aggregate-common" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62f4a66f3b87300bb70f4124b55434d2ae3fe80455f3574701d0348da040b55d" dependencies = [ "ahash 0.8.12", "arrow", @@ -1439,8 +1457,9 @@ dependencies = [ [[package]] name = "datafusion-functions-nested" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae5c06eed03918dc7fe7a9f082a284050f0e9ecf95d72f57712d1496da03b8c4" dependencies = [ "arrow", "arrow-ord", @@ -1461,8 +1480,9 @@ dependencies = [ [[package]] name = "datafusion-functions-table" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db4fed1d71738fbe22e2712d71396db04c25de4111f1ec252b8f4c6d3b25d7f5" dependencies = [ "arrow", "async-trait", @@ -1476,8 +1496,9 @@ dependencies = [ [[package]] name = "datafusion-functions-window" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1d92206aa5ae21892f1552b4d61758a862a70956e6fd7a95cb85db1de74bc6d1" dependencies = [ "arrow", "datafusion-common", @@ -1493,8 +1514,9 @@ dependencies = [ [[package]] name = "datafusion-functions-window-common" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "53ae9bcc39800820d53a22d758b3b8726ff84a5a3e24cecef04ef4e5fdf1c7cc" dependencies = [ "datafusion-common", "datafusion-physical-expr-common", @@ -1502,8 +1524,9 @@ dependencies = [ [[package]] name = "datafusion-macros" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1063ad4c9e094b3f798acee16d9a47bd7372d9699be2de21b05c3bd3f34ab848" dependencies = [ "datafusion-doc", "quote", @@ -1512,8 +1535,9 @@ dependencies = [ [[package]] name = "datafusion-optimizer" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9f35f9ec5d08b87fd1893a30c2929f2559c2f9806ca072d8fefca5009dc0f06a" dependencies = [ "arrow", "chrono", @@ -1531,8 +1555,9 @@ dependencies = [ [[package]] name = "datafusion-physical-expr" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c30cc8012e9eedcb48bbe112c6eff4ae5ed19cf3003cb0f505662e88b7014c5d" dependencies = [ "ahash 0.8.12", "arrow", @@ -1552,8 +1577,9 @@ dependencies = [ [[package]] name = "datafusion-physical-expr-adapter" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f9ff2dbd476221b1f67337699eff432781c4e6e1713d2aefdaa517dfbf79768" dependencies = [ "arrow", "datafusion-common", @@ -1566,8 +1592,9 @@ dependencies = [ [[package]] name = "datafusion-physical-expr-common" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90da43e1ec550b172f34c87ec68161986ced70fd05c8d2a2add66eef9c276f03" dependencies = [ "ahash 0.8.12", "arrow", @@ -1579,8 +1606,9 @@ dependencies = [ [[package]] name = "datafusion-physical-optimizer" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ce9804f799acd7daef3be7aaffe77c0033768ed8fdbf5fb82fc4c5f2e6bc14e6" dependencies = [ "arrow", "datafusion-common", @@ -1597,8 +1625,9 @@ dependencies = [ [[package]] name = "datafusion-physical-plan" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0acf0ad6b6924c6b1aa7d213b181e012e2d3ec0a64ff5b10ee6282ab0f8532ac" dependencies = [ "ahash 0.8.12", "arrow", @@ -1627,8 +1656,9 @@ dependencies = [ [[package]] name = "datafusion-proto" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d368093a98a17d1449b1083ac22ed16b7128e4c67789991869480d8c4a40ecb9" dependencies = [ "arrow", "chrono", @@ -1653,8 +1683,9 @@ dependencies = [ [[package]] name = "datafusion-proto-common" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b6aef3d5e5c1d2bc3114c4876730cb76a9bdc5a8df31ef1b6db48f0c1671895" dependencies = [ "arrow", "datafusion-common", @@ -1663,8 +1694,9 @@ dependencies = [ [[package]] name = "datafusion-pruning" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac2c2498a1f134a9e11a9f5ed202a2a7d7e9774bd9249295593053ea3be999db" dependencies = [ "arrow", "datafusion-common", @@ -1679,8 +1711,9 @@ dependencies = [ [[package]] name = "datafusion-session" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f96eebd17555386f459037c65ab73aae8df09f464524c709d6a3134ad4f4776" dependencies = [ "async-trait", "datafusion-common", @@ -1692,8 +1725,9 @@ dependencies = [ [[package]] name = "datafusion-sql" -version = "50.3.0" -source = "git+https://github.com/apache/datafusion.git?rev=f32984b2dbf9e5a193c20643ce624167295fbd61#f32984b2dbf9e5a193c20643ce624167295fbd61" +version = "51.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fc195fe60634b2c6ccfd131b487de46dc30eccae8a3c35a13f136e7f440414f" dependencies = [ "arrow", "bigdecimal", @@ -2122,12 +2156,6 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" -[[package]] -name = "hermit-abi" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" - [[package]] name = "hex" version = "0.4.3" @@ -2286,7 +2314,7 @@ dependencies = [ [[package]] name = "iceberg" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "apache-avro", @@ -2331,7 +2359,6 @@ dependencies = [ "serde_repr", "serde_with", "strum 0.27.2", - "thrift", "tokio", "typed-builder", "url", @@ -2341,7 +2368,7 @@ dependencies = [ [[package]] name = "iceberg-datafusion" -version = "0.7.0" +version = "0.8.0" dependencies = [ "anyhow", "async-trait", @@ -2539,6 +2566,47 @@ version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" +[[package]] +name = "jiff" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35" +dependencies = [ + "jiff-static", + "jiff-tzdb-platform", + "log", + "portable-atomic", + "portable-atomic-util", + "serde_core", + "windows-sys 0.61.2", +] + +[[package]] +name = "jiff-static" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.108", +] + +[[package]] +name = "jiff-tzdb" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68971ebff725b9e2ca27a601c5eb38a4c5d64422c4cbab0c535f248087eda5c2" + +[[package]] +name = "jiff-tzdb-platform" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" +dependencies = [ + "jiff-tzdb", +] + [[package]] name = "jobserver" version = "0.1.34" @@ -2824,16 +2892,6 @@ dependencies = [ "libm", ] -[[package]] -name = "num_cpus" -version = "1.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" -dependencies = [ - "hermit-abi", - "libc", -] - [[package]] name = "object" version = "0.32.2" @@ -2875,20 +2933,20 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "opendal" -version = "0.54.1" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42afda58fa2cf50914402d132cc1caacff116a85d10c72ab2082bb7c50021754" +checksum = "d075ab8a203a6ab4bc1bce0a4b9fe486a72bf8b939037f4b78d95386384bc80a" dependencies = [ "anyhow", "backon", "base64", "bytes", - "chrono", "crc32c", "futures", "getrandom 0.2.16", "http", "http-body", + "jiff", "log", "md-5", "percent-encoding", @@ -2898,6 +2956,7 @@ dependencies = [ "serde", "serde_json", "tokio", + "url", "uuid", ] @@ -3061,6 +3120,15 @@ version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" +[[package]] +name = "portable-atomic-util" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507" +dependencies = [ + "portable-atomic", +] + [[package]] name = "potential_utf" version = "0.1.4" @@ -3168,7 +3236,7 @@ dependencies = [ [[package]] name = "pyiceberg_core_rust" -version = "0.7.0" +version = "0.8.0" dependencies = [ "arrow", "datafusion-ffi", @@ -4185,15 +4253,6 @@ dependencies = [ "syn 2.0.108", ] -[[package]] -name = "threadpool" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" -dependencies = [ - "num_cpus", -] - [[package]] name = "thrift" version = "0.17.0" @@ -4202,9 +4261,7 @@ checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09" dependencies = [ "byteorder", "integer-encoding", - "log", "ordered-float 2.10.1", - "threadpool", ] [[package]] diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index d8b8444195..9ec58cf807 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.88" -version = "0.7.0" +version = "0.8.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 7565a13e1d..5fe0da5b2a 100644 --- a/bindings/python/DEPENDENCIES.rust.tsv +++ b/bindings/python/DEPENDENCIES.rust.tsv @@ -1,445 +1,439 @@ -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 -abi_stable@0.11.3 X X -abi_stable_derive@0.11.3 X X -abi_stable_shared@0.11.0 X X -addr2line@0.24.2 X X -adler2@2.0.1 X X X -ahash@0.8.12 X X -aho-corasick@1.1.3 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.99 X X -apache-avro@0.20.0 X -array-init@2.1.0 X X -arrayref@0.3.9 X -arrayvec@0.7.6 X X -arrow@55.2.0 X -arrow-arith@55.2.0 X -arrow-array@55.2.0 X -arrow-buffer@55.2.0 X -arrow-cast@55.2.0 X -arrow-csv@55.2.0 X -arrow-data@55.2.0 X -arrow-ipc@55.2.0 X -arrow-json@55.2.0 X -arrow-ord@55.2.0 X -arrow-pyarrow@55.2.0 X -arrow-row@55.2.0 X -arrow-schema@55.2.0 X -arrow-select@55.2.0 X -arrow-string@55.2.0 X -as-any@0.3.2 X X -as_derive_utils@0.11.0 X X -async-compression@0.4.19 X X -async-ffi@0.5.0 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.5.2 X -backtrace@0.3.75 X X -base64@0.22.1 X X -bigdecimal@0.4.8 X X -bimap@0.6.3 X X -bitflags@2.9.4 X X -blake2@0.10.6 X X -blake3@1.8.2 X X X -block-buffer@0.10.4 X X -bon@3.7.2 X X -bon-macros@3.7.2 X X -brotli@8.0.2 X X -brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.23.2 X X X -byteorder@1.5.0 X X -bytes@1.10.1 X -bzip2@0.5.2 X X -bzip2-sys@0.1.13+1.0.8 X X -cc@1.2.36 X X -cfg-if@1.0.3 X X -chrono@0.4.42 X X -chrono-tz@0.10.4 X X -comfy-table@7.2.0 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 -const_panic@0.2.14 X -constant_time_eq@0.3.1 X X X -core-foundation-sys@0.8.7 X X -core_extensions@1.5.4 X X -core_extensions_proc_macros@1.5.4 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.6 X X -csv@1.3.1 X X -csv-core@0.1.12 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@48.0.1 X -datafusion-catalog@48.0.1 X -datafusion-catalog-listing@48.0.1 X -datafusion-common@48.0.1 X -datafusion-common-runtime@48.0.1 X -datafusion-datasource@48.0.1 X -datafusion-datasource-csv@48.0.1 X -datafusion-datasource-json@48.0.1 X -datafusion-datasource-parquet@48.0.1 X -datafusion-doc@48.0.1 X -datafusion-execution@48.0.1 X -datafusion-expr@48.0.1 X -datafusion-expr-common@48.0.1 X -datafusion-ffi@48.0.1 X -datafusion-functions@48.0.1 X -datafusion-functions-aggregate@48.0.1 X -datafusion-functions-aggregate-common@48.0.1 X -datafusion-functions-nested@48.0.1 X -datafusion-functions-table@48.0.1 X -datafusion-functions-window@48.0.1 X -datafusion-functions-window-common@48.0.1 X -datafusion-macros@48.0.1 X -datafusion-optimizer@48.0.1 X -datafusion-physical-expr@48.0.1 X -datafusion-physical-expr-common@48.0.1 X -datafusion-physical-optimizer@48.0.1 X -datafusion-physical-plan@48.0.1 X -datafusion-proto@48.0.1 X -datafusion-proto-common@48.0.1 X -datafusion-session@48.0.1 X -datafusion-sql@48.0.1 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.13 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.1 X X -fixedbitset@0.5.7 X X -flatbuffers@25.2.10 X -flate2@1.1.2 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-util@0.3.31 X X -generational-arena@0.2.9 X -generator@0.8.7 X X -generic-array@0.14.7 X -getrandom@0.2.16 X X -getrandom@0.3.3 X X -gimli@0.31.1 X X -glob@0.3.3 X X -gloo-timers@0.3.0 X X -half@2.6.0 X X -hashbrown@0.14.5 X X -hashbrown@0.15.5 X X -heck@0.5.0 X X -hermit-abi@0.5.2 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.3.1 X X -http-body@1.0.1 X -http-body-util@0.1.3 X -httparse@1.10.1 X X -humantime@2.2.0 X X -hyper@1.7.0 X -hyper-rustls@0.27.7 X X X -hyper-util@0.1.16 X -iana-time-zone@0.1.63 X X -iana-time-zone-haiku@0.1.2 X X -iceberg@0.7.0 X -iceberg-datafusion@0.7.0 X -icu_collections@2.0.0 X -icu_locale_core@2.0.0 X -icu_normalizer@2.0.0 X -icu_normalizer_data@2.0.0 X -icu_properties@2.0.1 X -icu_properties_data@2.0.1 X -icu_provider@2.0.0 X -ident_case@1.0.1 X X -idna@1.1.0 X X -idna_adapter@1.2.1 X X -indexmap@2.11.0 X X -indoc@2.0.6 X X -integer-encoding@3.0.4 X -io-uring@0.7.10 X X -ipnet@2.11.0 X X -iri-string@0.7.8 X X -itertools@0.13.0 X X -itertools@0.14.0 X X -itoa@1.0.15 X X -jobserver@0.1.34 X X -js-sys@0.3.78 X X -lazy_static@1.5.0 X X -lexical-core@1.0.5 X X -lexical-parse-float@1.0.5 X X -lexical-parse-integer@1.0.5 X X -lexical-util@1.0.6 X X -lexical-write-float@1.0.5 X X -lexical-write-integer@1.0.5 X X -libc@0.2.175 X X -libloading@0.7.4 X -libm@0.2.15 X -libz-rs-sys@0.5.2 X -linux-raw-sys@0.9.4 X X X -litemap@0.8.0 X -lock_api@0.4.13 X X -log@0.4.28 X X -loom@0.7.2 X -lz4_flex@0.11.5 X -lzma-sys@0.1.20 X X -matchers@0.2.0 X -md-5@0.10.6 X X -memchr@2.7.5 X X -memoffset@0.9.1 X -miniz_oxide@0.8.9 X X X -mio@1.0.4 X -moka@0.12.10 X X -murmur3@0.5.2 X X -nu-ansi-term@0.50.1 X -num@0.4.3 X X -num-bigint@0.4.6 X X -num-complex@0.4.6 X X -num-integer@0.1.46 X X -num-iter@0.1.45 X X -num-rational@0.4.2 X X -num-traits@0.2.19 X X -num_cpus@1.17.0 X X -object@0.36.7 X X -object_store@0.12.3 X X -once_cell@1.21.3 X X -opendal@0.54.0 X -ordered-float@2.10.1 X -ordered-float@4.6.0 X -parking@2.2.1 X X -parking_lot@0.12.4 X X -parking_lot_core@0.9.11 X X -parquet@55.2.0 X -paste@1.0.15 X X -percent-encoding@2.3.2 X X -petgraph@0.8.2 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 -potential_utf@0.1.3 X -ppv-lite86@0.2.21 X X -prettyplease@0.2.37 X X -proc-macro2@1.0.101 X X -prost@0.13.5 X -prost-derive@0.13.5 X -psm@0.1.26 X X -pyiceberg_core_rust@0.7.0 X -pyo3@0.24.2 X X -pyo3-build-config@0.24.2 X X -pyo3-ffi@0.24.2 X X -pyo3-macros@0.24.2 X X -pyo3-macros-backend@0.24.2 X X -quad-rand@0.2.3 X -quick-xml@0.37.5 X -quote@1.0.40 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.17 X -regex@1.11.2 X X -regex-automata@0.4.10 X X -regex-lite@0.1.7 X X -regex-syntax@0.8.6 X X -repr_offset@0.2.2 X -reqsign@0.16.5 X -reqwest@0.12.23 X X -ring@0.17.14 X X -roaring@0.11.2 X X -rust_decimal@1.37.2 X -rustc-demangle@0.1.26 X X -rustc_version@0.4.1 X X -rustix@1.0.8 X X X -rustls@0.23.31 X X X -rustls-pki-types@1.12.0 X X -rustls-webpki@0.103.4 X -rustversion@1.0.22 X X -ryu@1.0.20 X X -same-file@1.0.6 X X -scoped-tls@1.0.1 X X -scopeguard@1.2.0 X X -semver@1.0.26 X X -seq-macro@0.3.6 X X -serde@1.0.219 X X -serde_bytes@0.11.17 X X -serde_derive@1.0.219 X X -serde_json@1.0.143 X X -serde_repr@0.1.20 X X -serde_urlencoded@0.7.1 X X -serde_with@3.14.0 X X -serde_with_macros@3.14.0 X X -sha1@0.10.6 X X -sha2@0.10.9 X X -sharded-slab@0.1.7 X -shlex@1.3.0 X 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.0 X X -sqlparser@0.55.0 X -sqlparser_derive@0.3.0 X -stable_deref_trait@1.2.0 X X -stacker@0.1.21 X X -static_assertions@1.1.0 X X -strsim@0.11.1 X -strum@0.27.2 X -strum_macros@0.27.2 X -subtle@2.6.1 X -syn@1.0.109 X X -syn@2.0.106 X X -sync_wrapper@1.0.2 X -synstructure@0.13.2 X -tagptr@0.2.0 X X -target-lexicon@0.13.2 X -tempfile@3.21.0 X X -thiserror@1.0.69 X X -thiserror@2.0.16 X X -thiserror-impl@1.0.69 X X -thiserror-impl@2.0.16 X X -thread_local@1.1.9 X X -threadpool@1.8.1 X X -thrift@0.17.0 X -tiny-keccak@2.0.2 X -tinystr@0.8.1 X -tokio@1.47.1 X -tokio-macros@2.5.0 X -tokio-rustls@0.26.2 X X -tokio-util@0.7.16 X -tower@0.5.2 X -tower-http@0.6.6 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.30 X -tracing-core@0.1.34 X -tracing-log@0.2.0 X -tracing-subscriber@0.3.20 X -try-lock@0.2.5 X -tstr@0.2.4 X -tstr_proc_macros@0.2.2 X -twox-hash@2.1.2 X -typed-arena@2.0.2 X -typed-builder@0.20.1 X X -typed-builder-macro@0.20.1 X X -typenum@1.18.0 X X -typewit@1.14.1 X -unicode-ident@1.0.18 X X X -unicode-segmentation@1.12.0 X X -unicode-width@0.2.1 X X -unindent@0.2.4 X X -untrusted@0.9.0 X -url@2.5.7 X X -utf8_iter@1.0.4 X X -uuid@1.18.1 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 -wasi@0.14.4+wasi-0.2.4 X X X -wasm-bindgen@0.2.101 X X -wasm-bindgen-backend@0.2.101 X X -wasm-bindgen-futures@0.4.51 X X -wasm-bindgen-macro@0.2.101 X X -wasm-bindgen-macro-support@0.2.101 X X -wasm-bindgen-shared@0.2.101 X X -wasm-streams@0.4.2 X X -web-sys@0.3.78 X X -web-time@1.1.0 X X -webpki-roots@1.0.2 X -winapi@0.3.9 X X -winapi-i686-pc-windows-gnu@0.4.0 X X -winapi-util@0.1.11 X X -winapi-x86_64-pc-windows-gnu@0.4.0 X X -windows@0.61.3 X X -windows-collections@0.2.0 X X -windows-core@0.61.2 X X -windows-future@0.2.1 X X -windows-implement@0.60.0 X X -windows-interface@0.59.1 X X -windows-link@0.1.3 X X -windows-link@0.2.0 X X -windows-numerics@0.2.0 X X -windows-result@0.3.4 X X -windows-strings@0.4.2 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.0 X X -windows-targets@0.52.6 X X -windows-targets@0.53.3 X X -windows-threading@0.1.0 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_gnullvm@0.53.0 X X -windows_aarch64_msvc@0.52.6 X X -windows_aarch64_msvc@0.53.0 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnu@0.53.0 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_gnullvm@0.53.0 X X -windows_i686_msvc@0.52.6 X X -windows_i686_msvc@0.53.0 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnu@0.53.0 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_gnullvm@0.53.0 X X -windows_x86_64_msvc@0.52.6 X X -windows_x86_64_msvc@0.53.0 X X -wit-bindgen@0.45.1 X X X -writeable@0.6.1 X -xz2@0.1.7 X X -yoke@0.8.0 X -yoke-derive@0.8.0 X -zerocopy@0.8.27 X X X -zerofrom@0.1.6 X -zerofrom-derive@0.1.6 X -zeroize@1.8.1 X X -zerotrie@0.2.2 X -zerovec@0.11.4 X -zerovec-derive@0.11.1 X -zlib-rs@0.5.2 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 MIT-0 MPL-2.0 Unicode-3.0 Unlicense Zlib bzip2-1.0.6 +abi_stable@0.11.3 X X +abi_stable_derive@0.11.3 X X +abi_stable_shared@0.11.0 X X +adler2@2.0.1 X X X +ahash@0.8.12 X X +aho-corasick@1.1.3 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.0.0 X +arrow-arith@57.0.0 X +arrow-array@57.0.0 X +arrow-buffer@57.0.0 X +arrow-cast@57.0.0 X +arrow-csv@57.0.0 X +arrow-data@57.0.0 X +arrow-ipc@57.0.0 X +arrow-json@57.0.0 X +arrow-ord@57.0.0 X +arrow-pyarrow@57.0.0 X +arrow-row@57.0.0 X +arrow-schema@57.0.0 X +arrow-select@57.0.0 X +arrow-string@57.0.0 X +as-any@0.3.2 X X +as_derive_utils@0.11.0 X X +async-compression@0.4.19 X X +async-ffi@0.5.0 X +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.10.1 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.43 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.1.2 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 +const_panic@0.2.15 X +constant_time_eq@0.3.1 X X X +core-foundation-sys@0.8.7 X X +core_extensions@1.5.4 X X +core_extensions_proc_macros@1.5.4 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.6 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-ffi@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-proto@51.0.0 X +datafusion-proto-common@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.4 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 +generational-arena@0.2.9 X +generic-array@0.14.9 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.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.3.1 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.7.0 X +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 +icu_collections@2.1.0 X +icu_locale_core@2.1.0 X +icu_normalizer@2.1.0 X +icu_normalizer_data@2.1.0 X +icu_properties@2.1.0 X +icu_properties_data@2.1.0 X +icu_provider@2.1.0 X +ident_case@1.0.1 X X +idna@1.1.0 X X +idna_adapter@1.2.1 X X +indexmap@2.12.0 X X +indoc@2.0.7 X X +integer-encoding@3.0.4 X +ipnet@2.11.0 X X +iri-string@0.7.8 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.5 X X +jiff-tzdb-platform@0.1.3 X X +jobserver@0.1.34 X X +js-sys@0.3.82 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.177 X X +libloading@0.7.4 X +libm@0.2.15 X +libz-rs-sys@0.5.2 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.28 X X +lz4_flex@0.11.5 X +lzma-sys@0.1.20 X X +md-5@0.10.6 X X +memchr@2.7.6 X X +memoffset@0.9.1 X +miniz_oxide@0.8.9 X X X +mio@1.1.0 X +moka@0.12.11 X X +murmur3@0.5.2 X 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.0.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 +prost@0.14.1 X +prost-derive@0.14.1 X +psm@0.1.28 X X +pyiceberg_core_rust@0.8.0 X +pyo3@0.26.0 X X +pyo3-build-config@0.26.0 X X +pyo3-ffi@0.26.0 X X +pyo3-macros@0.26.0 X X +pyo3-macros-backend@0.26.0 X X +quad-rand@0.2.3 X +quick-xml@0.38.3 X +quote@1.0.41 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 +repr_offset@0.2.2 X +reqsign@0.16.5 X +reqwest@0.12.24 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.34 X X X +rustls-pki-types@1.13.0 X X +rustls-webpki@0.103.7 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.15.1 X X +serde_with_macros@3.15.1 X X +sha1@0.10.6 X X +sha2@0.10.9 X X +shlex@1.3.0 X X +simd-adler32@0.3.7 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.26.3 X +strum@0.27.2 X +strum_macros@0.26.4 X +strum_macros@0.27.2 X +subtle@2.6.1 X +syn@1.0.109 X X +syn@2.0.108 X X +sync_wrapper@1.0.2 X +synstructure@0.13.2 X +tagptr@0.2.0 X X +target-lexicon@0.13.3 X +tempfile@3.23.0 X X +thiserror@2.0.17 X X +thiserror-impl@2.0.17 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.16 X +toml_datetime@0.7.3 X X +toml_edit@0.23.7 X X +toml_parser@1.0.4 X X +tower@0.5.2 X +tower-http@0.6.6 X +tower-layer@0.3.3 X +tower-service@0.3.3 X +tracing@0.1.41 X +tracing-attributes@0.1.30 X +tracing-core@0.1.34 X +try-lock@0.2.5 X +tstr@0.2.4 X +tstr_proc_macros@0.2.2 X +twox-hash@2.1.2 X +typed-arena@2.0.2 X +typed-builder@0.20.1 X X +typed-builder-macro@0.20.1 X X +typenum@1.19.0 X X +typewit@1.14.2 X +unicode-ident@1.0.20 X X X +unicode-segmentation@1.12.0 X X +unicode-width@0.2.2 X X +unindent@0.2.4 X X +untrusted@0.9.0 X +url@2.5.7 X X +utf8_iter@1.0.4 X X +uuid@1.18.1 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.105 X X +wasm-bindgen-futures@0.4.55 X X +wasm-bindgen-macro@0.2.105 X X +wasm-bindgen-macro-support@0.2.105 X X +wasm-bindgen-shared@0.2.105 X X +wasm-streams@0.4.2 X X +web-sys@0.3.82 X X +web-time@1.1.0 X X +webpki-roots@1.0.3 X +winapi@0.3.9 X X +winapi-i686-pc-windows-gnu@0.4.0 X X +winapi-util@0.1.11 X X +winapi-x86_64-pc-windows-gnu@0.4.0 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.13 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.27 X X X +zerocopy-derive@0.8.27 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.2 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/glue/DEPENDENCIES.rust.tsv b/crates/catalog/glue/DEPENDENCIES.rust.tsv index 2d9f686262..e34ff1afc1 100644 --- a/crates/catalog/glue/DEPENDENCIES.rust.tsv +++ b/crates/catalog/glue/DEPENDENCIES.rust.tsv @@ -1,77 +1,73 @@ 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 -addr2line@0.24.2 X X adler2@2.0.1 X X X ahash@0.8.12 X X -aho-corasick@1.1.3 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.99 X X -apache-avro@0.20.0 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@55.2.0 X -arrow-array@55.2.0 X -arrow-buffer@55.2.0 X -arrow-cast@55.2.0 X -arrow-data@55.2.0 X -arrow-ipc@55.2.0 X -arrow-ord@55.2.0 X -arrow-schema@55.2.0 X -arrow-select@55.2.0 X -arrow-string@55.2.0 X +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 -aws-config@1.8.6 X -aws-credential-types@1.2.6 X -aws-runtime@1.5.10 X -aws-sdk-glue@1.119.0 X -aws-sdk-sso@1.83.0 X -aws-sdk-ssooidc@1.84.0 X -aws-sdk-sts@1.85.0 X -aws-sigv4@1.3.4 X -aws-smithy-async@1.2.5 X -aws-smithy-http@0.62.3 X -aws-smithy-http-client@1.1.1 X -aws-smithy-json@0.61.5 X -aws-smithy-observability@0.1.3 X -aws-smithy-query@0.60.7 X -aws-smithy-runtime@1.9.1 X -aws-smithy-runtime-api@1.9.0 X -aws-smithy-types@1.3.2 X -aws-smithy-xml@0.60.10 X -aws-types@1.3.8 X -backon@1.5.2 X -backtrace@0.3.75 X X -base64@0.21.7 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 +backon@1.6.0 X base64@0.22.1 X X base64-simd@0.8.0 X -bigdecimal@0.4.8 X X +bigdecimal@0.4.9 X X bimap@0.6.3 X X -bitflags@2.9.4 X X +bitflags@2.10.0 X X block-buffer@0.10.4 X X -bon@3.7.2 X X -bon-macros@3.7.2 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.23.2 X X X +bytemuck@1.24.0 X X X byteorder@1.5.0 X X -bytes@1.10.1 X +bytes@1.11.0 X bytes-utils@0.1.4 X X -cc@1.2.36 X X -cfg-if@1.0.3 X 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@0.10.1 X X -core-foundation@0.9.4 X X core-foundation-sys@0.8.7 X X cpufeatures@0.2.17 X X crc32c@0.6.8 X X @@ -80,14 +76,14 @@ 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.6 X 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 -deranged@0.5.3 X 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 @@ -100,9 +96,9 @@ 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.1 X X -flatbuffers@25.2.10 X -flate2@1.1.2 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 @@ -114,114 +110,107 @@ 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 -generator@0.8.7 X X generic-array@0.14.7 X getrandom@0.2.16 X X -getrandom@0.3.3 X X -gimli@0.31.1 X X +getrandom@0.3.4 X X gloo-timers@0.3.0 X X h2@0.3.27 X h2@0.4.12 X -half@2.6.0 X X -hashbrown@0.15.5 X X +half@2.7.1 X X +hashbrown@0.16.1 X X heck@0.5.0 X X -hermit-abi@0.5.2 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.3.1 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 hyper@0.14.32 X -hyper@1.7.0 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.16 X -iana-time-zone@0.1.63 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.7.0 X -iceberg-catalog-glue@0.7.0 X -iceberg_test_utils@0.7.0 X -icu_collections@2.0.0 X -icu_locale_core@2.0.0 X -icu_normalizer@2.0.0 X -icu_normalizer_data@2.0.0 X -icu_properties@2.0.1 X -icu_properties_data@2.0.1 X -icu_provider@2.0.0 X +iceberg@0.8.0 X +iceberg-catalog-glue@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.11.0 X X +indexmap@2.12.1 X X integer-encoding@3.0.4 X -io-uring@0.7.10 X X ipnet@2.11.0 X X -iri-string@0.7.8 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.78 X X +js-sys@0.3.83 X X lazy_static@1.5.0 X X -lexical-core@1.0.5 X X -lexical-parse-float@1.0.5 X X -lexical-parse-integer@1.0.5 X X -lexical-util@1.0.6 X X -lexical-write-float@1.0.5 X X -lexical-write-integer@1.0.5 X X -libc@0.2.175 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.2 X -litemap@0.8.0 X -lock_api@0.4.13 X X -log@0.4.28 X X -loom@0.7.2 X -lz4_flex@0.11.5 X -matchers@0.2.0 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.5 X X +memchr@2.7.6 X X miniz_oxide@0.8.9 X X X -mio@1.0.4 X -moka@0.12.10 X X +mio@1.1.1 X +moka@0.12.11 X X murmur3@0.5.2 X X -nu-ansi-term@0.50.1 X -num@0.4.3 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-integer@0.1.46 X X -num-iter@0.1.45 X X -num-rational@0.4.2 X X num-traits@0.2.19 X X -num_cpus@1.17.0 X X -object@0.36.7 X X once_cell@1.21.3 X X -opendal@0.54.0 X +opendal@0.55.0 X openssl-probe@0.1.6 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.4 X X -parking_lot_core@0.9.11 X X -parquet@55.2.0 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 -potential_utf@0.1.3 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-macro2@1.0.101 X X +proc-macro2@1.0.103 X X quad-rand@0.2.3 X -quick-xml@0.37.5 X -quote@1.0.40 X 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 @@ -229,152 +218,150 @@ 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.17 X -regex@1.11.2 X X -regex-automata@0.4.10 X X -regex-lite@0.1.7 X X -regex-syntax@0.8.6 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.23 X X +reqwest@0.12.25 X X ring@0.17.14 X X roaring@0.11.2 X X -rust_decimal@1.38.0 X -rustc-demangle@0.1.26 X X +rust_decimal@1.39.0 X rustc_version@0.4.1 X X rustls@0.21.12 X X X -rustls@0.23.31 X X X -rustls-native-certs@0.6.3 X X X -rustls-native-certs@0.8.1 X X X -rustls-pemfile@1.0.4 X X X -rustls-pki-types@1.12.0 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-webpki@0.101.7 X -rustls-webpki@0.103.4 X +rustls-webpki@0.103.8 X rustversion@1.0.22 X X ryu@1.0.20 X X -schannel@0.1.27 X -scoped-tls@1.0.1 X X +schannel@0.1.28 X scopeguard@1.2.0 X X sct@0.7.1 X X X -security-framework@2.11.1 X X -security-framework@3.4.0 X X +security-framework@3.5.1 X X security-framework-sys@2.15.0 X X -semver@1.0.26 X X +semver@1.0.27 X X seq-macro@0.3.6 X X -serde@1.0.219 X X -serde_bytes@0.11.17 X X -serde_derive@1.0.219 X X -serde_json@1.0.143 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.14.0 X X -serde_with_macros@3.14.0 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.6 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.5.10 X X -socket2@0.6.0 X X -stable_deref_trait@1.2.0 X X -static_assertions@1.1.0 X 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.106 X 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@1.0.69 X X -thiserror@2.0.16 X X -thiserror-impl@1.0.69 X X -thiserror-impl@2.0.16 X X +thiserror@2.0.17 X X +thiserror-impl@2.0.17 X X thread_local@1.1.9 X X -threadpool@1.8.1 X X thrift@0.17.0 X -time@0.3.43 X X +time@0.3.44 X X time-core@0.1.6 X X tiny-keccak@2.0.2 X -tinystr@0.8.1 X -tokio@1.47.1 X -tokio-macros@2.5.0 X +tinystr@0.8.2 X +tokio@1.48.0 X +tokio-macros@2.6.0 X tokio-rustls@0.24.1 X X -tokio-rustls@0.26.2 X X -tokio-util@0.7.16 X +tokio-rustls@0.26.4 X X +tokio-util@0.7.17 X tower@0.5.2 X -tower-http@0.6.6 X +tower-http@0.6.8 X tower-layer@0.3.3 X tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.30 X -tracing-core@0.1.34 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.20 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.18.0 X X -unicode-ident@1.0.18 X 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 urlencoding@2.1.3 X utf8_iter@1.0.4 X X -uuid@1.18.1 X X +uuid@1.19.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 -wasi@0.14.4+wasi-0.2.4 X X X -wasm-bindgen@0.2.101 X X -wasm-bindgen-backend@0.2.101 X X -wasm-bindgen-futures@0.4.51 X X -wasm-bindgen-macro@0.2.101 X X -wasm-bindgen-macro-support@0.2.101 X X -wasm-bindgen-shared@0.2.101 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.78 X X -webpki-roots@1.0.2 X -windows@0.61.3 X X -windows-collections@0.2.0 X X -windows-core@0.61.2 X X -windows-future@0.2.1 X X -windows-implement@0.60.0 X X -windows-interface@0.59.1 X X -windows-link@0.1.3 X X -windows-link@0.2.0 X X -windows-numerics@0.2.0 X X -windows-result@0.3.4 X X -windows-strings@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-threading@0.1.0 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 -wit-bindgen@0.45.1 X X X -writeable@0.6.1 X +windows_x86_64_msvc@0.53.1 X X +wit-bindgen@0.46.0 X X X +writeable@0.6.2 X xmlparser@0.13.6 X X -yoke@0.8.0 X -yoke-derive@0.8.0 X -zerocopy@0.8.27 X 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.1 X X -zerotrie@0.2.2 X -zerovec@0.11.4 X -zerovec-derive@0.11.1 X -zlib-rs@0.5.2 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 diff --git a/crates/catalog/hms/DEPENDENCIES.rust.tsv b/crates/catalog/hms/DEPENDENCIES.rust.tsv index cef38cabcd..5025f7b184 100644 --- a/crates/catalog/hms/DEPENDENCIES.rust.tsv +++ b/crates/catalog/hms/DEPENDENCIES.rust.tsv @@ -1,25 +1,24 @@ 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 -addr2line@0.24.2 X X adler2@2.0.1 X X X ahash@0.8.12 X X -aho-corasick@1.1.3 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.99 X X -apache-avro@0.20.0 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@55.2.0 X -arrow-array@55.2.0 X -arrow-buffer@55.2.0 X -arrow-cast@55.2.0 X -arrow-data@55.2.0 X -arrow-ipc@55.2.0 X -arrow-ord@55.2.0 X -arrow-schema@55.2.0 X -arrow-select@55.2.0 X -arrow-string@55.2.0 X +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-broadcast@0.7.2 X X async-lock@3.4.1 X X @@ -28,23 +27,22 @@ 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.5.2 X -backtrace@0.3.75 X X +backon@1.6.0 X base64@0.22.1 X X -bigdecimal@0.4.8 X X +bigdecimal@0.4.9 X X bimap@0.6.3 X X -bitflags@2.9.4 X X +bitflags@2.10.0 X X block-buffer@0.10.4 X X -bon@3.7.2 X X -bon-macros@3.7.2 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.23.2 X X X +bytemuck@1.24.0 X X X byteorder@1.5.0 X X -bytes@1.10.1 X -cc@1.2.36 X X -cfg-if@1.0.3 X X +bytes@1.11.0 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 concurrent-queue@2.5.0 X X @@ -59,7 +57,7 @@ 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.6 X X +crypto-common@0.1.7 X X darling@0.20.11 X darling@0.21.3 X darling_core@0.20.11 X @@ -80,9 +78,9 @@ event-listener-strategy@0.5.4 X X expect-test@1.5.1 X X fastrand@2.3.0 X X faststr@0.2.32 X X -find-msvc-tools@0.1.1 X X -flatbuffers@25.2.10 X -flate2@1.1.2 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 @@ -94,103 +92,95 @@ 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 -generator@0.8.7 X X generic-array@0.14.7 X getrandom@0.2.16 X X -getrandom@0.3.3 X X -gimli@0.31.1 X X +getrandom@0.3.4 X X gloo-timers@0.3.0 X X -half@2.6.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 -hermit-abi@0.5.2 X X hex@0.4.3 X X hive_metastore@0.2.0 X hmac@0.12.1 X X home@0.5.11 X X -http@1.3.1 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.7.0 X +hyper@1.8.1 X hyper-rustls@0.27.7 X X X -hyper-util@0.1.16 X -iana-time-zone@0.1.63 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.7.0 X -iceberg-catalog-hms@0.7.0 X -iceberg_test_utils@0.7.0 X -icu_collections@2.0.0 X -icu_locale_core@2.0.0 X -icu_normalizer@2.0.0 X -icu_normalizer_data@2.0.0 X -icu_properties@2.0.1 X -icu_properties_data@2.0.1 X -icu_provider@2.0.0 X +iceberg@0.8.0 X +iceberg-catalog-hms@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.11.0 X X +indexmap@2.12.1 X X integer-encoding@3.0.4 X -integer-encoding@4.0.2 X -io-uring@0.7.10 X X +integer-encoding@4.1.0 X ipnet@2.11.0 X X -iri-string@0.7.8 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.78 X X +js-sys@0.3.83 X X lazy_static@1.5.0 X X -lexical-core@1.0.5 X X -lexical-parse-float@1.0.5 X X -lexical-parse-integer@1.0.5 X X -lexical-util@1.0.6 X X -lexical-write-float@1.0.5 X X -lexical-write-integer@1.0.5 X X -libc@0.2.175 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.2 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.0 X -lock_api@0.4.13 X X -log@0.4.28 X X -loom@0.7.2 X -lz4_flex@0.11.5 X -matchers@0.2.0 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.5 X X +memchr@2.7.6 X X memoffset@0.9.1 X metainfo@0.7.14 X X miniz_oxide@0.8.9 X X X -mio@1.0.4 X -moka@0.12.10 X X +mio@1.1.1 X +moka@0.12.11 X X motore@0.4.1 X X motore-macros@0.4.3 X X mur3@0.1.0 X murmur3@0.5.2 X X nix@0.29.0 X -nu-ansi-term@0.50.1 X -num@0.4.3 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-iter@0.1.45 X X -num-rational@0.4.2 X X num-traits@0.2.19 X X -num_cpus@1.17.0 X X -num_enum@0.7.4 X X X -num_enum_derive@0.7.4 X X X -object@0.36.7 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.54.0 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.4 X X -parking_lot_core@0.9.11 X X -parquet@55.2.0 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 pilota@0.11.10 X X @@ -200,14 +190,15 @@ 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 -potential_utf@0.1.3 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.3.0 X X -proc-macro2@1.0.101 X X +proc-macro-crate@3.4.0 X X +proc-macro2@1.0.103 X X quad-rand@0.2.3 X -quick-xml@0.37.5 X -quote@1.0.40 X 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 @@ -215,148 +206,152 @@ 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.17 X -ref-cast@1.0.24 X X -ref-cast-impl@1.0.24 X X -regex@1.11.2 X X -regex-automata@0.4.10 X X -regex-lite@0.1.7 X X -regex-syntax@0.8.6 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 reqsign@0.16.5 X -reqwest@0.12.23 X X +reqwest@0.12.25 X X ring@0.17.14 X X roaring@0.11.2 X X -rust_decimal@1.38.0 X -rustc-demangle@0.1.26 X X +rust_decimal@1.39.0 X rustc-hash@2.1.1 X X rustc_version@0.4.1 X X -rustls@0.23.31 X X X -rustls-pki-types@1.12.0 X X -rustls-webpki@0.103.4 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 -scoped-tls@1.0.1 X X scopeguard@1.2.0 X X -semver@1.0.26 X X +semver@1.0.27 X X seq-macro@0.3.6 X X -serde@1.0.219 X X -serde_bytes@0.11.17 X X -serde_derive@1.0.219 X X -serde_json@1.0.143 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.14.0 X X -serde_with_macros@3.14.0 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.6 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.5.10 X X -socket2@0.6.0 X X +socket2@0.6.1 X X sonic-number@0.1.0 X sonic-rs@0.3.17 X -sonic-simd@0.1.1 X -stable_deref_trait@1.2.0 X X -static_assertions@1.1.0 X X +sonic-simd@0.1.2 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.106 X 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@1.0.69 X X -thiserror@2.0.16 X X +thiserror@2.0.17 X X thiserror-impl@1.0.69 X X -thiserror-impl@2.0.16 X X +thiserror-impl@2.0.17 X X thread_local@1.1.9 X X -threadpool@1.8.1 X X thrift@0.17.0 X tiny-keccak@2.0.2 X -tinystr@0.8.1 X -tokio@1.47.1 X -tokio-macros@2.5.0 X -tokio-rustls@0.26.2 X 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.16 X -toml_datetime@0.6.11 X X -toml_edit@0.22.27 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.6 X +tower-http@0.6.8 X tower-layer@0.3.3 X tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.30 X -tracing-core@0.1.34 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.20 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.18.0 X X -unicode-ident@1.0.18 X 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.18.1 X X +uuid@1.19.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 -wasi@0.14.4+wasi-0.2.4 X X X -wasm-bindgen@0.2.101 X X -wasm-bindgen-backend@0.2.101 X X -wasm-bindgen-futures@0.4.51 X X -wasm-bindgen-macro@0.2.101 X X -wasm-bindgen-macro-support@0.2.101 X X -wasm-bindgen-shared@0.2.101 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.78 X X -webpki-roots@1.0.2 X -windows@0.61.3 X X -windows-collections@0.2.0 X X -windows-core@0.61.2 X X -windows-future@0.2.1 X X -windows-implement@0.60.0 X X -windows-interface@0.59.1 X X -windows-link@0.1.3 X X -windows-link@0.2.0 X X -windows-numerics@0.2.0 X X -windows-result@0.3.4 X X -windows-strings@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-threading@0.1.0 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 -winnow@0.7.13 X -wit-bindgen@0.45.1 X X X -writeable@0.6.1 X -yoke@0.8.0 X -yoke-derive@0.8.0 X -zerocopy@0.8.27 X 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 +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.1 X X -zerotrie@0.2.2 X -zerovec@0.11.4 X -zerovec-derive@0.11.1 X -zlib-rs@0.5.2 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 diff --git a/crates/catalog/loader/DEPENDENCIES.rust.tsv b/crates/catalog/loader/DEPENDENCIES.rust.tsv index d809a30ca4..02b06c4479 100644 --- a/crates/catalog/loader/DEPENDENCIES.rust.tsv +++ b/crates/catalog/loader/DEPENDENCIES.rust.tsv @@ -1,25 +1,25 @@ 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 -addr2line@0.24.2 X X adler2@2.0.1 X X X ahash@0.8.12 X X -aho-corasick@1.1.3 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.99 X X -apache-avro@0.20.0 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@55.2.0 X -arrow-array@55.2.0 X -arrow-buffer@55.2.0 X -arrow-cast@55.2.0 X -arrow-data@55.2.0 X -arrow-ipc@55.2.0 X -arrow-ord@55.2.0 X -arrow-schema@55.2.0 X -arrow-select@55.2.0 X -arrow-string@55.2.0 X +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-broadcast@0.7.2 X X async-lock@3.4.1 X X @@ -28,46 +28,44 @@ 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.6 X -aws-credential-types@1.2.6 X -aws-runtime@1.5.10 X -aws-sdk-glue@1.119.0 X -aws-sdk-s3tables@1.37.0 X -aws-sdk-sso@1.83.0 X -aws-sdk-ssooidc@1.84.0 X -aws-sdk-sts@1.85.0 X -aws-sigv4@1.3.4 X -aws-smithy-async@1.2.5 X -aws-smithy-http@0.62.3 X -aws-smithy-http-client@1.1.1 X -aws-smithy-json@0.61.5 X -aws-smithy-observability@0.1.3 X -aws-smithy-query@0.60.7 X -aws-smithy-runtime@1.9.1 X -aws-smithy-runtime-api@1.9.0 X -aws-smithy-types@1.3.2 X -aws-smithy-xml@0.60.10 X -aws-types@1.3.8 X -backon@1.5.2 X -backtrace@0.3.75 X X -base64@0.21.7 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 +backon@1.6.0 X base64@0.22.1 X X base64-simd@0.8.0 X -bigdecimal@0.4.8 X X +bigdecimal@0.4.9 X X bimap@0.6.3 X X -bitflags@2.9.4 X X +bitflags@2.10.0 X X block-buffer@0.10.4 X X -bon@3.7.2 X X -bon-macros@3.7.2 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.23.2 X X X +bytemuck@1.24.0 X X X byteorder@1.5.0 X X -bytes@1.10.1 X +bytes@1.11.0 X bytes-utils@0.1.4 X X -cc@1.2.36 X X -cfg-if@1.0.3 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 concurrent-queue@2.5.0 X X @@ -75,16 +73,18 @@ const-oid@0.9.6 X X const-random@0.1.18 X X const-random-macro@0.1.16 X X core-foundation@0.10.1 X X -core-foundation@0.9.4 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 +crossbeam-queue@0.3.12 X X crossbeam-utils@0.8.21 X X crunchy@0.2.4 X -crypto-common@0.1.6 X X +crypto-common@0.1.7 X X darling@0.20.11 X darling@0.21.3 X darling_core@0.20.11 X @@ -92,7 +92,7 @@ darling_core@0.21.3 X darling_macro@0.20.11 X darling_macro@0.21.3 X dashmap@6.1.0 X -deranged@0.5.3 X 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 @@ -106,131 +106,130 @@ event-listener-strategy@0.5.4 X X expect-test@1.5.1 X X fastrand@2.3.0 X X faststr@0.2.32 X X -find-msvc-tools@0.1.1 X X -flatbuffers@25.2.10 X -flate2@1.1.2 X X +find-msvc-tools@0.1.5 X X +flatbuffers@25.9.23 X +flate2@1.1.5 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-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 -generator@0.8.7 X X generic-array@0.14.7 X getrandom@0.2.16 X X -getrandom@0.3.3 X X -gimli@0.31.1 X X +getrandom@0.3.4 X X gloo-timers@0.3.0 X X h2@0.3.27 X h2@0.4.12 X -half@2.6.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 +hashlink@0.10.0 X X heck@0.5.0 X X -hermit-abi@0.5.2 X X hex@0.4.3 X X hive_metastore@0.2.0 X hmac@0.12.1 X X home@0.5.11 X X http@0.2.12 X X -http@1.3.1 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 hyper@0.14.32 X -hyper@1.7.0 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.16 X -iana-time-zone@0.1.63 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.7.0 X -iceberg-catalog-glue@0.7.0 X -iceberg-catalog-hms@0.7.0 X -iceberg-catalog-loader@0.7.0 X -iceberg-catalog-rest@0.7.0 X -iceberg-catalog-s3tables@0.7.0 X -iceberg_test_utils@0.7.0 X -icu_collections@2.0.0 X -icu_locale_core@2.0.0 X -icu_normalizer@2.0.0 X -icu_normalizer_data@2.0.0 X -icu_properties@2.0.1 X -icu_properties_data@2.0.1 X -icu_provider@2.0.0 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 +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.11.0 X X +indexmap@2.12.1 X X integer-encoding@3.0.4 X -integer-encoding@4.0.2 X -io-uring@0.7.10 X X +integer-encoding@4.1.0 X ipnet@2.11.0 X X -iri-string@0.7.8 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.78 X X +js-sys@0.3.83 X X lazy_static@1.5.0 X X -lexical-core@1.0.5 X X -lexical-parse-float@1.0.5 X X -lexical-parse-integer@1.0.5 X X -lexical-util@1.0.6 X X -lexical-write-float@1.0.5 X X -lexical-write-integer@1.0.5 X X -libc@0.2.175 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.2 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.0 X -lock_api@0.4.13 X X -log@0.4.28 X X -loom@0.7.2 X -lz4_flex@0.11.5 X -matchers@0.2.0 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.5 X X +memchr@2.7.6 X X memoffset@0.9.1 X metainfo@0.7.14 X X miniz_oxide@0.8.9 X X X -mio@1.0.4 X -moka@0.12.10 X X +mio@1.1.1 X +moka@0.12.11 X X motore@0.4.1 X X motore-macros@0.4.3 X X mur3@0.1.0 X murmur3@0.5.2 X X nix@0.29.0 X -nu-ansi-term@0.50.1 X -num@0.4.3 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-integer@0.1.46 X X -num-iter@0.1.45 X X -num-rational@0.4.2 X X num-traits@0.2.19 X X -num_cpus@1.17.0 X X -num_enum@0.7.4 X X X -num_enum_derive@0.7.4 X X X -object@0.36.7 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.54.0 X +opendal@0.55.0 X openssl-probe@0.1.6 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.4 X X -parking_lot_core@0.9.11 X X -parquet@55.2.0 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 pilota@0.11.10 X X @@ -240,15 +239,16 @@ 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 -potential_utf@0.1.3 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.3.0 X X -proc-macro2@1.0.101 X X +proc-macro-crate@3.4.0 X X +proc-macro2@1.0.103 X X quad-rand@0.2.3 X -quick-xml@0.37.5 X -quote@1.0.40 X 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 @@ -256,164 +256,171 @@ 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.17 X -ref-cast@1.0.24 X X -ref-cast-impl@1.0.24 X X -regex@1.11.2 X X -regex-automata@0.4.10 X X -regex-lite@0.1.7 X X -regex-syntax@0.8.6 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 reqsign@0.16.5 X -reqwest@0.12.23 X X +reqwest@0.12.25 X X ring@0.17.14 X X roaring@0.11.2 X X -rust_decimal@1.38.0 X -rustc-demangle@0.1.26 X X +rust_decimal@1.39.0 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.31 X X X -rustls-native-certs@0.6.3 X X X -rustls-native-certs@0.8.1 X X X -rustls-pemfile@1.0.4 X X X -rustls-pki-types@1.12.0 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-webpki@0.101.7 X -rustls-webpki@0.103.4 X +rustls-webpki@0.103.8 X rustversion@1.0.22 X X ryu@1.0.20 X X -schannel@0.1.27 X -scoped-tls@1.0.1 X X +schannel@0.1.28 X scopeguard@1.2.0 X X sct@0.7.1 X X X -security-framework@2.11.1 X X -security-framework@3.4.0 X X +security-framework@3.5.1 X X security-framework-sys@2.15.0 X X -semver@1.0.26 X X +semver@1.0.27 X X seq-macro@0.3.6 X X -serde@1.0.219 X X -serde_bytes@0.11.17 X X -serde_derive@1.0.219 X X -serde_json@1.0.143 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.14.0 X X -serde_with_macros@3.14.0 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.6 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.5.10 X X -socket2@0.6.0 X X +socket2@0.6.1 X X sonic-number@0.1.0 X sonic-rs@0.3.17 X -sonic-simd@0.1.1 X -stable_deref_trait@1.2.0 X X -static_assertions@1.1.0 X X +sonic-simd@0.1.2 X +spin@0.9.8 X +sqlx@0.8.6 X X +sqlx-core@0.8.6 X X +sqlx-sqlite@0.8.6 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.106 X 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@1.0.69 X X -thiserror@2.0.16 X X +thiserror@2.0.17 X X thiserror-impl@1.0.69 X X -thiserror-impl@2.0.16 X X +thiserror-impl@2.0.17 X X thread_local@1.1.9 X X -threadpool@1.8.1 X X thrift@0.17.0 X -time@0.3.43 X X +time@0.3.44 X X time-core@0.1.6 X X tiny-keccak@2.0.2 X -tinystr@0.8.1 X -tokio@1.47.1 X -tokio-macros@2.5.0 X +tinystr@0.8.2 X +tokio@1.48.0 X +tokio-macros@2.6.0 X tokio-rustls@0.24.1 X X -tokio-rustls@0.26.2 X X +tokio-rustls@0.26.4 X X tokio-stream@0.1.17 X -tokio-util@0.7.16 X -toml_datetime@0.6.11 X X -toml_edit@0.22.27 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.6 X +tower-http@0.6.8 X tower-layer@0.3.3 X tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.30 X -tracing-core@0.1.34 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.20 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.18.0 X X -unicode-ident@1.0.18 X 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 urlencoding@2.1.3 X utf8_iter@1.0.4 X X -uuid@1.18.1 X X +uuid@1.19.0 X X +vcpkg@0.2.15 X X version_check@0.9.5 X X volo@0.10.7 X X 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 -wasi@0.14.4+wasi-0.2.4 X X X -wasm-bindgen@0.2.101 X X -wasm-bindgen-backend@0.2.101 X X -wasm-bindgen-futures@0.4.51 X X -wasm-bindgen-macro@0.2.101 X X -wasm-bindgen-macro-support@0.2.101 X X -wasm-bindgen-shared@0.2.101 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.78 X X -webpki-roots@1.0.2 X -windows@0.61.3 X X -windows-collections@0.2.0 X X -windows-core@0.61.2 X X -windows-future@0.2.1 X X -windows-implement@0.60.0 X X -windows-interface@0.59.1 X X -windows-link@0.1.3 X X -windows-link@0.2.0 X X -windows-numerics@0.2.0 X X -windows-result@0.3.4 X X -windows-strings@0.4.2 X X +web-sys@0.3.83 X X +webpki-roots@0.26.11 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-threading@0.1.0 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 -winnow@0.7.13 X -wit-bindgen@0.45.1 X X X -writeable@0.6.1 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 -yoke@0.8.0 X -yoke-derive@0.8.0 X -zerocopy@0.8.27 X 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.1 X X -zerotrie@0.2.2 X -zerovec@0.11.4 X -zerovec-derive@0.11.1 X -zlib-rs@0.5.2 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 diff --git a/crates/catalog/rest/DEPENDENCIES.rust.tsv b/crates/catalog/rest/DEPENDENCIES.rust.tsv index cf238f4b4c..c78434fa51 100644 --- a/crates/catalog/rest/DEPENDENCIES.rust.tsv +++ b/crates/catalog/rest/DEPENDENCIES.rust.tsv @@ -1,48 +1,46 @@ 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 -addr2line@0.24.2 X X adler2@2.0.1 X X X ahash@0.8.12 X X -aho-corasick@1.1.3 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.99 X X -apache-avro@0.20.0 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@55.2.0 X -arrow-array@55.2.0 X -arrow-buffer@55.2.0 X -arrow-cast@55.2.0 X -arrow-data@55.2.0 X -arrow-ipc@55.2.0 X -arrow-ord@55.2.0 X -arrow-schema@55.2.0 X -arrow-select@55.2.0 X -arrow-string@55.2.0 X +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.5.2 X -backtrace@0.3.75 X X +backon@1.6.0 X base64@0.22.1 X X -bigdecimal@0.4.8 X X +bigdecimal@0.4.9 X X bimap@0.6.3 X X -bitflags@2.9.4 X X +bitflags@2.10.0 X X block-buffer@0.10.4 X X -bon@3.7.2 X X -bon-macros@3.7.2 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.23.2 X X X +bytemuck@1.24.0 X X X byteorder@1.5.0 X X -bytes@1.10.1 X -cc@1.2.36 X X -cfg-if@1.0.3 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 @@ -56,7 +54,7 @@ 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.6 X X +crypto-common@0.1.7 X X darling@0.20.11 X darling@0.21.3 X darling_core@0.20.11 X @@ -75,9 +73,9 @@ 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.1 X X -flatbuffers@25.2.10 X -flate2@1.1.2 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 @@ -89,105 +87,98 @@ 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 -generator@0.8.7 X X generic-array@0.14.7 X getrandom@0.2.16 X X -getrandom@0.3.3 X X -gimli@0.31.1 X X +getrandom@0.3.4 X X gloo-timers@0.3.0 X X h2@0.4.12 X -half@2.6.0 X X -hashbrown@0.15.5 X X +half@2.7.1 X X +hashbrown@0.16.1 X X heck@0.5.0 X X -hermit-abi@0.5.2 X X hex@0.4.3 X X hmac@0.12.1 X X home@0.5.11 X X -http@1.3.1 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.7.0 X +hyper@1.8.1 X hyper-rustls@0.27.7 X X X -hyper-util@0.1.16 X -iana-time-zone@0.1.63 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.7.0 X -iceberg-catalog-rest@0.7.0 X -iceberg_test_utils@0.7.0 X -icu_collections@2.0.0 X -icu_locale_core@2.0.0 X -icu_normalizer@2.0.0 X -icu_normalizer_data@2.0.0 X -icu_properties@2.0.1 X -icu_properties_data@2.0.1 X -icu_provider@2.0.0 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.11.0 X X +indexmap@2.12.1 X X integer-encoding@3.0.4 X -io-uring@0.7.10 X X ipnet@2.11.0 X X -iri-string@0.7.8 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.78 X X +js-sys@0.3.83 X X lazy_static@1.5.0 X X -lexical-core@1.0.5 X X -lexical-parse-float@1.0.5 X X -lexical-parse-integer@1.0.5 X X -lexical-util@1.0.6 X X -lexical-write-float@1.0.5 X X -lexical-write-integer@1.0.5 X X -libc@0.2.175 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.2 X -litemap@0.8.0 X -lock_api@0.4.13 X X -log@0.4.28 X X -loom@0.7.2 X -lz4_flex@0.11.5 X -matchers@0.2.0 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.5 X X +memchr@2.7.6 X X miniz_oxide@0.8.9 X X X -mio@1.0.4 X -moka@0.12.10 X X +mio@1.1.1 X +moka@0.12.11 X X murmur3@0.5.2 X X -nu-ansi-term@0.50.1 X -num@0.4.3 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-iter@0.1.45 X X -num-rational@0.4.2 X X num-traits@0.2.19 X X -num_cpus@1.17.0 X X -object@0.36.7 X X once_cell@1.21.3 X X -opendal@0.54.0 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.4 X X -parking_lot_core@0.9.11 X X -parquet@55.2.0 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 -potential_utf@0.1.3 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.101 X X +proc-macro2@1.0.103 X X quad-rand@0.2.3 X -quick-xml@0.37.5 X -quote@1.0.40 X 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 @@ -195,134 +186,135 @@ 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.17 X -regex@1.11.2 X X -regex-automata@0.4.10 X X -regex-lite@0.1.7 X X -regex-syntax@0.8.6 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.23 X X +reqwest@0.12.25 X X ring@0.17.14 X X roaring@0.11.2 X X -rust_decimal@1.38.0 X -rustc-demangle@0.1.26 X X +rust_decimal@1.39.0 X rustc_version@0.4.1 X X -rustls@0.23.31 X X X -rustls-pki-types@1.12.0 X X -rustls-webpki@0.103.4 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 -scoped-tls@1.0.1 X X scopeguard@1.2.0 X X -semver@1.0.26 X X +semver@1.0.27 X X seq-macro@0.3.6 X X -serde@1.0.219 X X -serde_bytes@0.11.17 X X -serde_derive@1.0.219 X X -serde_json@1.0.143 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.14.0 X X -serde_with_macros@3.14.0 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.0 X X -stable_deref_trait@1.2.0 X X -static_assertions@1.1.0 X 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.106 X 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@1.0.69 X X -thiserror@2.0.16 X X -thiserror-impl@1.0.69 X X -thiserror-impl@2.0.16 X X +thiserror@2.0.17 X X +thiserror-impl@2.0.17 X X thread_local@1.1.9 X X -threadpool@1.8.1 X X thrift@0.17.0 X tiny-keccak@2.0.2 X -tinystr@0.8.1 X -tokio@1.47.1 X -tokio-macros@2.5.0 X -tokio-rustls@0.26.2 X X -tokio-util@0.7.16 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.6 X +tower-http@0.6.8 X tower-layer@0.3.3 X tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.30 X -tracing-core@0.1.34 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.20 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.18.0 X X -unicode-ident@1.0.18 X 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.18.1 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 -wasi@0.14.4+wasi-0.2.4 X X X -wasm-bindgen@0.2.101 X X -wasm-bindgen-backend@0.2.101 X X -wasm-bindgen-futures@0.4.51 X X -wasm-bindgen-macro@0.2.101 X X -wasm-bindgen-macro-support@0.2.101 X X -wasm-bindgen-shared@0.2.101 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.78 X X -webpki-roots@1.0.2 X -windows@0.61.3 X X -windows-collections@0.2.0 X X -windows-core@0.61.2 X X -windows-future@0.2.1 X X -windows-implement@0.60.0 X X -windows-interface@0.59.1 X X -windows-link@0.1.3 X X -windows-link@0.2.0 X X -windows-numerics@0.2.0 X X -windows-result@0.3.4 X X -windows-strings@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-threading@0.1.0 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 -wit-bindgen@0.45.1 X X X -writeable@0.6.1 X -yoke@0.8.0 X -yoke-derive@0.8.0 X -zerocopy@0.8.27 X 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.1 X X -zerotrie@0.2.2 X -zerovec@0.11.4 X -zerovec-derive@0.11.1 X -zlib-rs@0.5.2 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 diff --git a/crates/catalog/s3tables/DEPENDENCIES.rust.tsv b/crates/catalog/s3tables/DEPENDENCIES.rust.tsv index 13d8eebe7a..7dd182e435 100644 --- a/crates/catalog/s3tables/DEPENDENCIES.rust.tsv +++ b/crates/catalog/s3tables/DEPENDENCIES.rust.tsv @@ -1,77 +1,73 @@ 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 -addr2line@0.24.2 X X adler2@2.0.1 X X X ahash@0.8.12 X X -aho-corasick@1.1.3 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.99 X X -apache-avro@0.20.0 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@55.2.0 X -arrow-array@55.2.0 X -arrow-buffer@55.2.0 X -arrow-cast@55.2.0 X -arrow-data@55.2.0 X -arrow-ipc@55.2.0 X -arrow-ord@55.2.0 X -arrow-schema@55.2.0 X -arrow-select@55.2.0 X -arrow-string@55.2.0 X +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 -aws-config@1.8.6 X -aws-credential-types@1.2.6 X -aws-runtime@1.5.10 X -aws-sdk-s3tables@1.37.0 X -aws-sdk-sso@1.83.0 X -aws-sdk-ssooidc@1.84.0 X -aws-sdk-sts@1.85.0 X -aws-sigv4@1.3.4 X -aws-smithy-async@1.2.5 X -aws-smithy-http@0.62.3 X -aws-smithy-http-client@1.1.1 X -aws-smithy-json@0.61.5 X -aws-smithy-observability@0.1.3 X -aws-smithy-query@0.60.7 X -aws-smithy-runtime@1.9.1 X -aws-smithy-runtime-api@1.9.0 X -aws-smithy-types@1.3.2 X -aws-smithy-xml@0.60.10 X -aws-types@1.3.8 X -backon@1.5.2 X -backtrace@0.3.75 X X -base64@0.21.7 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 +backon@1.6.0 X base64@0.22.1 X X base64-simd@0.8.0 X -bigdecimal@0.4.8 X X +bigdecimal@0.4.9 X X bimap@0.6.3 X X -bitflags@2.9.4 X X +bitflags@2.10.0 X X block-buffer@0.10.4 X X -bon@3.7.2 X X -bon-macros@3.7.2 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.23.2 X X X +bytemuck@1.24.0 X X X byteorder@1.5.0 X X -bytes@1.10.1 X +bytes@1.11.0 X bytes-utils@0.1.4 X X -cc@1.2.36 X X -cfg-if@1.0.3 X 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@0.10.1 X X -core-foundation@0.9.4 X X core-foundation-sys@0.8.7 X X cpufeatures@0.2.17 X X crc32c@0.6.8 X X @@ -80,14 +76,14 @@ 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.6 X 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 -deranged@0.5.3 X 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 @@ -100,9 +96,9 @@ 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.1 X X -flatbuffers@25.2.10 X -flate2@1.1.2 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 @@ -114,114 +110,107 @@ 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 -generator@0.8.7 X X generic-array@0.14.7 X getrandom@0.2.16 X X -getrandom@0.3.3 X X -gimli@0.31.1 X X +getrandom@0.3.4 X X gloo-timers@0.3.0 X X h2@0.3.27 X h2@0.4.12 X -half@2.6.0 X X -hashbrown@0.15.5 X X +half@2.7.1 X X +hashbrown@0.16.1 X X heck@0.5.0 X X -hermit-abi@0.5.2 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.3.1 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 hyper@0.14.32 X -hyper@1.7.0 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.16 X -iana-time-zone@0.1.63 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.7.0 X -iceberg-catalog-s3tables@0.7.0 X -iceberg_test_utils@0.7.0 X -icu_collections@2.0.0 X -icu_locale_core@2.0.0 X -icu_normalizer@2.0.0 X -icu_normalizer_data@2.0.0 X -icu_properties@2.0.1 X -icu_properties_data@2.0.1 X -icu_provider@2.0.0 X +iceberg@0.8.0 X +iceberg-catalog-s3tables@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.11.0 X X +indexmap@2.12.1 X X integer-encoding@3.0.4 X -io-uring@0.7.10 X X ipnet@2.11.0 X X -iri-string@0.7.8 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.78 X X +js-sys@0.3.83 X X lazy_static@1.5.0 X X -lexical-core@1.0.5 X X -lexical-parse-float@1.0.5 X X -lexical-parse-integer@1.0.5 X X -lexical-util@1.0.6 X X -lexical-write-float@1.0.5 X X -lexical-write-integer@1.0.5 X X -libc@0.2.175 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.2 X -litemap@0.8.0 X -lock_api@0.4.13 X X -log@0.4.28 X X -loom@0.7.2 X -lz4_flex@0.11.5 X -matchers@0.2.0 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.5 X X +memchr@2.7.6 X X miniz_oxide@0.8.9 X X X -mio@1.0.4 X -moka@0.12.10 X X +mio@1.1.1 X +moka@0.12.11 X X murmur3@0.5.2 X X -nu-ansi-term@0.50.1 X -num@0.4.3 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-integer@0.1.46 X X -num-iter@0.1.45 X X -num-rational@0.4.2 X X num-traits@0.2.19 X X -num_cpus@1.17.0 X X -object@0.36.7 X X once_cell@1.21.3 X X -opendal@0.54.0 X +opendal@0.55.0 X openssl-probe@0.1.6 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.4 X X -parking_lot_core@0.9.11 X X -parquet@55.2.0 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 -potential_utf@0.1.3 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-macro2@1.0.101 X X +proc-macro2@1.0.103 X X quad-rand@0.2.3 X -quick-xml@0.37.5 X -quote@1.0.40 X 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 @@ -229,152 +218,150 @@ 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.17 X -regex@1.11.2 X X -regex-automata@0.4.10 X X -regex-lite@0.1.7 X X -regex-syntax@0.8.6 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.23 X X +reqwest@0.12.25 X X ring@0.17.14 X X roaring@0.11.2 X X -rust_decimal@1.38.0 X -rustc-demangle@0.1.26 X X +rust_decimal@1.39.0 X rustc_version@0.4.1 X X rustls@0.21.12 X X X -rustls@0.23.31 X X X -rustls-native-certs@0.6.3 X X X -rustls-native-certs@0.8.1 X X X -rustls-pemfile@1.0.4 X X X -rustls-pki-types@1.12.0 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-webpki@0.101.7 X -rustls-webpki@0.103.4 X +rustls-webpki@0.103.8 X rustversion@1.0.22 X X ryu@1.0.20 X X -schannel@0.1.27 X -scoped-tls@1.0.1 X X +schannel@0.1.28 X scopeguard@1.2.0 X X sct@0.7.1 X X X -security-framework@2.11.1 X X -security-framework@3.4.0 X X +security-framework@3.5.1 X X security-framework-sys@2.15.0 X X -semver@1.0.26 X X +semver@1.0.27 X X seq-macro@0.3.6 X X -serde@1.0.219 X X -serde_bytes@0.11.17 X X -serde_derive@1.0.219 X X -serde_json@1.0.143 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.14.0 X X -serde_with_macros@3.14.0 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.6 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.5.10 X X -socket2@0.6.0 X X -stable_deref_trait@1.2.0 X X -static_assertions@1.1.0 X 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.106 X 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@1.0.69 X X -thiserror@2.0.16 X X -thiserror-impl@1.0.69 X X -thiserror-impl@2.0.16 X X +thiserror@2.0.17 X X +thiserror-impl@2.0.17 X X thread_local@1.1.9 X X -threadpool@1.8.1 X X thrift@0.17.0 X -time@0.3.43 X X +time@0.3.44 X X time-core@0.1.6 X X tiny-keccak@2.0.2 X -tinystr@0.8.1 X -tokio@1.47.1 X -tokio-macros@2.5.0 X +tinystr@0.8.2 X +tokio@1.48.0 X +tokio-macros@2.6.0 X tokio-rustls@0.24.1 X X -tokio-rustls@0.26.2 X X -tokio-util@0.7.16 X +tokio-rustls@0.26.4 X X +tokio-util@0.7.17 X tower@0.5.2 X -tower-http@0.6.6 X +tower-http@0.6.8 X tower-layer@0.3.3 X tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.30 X -tracing-core@0.1.34 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.20 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.18.0 X X -unicode-ident@1.0.18 X 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 urlencoding@2.1.3 X utf8_iter@1.0.4 X X -uuid@1.18.1 X X +uuid@1.19.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 -wasi@0.14.4+wasi-0.2.4 X X X -wasm-bindgen@0.2.101 X X -wasm-bindgen-backend@0.2.101 X X -wasm-bindgen-futures@0.4.51 X X -wasm-bindgen-macro@0.2.101 X X -wasm-bindgen-macro-support@0.2.101 X X -wasm-bindgen-shared@0.2.101 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.78 X X -webpki-roots@1.0.2 X -windows@0.61.3 X X -windows-collections@0.2.0 X X -windows-core@0.61.2 X X -windows-future@0.2.1 X X -windows-implement@0.60.0 X X -windows-interface@0.59.1 X X -windows-link@0.1.3 X X -windows-link@0.2.0 X X -windows-numerics@0.2.0 X X -windows-result@0.3.4 X X -windows-strings@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-threading@0.1.0 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 -wit-bindgen@0.45.1 X X X -writeable@0.6.1 X +windows_x86_64_msvc@0.53.1 X X +wit-bindgen@0.46.0 X X X +writeable@0.6.2 X xmlparser@0.13.6 X X -yoke@0.8.0 X -yoke-derive@0.8.0 X -zerocopy@0.8.27 X 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.1 X X -zerotrie@0.2.2 X -zerovec@0.11.4 X -zerovec-derive@0.11.1 X -zlib-rs@0.5.2 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 diff --git a/crates/catalog/sql/DEPENDENCIES.rust.tsv b/crates/catalog/sql/DEPENDENCIES.rust.tsv index 335c980967..cc48621d0c 100644 --- a/crates/catalog/sql/DEPENDENCIES.rust.tsv +++ b/crates/catalog/sql/DEPENDENCIES.rust.tsv @@ -1,49 +1,47 @@ 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 -addr2line@0.24.2 X X adler2@2.0.1 X X X ahash@0.8.12 X X -aho-corasick@1.1.3 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.99 X X -apache-avro@0.20.0 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@55.2.0 X -arrow-array@55.2.0 X -arrow-buffer@55.2.0 X -arrow-cast@55.2.0 X -arrow-data@55.2.0 X -arrow-ipc@55.2.0 X -arrow-ord@55.2.0 X -arrow-schema@55.2.0 X -arrow-select@55.2.0 X -arrow-string@55.2.0 X +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.5.2 X -backtrace@0.3.75 X X +backon@1.6.0 X base64@0.22.1 X X -bigdecimal@0.4.8 X X +bigdecimal@0.4.9 X X bimap@0.6.3 X X -bitflags@2.9.4 X X +bitflags@2.10.0 X X block-buffer@0.10.4 X X -bon@3.7.2 X X -bon-macros@3.7.2 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.23.2 X X X +bytemuck@1.24.0 X X X byteorder@1.5.0 X X -bytes@1.10.1 X -cc@1.2.36 X X -cfg-if@1.0.3 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 @@ -51,7 +49,7 @@ 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.3.0 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 @@ -60,7 +58,7 @@ crossbeam-epoch@0.9.18 X X crossbeam-queue@0.3.12 X X crossbeam-utils@0.8.21 X X crunchy@0.2.4 X -crypto-common@0.1.6 X X +crypto-common@0.1.7 X X darling@0.20.11 X darling@0.21.3 X darling_core@0.20.11 X @@ -79,9 +77,9 @@ 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.1 X X -flatbuffers@25.2.10 X -flate2@1.1.2 X X +find-msvc-tools@0.1.5 X X +flatbuffers@25.9.23 X +flate2@1.1.5 X X flume@0.11.1 X X fnv@1.0.7 X X foldhash@0.1.5 X @@ -96,105 +94,99 @@ 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 -generator@0.8.7 X X generic-array@0.14.7 X getrandom@0.2.16 X X -getrandom@0.3.3 X X -gimli@0.31.1 X X +getrandom@0.3.4 X X gloo-timers@0.3.0 X X -half@2.6.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 -hermit-abi@0.5.2 X X hex@0.4.3 X X hmac@0.12.1 X X home@0.5.11 X X -http@1.3.1 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.7.0 X +hyper@1.8.1 X hyper-rustls@0.27.7 X X X -hyper-util@0.1.16 X -iana-time-zone@0.1.63 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.7.0 X -iceberg-catalog-sql@0.7.0 X -iceberg_test_utils@0.7.0 X -icu_collections@2.0.0 X -icu_locale_core@2.0.0 X -icu_normalizer@2.0.0 X -icu_normalizer_data@2.0.0 X -icu_properties@2.0.1 X -icu_properties_data@2.0.1 X -icu_provider@2.0.0 X +iceberg@0.8.0 X +iceberg-catalog-sql@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.11.0 X X +indexmap@2.12.1 X X integer-encoding@3.0.4 X -io-uring@0.7.10 X X ipnet@2.11.0 X X -iri-string@0.7.8 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.78 X X +js-sys@0.3.83 X X lazy_static@1.5.0 X X -lexical-core@1.0.5 X X -lexical-parse-float@1.0.5 X X -lexical-parse-integer@1.0.5 X X -lexical-util@1.0.6 X X -lexical-write-float@1.0.5 X X -lexical-write-integer@1.0.5 X X -libc@0.2.175 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 libsqlite3-sys@0.30.1 X -libz-rs-sys@0.5.2 X -litemap@0.8.0 X -lock_api@0.4.13 X X -log@0.4.28 X X -loom@0.7.2 X -lz4_flex@0.11.5 X -matchers@0.2.0 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.5 X X +memchr@2.7.6 X X miniz_oxide@0.8.9 X X X -mio@1.0.4 X -moka@0.12.10 X X +mio@1.1.1 X +moka@0.12.11 X X murmur3@0.5.2 X X -nu-ansi-term@0.50.1 X -num@0.4.3 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-iter@0.1.45 X X -num-rational@0.4.2 X X num-traits@0.2.19 X X -num_cpus@1.17.0 X X -object@0.36.7 X X once_cell@1.21.3 X X -opendal@0.54.0 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.4 X X -parking_lot_core@0.9.11 X X -parquet@55.2.0 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 -potential_utf@0.1.3 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.101 X X +proc-macro2@1.0.103 X X quad-rand@0.2.3 X -quick-xml@0.37.5 X -quote@1.0.40 X 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 @@ -202,141 +194,142 @@ 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.17 X -regex@1.11.2 X X -regex-automata@0.4.10 X X -regex-lite@0.1.7 X X -regex-syntax@0.8.6 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.23 X X +reqwest@0.12.25 X X ring@0.17.14 X X roaring@0.11.2 X X -rust_decimal@1.38.0 X -rustc-demangle@0.1.26 X X +rust_decimal@1.39.0 X rustc_version@0.4.1 X X -rustls@0.23.31 X X X -rustls-pki-types@1.12.0 X X -rustls-webpki@0.103.4 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 -scoped-tls@1.0.1 X X scopeguard@1.2.0 X X -semver@1.0.26 X X +semver@1.0.27 X X seq-macro@0.3.6 X X -serde@1.0.219 X X -serde_bytes@0.11.17 X X -serde_derive@1.0.219 X X -serde_json@1.0.143 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.14.0 X X -serde_with_macros@3.14.0 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.0 X X +socket2@0.6.1 X X spin@0.9.8 X sqlx@0.8.6 X X sqlx-core@0.8.6 X X sqlx-sqlite@0.8.6 X X -stable_deref_trait@1.2.0 X X -static_assertions@1.1.0 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.106 X 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@1.0.69 X X -thiserror@2.0.16 X X -thiserror-impl@1.0.69 X X -thiserror-impl@2.0.16 X X +thiserror@2.0.17 X X +thiserror-impl@2.0.17 X X thread_local@1.1.9 X X -threadpool@1.8.1 X X thrift@0.17.0 X tiny-keccak@2.0.2 X -tinystr@0.8.1 X -tokio@1.47.1 X -tokio-macros@2.5.0 X -tokio-rustls@0.26.2 X 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.16 X +tokio-util@0.7.17 X tower@0.5.2 X -tower-http@0.6.6 X +tower-http@0.6.8 X tower-layer@0.3.3 X tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.30 X -tracing-core@0.1.34 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.20 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.18.0 X X -unicode-ident@1.0.18 X 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.18.1 X X +uuid@1.19.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 -wasi@0.14.4+wasi-0.2.4 X X X -wasm-bindgen@0.2.101 X X -wasm-bindgen-backend@0.2.101 X X -wasm-bindgen-futures@0.4.51 X X -wasm-bindgen-macro@0.2.101 X X -wasm-bindgen-macro-support@0.2.101 X X -wasm-bindgen-shared@0.2.101 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.78 X X +web-sys@0.3.83 X X webpki-roots@0.26.11 X -webpki-roots@1.0.2 X -windows@0.61.3 X X -windows-collections@0.2.0 X X -windows-core@0.61.2 X X -windows-future@0.2.1 X X -windows-implement@0.60.0 X X -windows-interface@0.59.1 X X -windows-link@0.1.3 X X -windows-link@0.2.0 X X -windows-numerics@0.2.0 X X -windows-result@0.3.4 X X -windows-strings@0.4.2 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-threading@0.1.0 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 -wit-bindgen@0.45.1 X X X -writeable@0.6.1 X -yoke@0.8.0 X -yoke-derive@0.8.0 X -zerocopy@0.8.27 X 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.1 X X -zerotrie@0.2.2 X -zerovec@0.11.4 X -zerovec-derive@0.11.1 X -zlib-rs@0.5.2 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 diff --git a/crates/examples/DEPENDENCIES.rust.tsv b/crates/examples/DEPENDENCIES.rust.tsv index 20702597a7..de07f1c650 100644 --- a/crates/examples/DEPENDENCIES.rust.tsv +++ b/crates/examples/DEPENDENCIES.rust.tsv @@ -1,48 +1,46 @@ 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 -addr2line@0.24.2 X X adler2@2.0.1 X X X ahash@0.8.12 X X -aho-corasick@1.1.3 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.99 X X -apache-avro@0.20.0 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@55.2.0 X -arrow-array@55.2.0 X -arrow-buffer@55.2.0 X -arrow-cast@55.2.0 X -arrow-data@55.2.0 X -arrow-ipc@55.2.0 X -arrow-ord@55.2.0 X -arrow-schema@55.2.0 X -arrow-select@55.2.0 X -arrow-string@55.2.0 X +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.5.2 X -backtrace@0.3.75 X X +backon@1.6.0 X base64@0.22.1 X X -bigdecimal@0.4.8 X X +bigdecimal@0.4.9 X X bimap@0.6.3 X X -bitflags@2.9.4 X X +bitflags@2.10.0 X X block-buffer@0.10.4 X X -bon@3.7.2 X X -bon-macros@3.7.2 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.23.2 X X X +bytemuck@1.24.0 X X X byteorder@1.5.0 X X -bytes@1.10.1 X -cc@1.2.36 X X -cfg-if@1.0.3 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 @@ -56,7 +54,7 @@ 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.6 X X +crypto-common@0.1.7 X X darling@0.20.11 X darling@0.21.3 X darling_core@0.20.11 X @@ -75,9 +73,9 @@ 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.1 X X -flatbuffers@25.2.10 X -flate2@1.1.2 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 @@ -89,106 +87,99 @@ 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 -generator@0.8.7 X X generic-array@0.14.7 X getrandom@0.2.16 X X -getrandom@0.3.3 X X -gimli@0.31.1 X X +getrandom@0.3.4 X X gloo-timers@0.3.0 X X h2@0.4.12 X -half@2.6.0 X X -hashbrown@0.15.5 X X +half@2.7.1 X X +hashbrown@0.16.1 X X heck@0.5.0 X X -hermit-abi@0.5.2 X X hex@0.4.3 X X hmac@0.12.1 X X home@0.5.11 X X -http@1.3.1 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.7.0 X +hyper@1.8.1 X hyper-rustls@0.27.7 X X X -hyper-util@0.1.16 X -iana-time-zone@0.1.63 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.7.0 X -iceberg-catalog-rest@0.7.0 X -iceberg-examples@0.7.0 X -iceberg_test_utils@0.7.0 X -icu_collections@2.0.0 X -icu_locale_core@2.0.0 X -icu_normalizer@2.0.0 X -icu_normalizer_data@2.0.0 X -icu_properties@2.0.1 X -icu_properties_data@2.0.1 X -icu_provider@2.0.0 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.11.0 X X +indexmap@2.12.1 X X integer-encoding@3.0.4 X -io-uring@0.7.10 X X ipnet@2.11.0 X X -iri-string@0.7.8 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.78 X X +js-sys@0.3.83 X X lazy_static@1.5.0 X X -lexical-core@1.0.5 X X -lexical-parse-float@1.0.5 X X -lexical-parse-integer@1.0.5 X X -lexical-util@1.0.6 X X -lexical-write-float@1.0.5 X X -lexical-write-integer@1.0.5 X X -libc@0.2.175 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.2 X -litemap@0.8.0 X -lock_api@0.4.13 X X -log@0.4.28 X X -loom@0.7.2 X -lz4_flex@0.11.5 X -matchers@0.2.0 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.5 X X +memchr@2.7.6 X X miniz_oxide@0.8.9 X X X -mio@1.0.4 X -moka@0.12.10 X X +mio@1.1.1 X +moka@0.12.11 X X murmur3@0.5.2 X X -nu-ansi-term@0.50.1 X -num@0.4.3 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-iter@0.1.45 X X -num-rational@0.4.2 X X num-traits@0.2.19 X X -num_cpus@1.17.0 X X -object@0.36.7 X X once_cell@1.21.3 X X -opendal@0.54.0 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.4 X X -parking_lot_core@0.9.11 X X -parquet@55.2.0 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 -potential_utf@0.1.3 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.101 X X +proc-macro2@1.0.103 X X quad-rand@0.2.3 X -quick-xml@0.37.5 X -quote@1.0.40 X 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 @@ -196,135 +187,136 @@ 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.17 X -regex@1.11.2 X X -regex-automata@0.4.10 X X -regex-lite@0.1.7 X X -regex-syntax@0.8.6 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.23 X X +reqwest@0.12.25 X X ring@0.17.14 X X roaring@0.11.2 X X -rust_decimal@1.38.0 X -rustc-demangle@0.1.26 X X +rust_decimal@1.39.0 X rustc_version@0.4.1 X X -rustls@0.23.31 X X X -rustls-pki-types@1.12.0 X X -rustls-webpki@0.103.4 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 -scoped-tls@1.0.1 X X scopeguard@1.2.0 X X -semver@1.0.26 X X +semver@1.0.27 X X seq-macro@0.3.6 X X -serde@1.0.219 X X -serde_bytes@0.11.17 X X -serde_derive@1.0.219 X X -serde_json@1.0.143 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.14.0 X X -serde_with_macros@3.14.0 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.6 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.0 X X -stable_deref_trait@1.2.0 X X -static_assertions@1.1.0 X 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.106 X 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@1.0.69 X X -thiserror@2.0.16 X X -thiserror-impl@1.0.69 X X -thiserror-impl@2.0.16 X X +thiserror@2.0.17 X X +thiserror-impl@2.0.17 X X thread_local@1.1.9 X X -threadpool@1.8.1 X X thrift@0.17.0 X tiny-keccak@2.0.2 X -tinystr@0.8.1 X -tokio@1.47.1 X -tokio-macros@2.5.0 X -tokio-rustls@0.26.2 X X -tokio-util@0.7.16 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.6 X +tower-http@0.6.8 X tower-layer@0.3.3 X tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.30 X -tracing-core@0.1.34 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.20 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.18.0 X X -unicode-ident@1.0.18 X 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.18.1 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 -wasi@0.14.4+wasi-0.2.4 X X X -wasm-bindgen@0.2.101 X X -wasm-bindgen-backend@0.2.101 X X -wasm-bindgen-futures@0.4.51 X X -wasm-bindgen-macro@0.2.101 X X -wasm-bindgen-macro-support@0.2.101 X X -wasm-bindgen-shared@0.2.101 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.78 X X -webpki-roots@1.0.2 X -windows@0.61.3 X X -windows-collections@0.2.0 X X -windows-core@0.61.2 X X -windows-future@0.2.1 X X -windows-implement@0.60.0 X X -windows-interface@0.59.1 X X -windows-link@0.1.3 X X -windows-link@0.2.0 X X -windows-numerics@0.2.0 X X -windows-result@0.3.4 X X -windows-strings@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-threading@0.1.0 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 -wit-bindgen@0.45.1 X X X -writeable@0.6.1 X -yoke@0.8.0 X -yoke-derive@0.8.0 X -zerocopy@0.8.27 X 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.1 X X -zerotrie@0.2.2 X -zerovec@0.11.4 X -zerovec-derive@0.11.1 X -zlib-rs@0.5.2 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 diff --git a/crates/iceberg/DEPENDENCIES.rust.tsv b/crates/iceberg/DEPENDENCIES.rust.tsv index 460a531644..c446954437 100644 --- a/crates/iceberg/DEPENDENCIES.rust.tsv +++ b/crates/iceberg/DEPENDENCIES.rust.tsv @@ -1,48 +1,46 @@ 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 -addr2line@0.24.2 X X adler2@2.0.1 X X X ahash@0.8.12 X X -aho-corasick@1.1.3 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.99 X X -apache-avro@0.20.0 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@55.2.0 X -arrow-array@55.2.0 X -arrow-buffer@55.2.0 X -arrow-cast@55.2.0 X -arrow-data@55.2.0 X -arrow-ipc@55.2.0 X -arrow-ord@55.2.0 X -arrow-schema@55.2.0 X -arrow-select@55.2.0 X -arrow-string@55.2.0 X +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.5.2 X -backtrace@0.3.75 X X +backon@1.6.0 X base64@0.22.1 X X -bigdecimal@0.4.8 X X +bigdecimal@0.4.9 X X bimap@0.6.3 X X -bitflags@2.9.4 X X +bitflags@2.10.0 X X block-buffer@0.10.4 X X -bon@3.7.2 X X -bon-macros@3.7.2 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.23.2 X X X +bytemuck@1.24.0 X X X byteorder@1.5.0 X X -bytes@1.10.1 X -cc@1.2.36 X X -cfg-if@1.0.3 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 @@ -56,7 +54,7 @@ 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.6 X X +crypto-common@0.1.7 X X darling@0.20.11 X darling@0.21.3 X darling_core@0.20.11 X @@ -70,13 +68,14 @@ 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.1 X X -flatbuffers@25.2.10 X -flate2@1.1.2 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 @@ -88,101 +87,94 @@ 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 -generator@0.8.7 X X generic-array@0.14.7 X getrandom@0.2.16 X X -getrandom@0.3.3 X X -gimli@0.31.1 X X +getrandom@0.3.4 X X gloo-timers@0.3.0 X X -half@2.6.0 X X -hashbrown@0.15.5 X X +half@2.7.1 X X +hashbrown@0.16.1 X X heck@0.5.0 X X -hermit-abi@0.5.2 X X hex@0.4.3 X X hmac@0.12.1 X X home@0.5.11 X X -http@1.3.1 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.7.0 X +hyper@1.8.1 X hyper-rustls@0.27.7 X X X -hyper-util@0.1.16 X -iana-time-zone@0.1.63 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.7.0 X -iceberg_test_utils@0.7.0 X -icu_collections@2.0.0 X -icu_locale_core@2.0.0 X -icu_normalizer@2.0.0 X -icu_normalizer_data@2.0.0 X -icu_properties@2.0.1 X -icu_properties_data@2.0.1 X -icu_provider@2.0.0 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 -io-uring@0.7.10 X X ipnet@2.11.0 X X -iri-string@0.7.8 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.78 X X +js-sys@0.3.83 X X lazy_static@1.5.0 X X -lexical-core@1.0.5 X X -lexical-parse-float@1.0.5 X X -lexical-parse-integer@1.0.5 X X -lexical-util@1.0.6 X X -lexical-write-float@1.0.5 X X -lexical-write-integer@1.0.5 X X -libc@0.2.175 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.2 X -litemap@0.8.0 X -lock_api@0.4.13 X X -log@0.4.28 X X -loom@0.7.2 X -lz4_flex@0.11.5 X -matchers@0.2.0 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.5 X X +memchr@2.7.6 X X miniz_oxide@0.8.9 X X X -mio@1.0.4 X -moka@0.12.10 X X +mio@1.1.1 X +moka@0.12.11 X X murmur3@0.5.2 X X -nu-ansi-term@0.50.1 X -num@0.4.3 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-iter@0.1.45 X X -num-rational@0.4.2 X X num-traits@0.2.19 X X -num_cpus@1.17.0 X X -object@0.36.7 X X once_cell@1.21.3 X X -opendal@0.54.0 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.4 X X -parking_lot_core@0.9.11 X X -parquet@55.2.0 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 -potential_utf@0.1.3 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.101 X X +proc-macro2@1.0.103 X X quad-rand@0.2.3 X -quick-xml@0.37.5 X -quote@1.0.40 X 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 @@ -190,134 +182,135 @@ 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.17 X -regex@1.11.2 X X -regex-automata@0.4.10 X X -regex-lite@0.1.7 X X -regex-syntax@0.8.6 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.23 X X +reqwest@0.12.25 X X ring@0.17.14 X X roaring@0.11.2 X X -rust_decimal@1.38.0 X -rustc-demangle@0.1.26 X X +rust_decimal@1.39.0 X rustc_version@0.4.1 X X -rustls@0.23.31 X X X -rustls-pki-types@1.12.0 X X -rustls-webpki@0.103.4 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 -scoped-tls@1.0.1 X X scopeguard@1.2.0 X X -semver@1.0.26 X X +semver@1.0.27 X X seq-macro@0.3.6 X X -serde@1.0.219 X X -serde_bytes@0.11.17 X X -serde_derive@1.0.219 X X -serde_json@1.0.143 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.14.0 X X -serde_with_macros@3.14.0 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.0 X X -stable_deref_trait@1.2.0 X X -static_assertions@1.1.0 X 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.106 X 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@1.0.69 X X -thiserror@2.0.16 X X -thiserror-impl@1.0.69 X X -thiserror-impl@2.0.16 X X +thiserror@2.0.17 X X +thiserror-impl@2.0.17 X X thread_local@1.1.9 X X -threadpool@1.8.1 X X thrift@0.17.0 X tiny-keccak@2.0.2 X -tinystr@0.8.1 X -tokio@1.47.1 X -tokio-macros@2.5.0 X -tokio-rustls@0.26.2 X X -tokio-util@0.7.16 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.6 X +tower-http@0.6.8 X tower-layer@0.3.3 X tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.30 X -tracing-core@0.1.34 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.20 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.18.0 X X -unicode-ident@1.0.18 X 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.18.1 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 -wasi@0.14.4+wasi-0.2.4 X X X -wasm-bindgen@0.2.101 X X -wasm-bindgen-backend@0.2.101 X X -wasm-bindgen-futures@0.4.51 X X -wasm-bindgen-macro@0.2.101 X X -wasm-bindgen-macro-support@0.2.101 X X -wasm-bindgen-shared@0.2.101 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.78 X X -webpki-roots@1.0.2 X -windows@0.61.3 X X -windows-collections@0.2.0 X X -windows-core@0.61.2 X X -windows-future@0.2.1 X X -windows-implement@0.60.0 X X -windows-interface@0.59.1 X X -windows-link@0.1.3 X X -windows-link@0.2.0 X X -windows-numerics@0.2.0 X X -windows-result@0.3.4 X X -windows-strings@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-threading@0.1.0 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 -wit-bindgen@0.45.1 X X X -writeable@0.6.1 X -yoke@0.8.0 X -yoke-derive@0.8.0 X -zerocopy@0.8.27 X 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.1 X X -zerotrie@0.2.2 X -zerovec@0.11.4 X -zerovec-derive@0.11.1 X -zlib-rs@0.5.2 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 diff --git a/crates/integration_tests/DEPENDENCIES.rust.tsv b/crates/integration_tests/DEPENDENCIES.rust.tsv index 891d23966e..26f6d83820 100644 --- a/crates/integration_tests/DEPENDENCIES.rust.tsv +++ b/crates/integration_tests/DEPENDENCIES.rust.tsv @@ -1,406 +1,414 @@ -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 -addr2line@0.24.2 X X -adler2@2.0.1 X X X -ahash@0.8.12 X X -aho-corasick@1.1.3 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.99 X X -apache-avro@0.20.0 X -array-init@2.1.0 X X -arrayref@0.3.9 X -arrayvec@0.7.6 X X -arrow@55.2.0 X -arrow-arith@55.2.0 X -arrow-array@55.2.0 X -arrow-buffer@55.2.0 X -arrow-cast@55.2.0 X -arrow-csv@55.2.0 X -arrow-data@55.2.0 X -arrow-ipc@55.2.0 X -arrow-json@55.2.0 X -arrow-ord@55.2.0 X -arrow-row@55.2.0 X -arrow-schema@55.2.0 X -arrow-select@55.2.0 X -arrow-string@55.2.0 X -as-any@0.3.2 X X -async-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.5.2 X -backtrace@0.3.75 X X -base64@0.22.1 X X -bigdecimal@0.4.8 X X -bimap@0.6.3 X X -bitflags@2.9.4 X X -blake2@0.10.6 X X -blake3@1.8.2 X X X -block-buffer@0.10.4 X X -bon@3.7.2 X X -bon-macros@3.7.2 X X -brotli@8.0.2 X X -brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.23.2 X X X -byteorder@1.5.0 X X -bytes@1.10.1 X -bzip2@0.5.2 X X -bzip2-sys@0.1.13+1.0.8 X X -cc@1.2.36 X X -cfg-if@1.0.3 X X -chrono@0.4.42 X X -chrono-tz@0.10.4 X X -comfy-table@7.2.0 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.6 X X -csv@1.3.1 X X -csv-core@0.1.12 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@48.0.1 X -datafusion-catalog@48.0.1 X -datafusion-catalog-listing@48.0.1 X -datafusion-common@48.0.1 X -datafusion-common-runtime@48.0.1 X -datafusion-datasource@48.0.1 X -datafusion-datasource-csv@48.0.1 X -datafusion-datasource-json@48.0.1 X -datafusion-datasource-parquet@48.0.1 X -datafusion-doc@48.0.1 X -datafusion-execution@48.0.1 X -datafusion-expr@48.0.1 X -datafusion-expr-common@48.0.1 X -datafusion-functions@48.0.1 X -datafusion-functions-aggregate@48.0.1 X -datafusion-functions-aggregate-common@48.0.1 X -datafusion-functions-nested@48.0.1 X -datafusion-functions-table@48.0.1 X -datafusion-functions-window@48.0.1 X -datafusion-functions-window-common@48.0.1 X -datafusion-macros@48.0.1 X -datafusion-optimizer@48.0.1 X -datafusion-physical-expr@48.0.1 X -datafusion-physical-expr-common@48.0.1 X -datafusion-physical-optimizer@48.0.1 X -datafusion-physical-plan@48.0.1 X -datafusion-session@48.0.1 X -datafusion-sql@48.0.1 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.13 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.1 X X -fixedbitset@0.5.7 X X -flatbuffers@25.2.10 X -flate2@1.1.2 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-util@0.3.31 X X -generator@0.8.7 X X -generic-array@0.14.7 X -getrandom@0.2.16 X X -getrandom@0.3.3 X X -gimli@0.31.1 X X -glob@0.3.3 X X -gloo-timers@0.3.0 X X -h2@0.4.12 X -half@2.6.0 X X -hashbrown@0.14.5 X X -hashbrown@0.15.5 X X -heck@0.5.0 X X -hermit-abi@0.5.2 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.3.1 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.2.0 X X -hyper@1.7.0 X -hyper-rustls@0.27.7 X X X -hyper-util@0.1.16 X -iana-time-zone@0.1.63 X X -iana-time-zone-haiku@0.1.2 X X -iceberg@0.7.0 X -iceberg-catalog-rest@0.7.0 X -iceberg-datafusion@0.7.0 X -iceberg-integration-tests@0.7.0 X -iceberg_test_utils@0.7.0 X -icu_collections@2.0.0 X -icu_locale_core@2.0.0 X -icu_normalizer@2.0.0 X -icu_normalizer_data@2.0.0 X -icu_properties@2.0.1 X -icu_properties_data@2.0.1 X -icu_provider@2.0.0 X -ident_case@1.0.1 X X -idna@1.1.0 X X -idna_adapter@1.2.1 X X -indexmap@2.11.0 X X -integer-encoding@3.0.4 X -io-uring@0.7.10 X X -ipnet@2.11.0 X X -iri-string@0.7.8 X X -itertools@0.13.0 X X -itertools@0.14.0 X X -itoa@1.0.15 X X -jobserver@0.1.34 X X -js-sys@0.3.78 X X -lazy_static@1.5.0 X X -lexical-core@1.0.5 X X -lexical-parse-float@1.0.5 X X -lexical-parse-integer@1.0.5 X X -lexical-util@1.0.6 X X -lexical-write-float@1.0.5 X X -lexical-write-integer@1.0.5 X X -libc@0.2.175 X X -libm@0.2.15 X -libz-rs-sys@0.5.2 X -linux-raw-sys@0.9.4 X X X -litemap@0.8.0 X -lock_api@0.4.13 X X -log@0.4.28 X X -loom@0.7.2 X -lz4_flex@0.11.5 X -lzma-sys@0.1.20 X X -matchers@0.2.0 X -md-5@0.10.6 X X -memchr@2.7.5 X X -miniz_oxide@0.8.9 X X X -mio@1.0.4 X -moka@0.12.10 X X -murmur3@0.5.2 X X -nu-ansi-term@0.50.1 X -num@0.4.3 X X -num-bigint@0.4.6 X X -num-complex@0.4.6 X X -num-integer@0.1.46 X X -num-iter@0.1.45 X X -num-rational@0.4.2 X X -num-traits@0.2.19 X X -num_cpus@1.17.0 X X -object@0.36.7 X X -object_store@0.12.3 X X -once_cell@1.21.3 X X -opendal@0.54.0 X -ordered-float@2.10.1 X -ordered-float@4.6.0 X -parking@2.2.1 X X -parking_lot@0.12.4 X X -parking_lot_core@0.9.11 X X -parquet@55.2.0 X -paste@1.0.15 X X -percent-encoding@2.3.2 X X -petgraph@0.8.2 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 -potential_utf@0.1.3 X -ppv-lite86@0.2.21 X X -prettyplease@0.2.37 X X -proc-macro2@1.0.101 X X -psm@0.1.26 X X -quad-rand@0.2.3 X -quick-xml@0.37.5 X -quote@1.0.40 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.17 X -regex@1.11.2 X X -regex-automata@0.4.10 X X -regex-lite@0.1.7 X X -regex-syntax@0.8.6 X X -reqsign@0.16.5 X -reqwest@0.12.23 X X -ring@0.17.14 X X -roaring@0.11.2 X X -rust_decimal@1.38.0 X -rustc-demangle@0.1.26 X X -rustc_version@0.4.1 X X -rustix@1.0.8 X X X -rustls@0.23.31 X X X -rustls-pki-types@1.12.0 X X -rustls-webpki@0.103.4 X -rustversion@1.0.22 X X -ryu@1.0.20 X X -same-file@1.0.6 X X -scoped-tls@1.0.1 X X -scopeguard@1.2.0 X X -semver@1.0.26 X X -seq-macro@0.3.6 X X -serde@1.0.219 X X -serde_bytes@0.11.17 X X -serde_derive@1.0.219 X X -serde_json@1.0.143 X X -serde_repr@0.1.20 X X -serde_urlencoded@0.7.1 X X -serde_with@3.14.0 X X -serde_with_macros@3.14.0 X X -sha1@0.10.6 X X -sha2@0.10.9 X X -sharded-slab@0.1.7 X -shlex@1.3.0 X 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.0 X X -sqlparser@0.55.0 X -sqlparser_derive@0.3.0 X -stable_deref_trait@1.2.0 X X -stacker@0.1.21 X X -static_assertions@1.1.0 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.106 X X -sync_wrapper@1.0.2 X -synstructure@0.13.2 X -tagptr@0.2.0 X X -tempfile@3.22.0 X X -thiserror@1.0.69 X X -thiserror@2.0.16 X X -thiserror-impl@1.0.69 X X -thiserror-impl@2.0.16 X X -thread_local@1.1.9 X X -threadpool@1.8.1 X X -thrift@0.17.0 X -tiny-keccak@2.0.2 X -tinystr@0.8.1 X -tokio@1.47.1 X -tokio-macros@2.5.0 X -tokio-rustls@0.26.2 X X -tokio-util@0.7.16 X -tower@0.5.2 X -tower-http@0.6.6 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.30 X -tracing-core@0.1.34 X -tracing-log@0.2.0 X -tracing-subscriber@0.3.20 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.18.0 X X -unicode-ident@1.0.18 X X X -unicode-segmentation@1.12.0 X X -unicode-width@0.2.1 X X -untrusted@0.9.0 X -url@2.5.7 X X -utf8_iter@1.0.4 X X -uuid@1.18.1 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 -wasi@0.14.4+wasi-0.2.4 X X X -wasm-bindgen@0.2.101 X X -wasm-bindgen-backend@0.2.101 X X -wasm-bindgen-futures@0.4.51 X X -wasm-bindgen-macro@0.2.101 X X -wasm-bindgen-macro-support@0.2.101 X X -wasm-bindgen-shared@0.2.101 X X -wasm-streams@0.4.2 X X -web-sys@0.3.78 X X -web-time@1.1.0 X X -webpki-roots@1.0.2 X -winapi-util@0.1.11 X X -windows@0.61.3 X X -windows-collections@0.2.0 X X -windows-core@0.61.2 X X -windows-future@0.2.1 X X -windows-implement@0.60.0 X X -windows-interface@0.59.1 X X -windows-link@0.1.3 X X -windows-link@0.2.0 X X -windows-numerics@0.2.0 X X -windows-result@0.3.4 X X -windows-strings@0.4.2 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-sys@0.61.0 X X -windows-targets@0.52.6 X X -windows-threading@0.1.0 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X X -wit-bindgen@0.45.1 X X X -writeable@0.6.1 X -xz2@0.1.7 X X -yoke@0.8.0 X -yoke-derive@0.8.0 X -zerocopy@0.8.27 X X X -zerofrom@0.1.6 X -zerofrom-derive@0.1.6 X -zeroize@1.8.1 X X -zerotrie@0.2.2 X -zerovec@0.11.4 X -zerovec-derive@0.11.1 X -zlib-rs@0.5.2 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 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 diff --git a/crates/integrations/cache-moka/DEPENDENCIES.rust.tsv b/crates/integrations/cache-moka/DEPENDENCIES.rust.tsv index 59b898d3fe..4763f71ec8 100644 --- a/crates/integrations/cache-moka/DEPENDENCIES.rust.tsv +++ b/crates/integrations/cache-moka/DEPENDENCIES.rust.tsv @@ -1,48 +1,46 @@ 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 -addr2line@0.24.2 X X adler2@2.0.1 X X X ahash@0.8.12 X X -aho-corasick@1.1.3 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.99 X X -apache-avro@0.20.0 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@55.2.0 X -arrow-array@55.2.0 X -arrow-buffer@55.2.0 X -arrow-cast@55.2.0 X -arrow-data@55.2.0 X -arrow-ipc@55.2.0 X -arrow-ord@55.2.0 X -arrow-schema@55.2.0 X -arrow-select@55.2.0 X -arrow-string@55.2.0 X +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.5.2 X -backtrace@0.3.75 X X +backon@1.6.0 X base64@0.22.1 X X -bigdecimal@0.4.8 X X +bigdecimal@0.4.9 X X bimap@0.6.3 X X -bitflags@2.9.4 X X +bitflags@2.10.0 X X block-buffer@0.10.4 X X -bon@3.7.2 X X -bon-macros@3.7.2 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.23.2 X X X +bytemuck@1.24.0 X X X byteorder@1.5.0 X X -bytes@1.10.1 X -cc@1.2.36 X X -cfg-if@1.0.3 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 @@ -56,7 +54,7 @@ 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.6 X X +crypto-common@0.1.7 X X darling@0.20.11 X darling@0.21.3 X darling_core@0.20.11 X @@ -70,13 +68,14 @@ 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.1 X X -flatbuffers@25.2.10 X -flate2@1.1.2 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 @@ -88,102 +87,95 @@ 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 -generator@0.8.7 X X generic-array@0.14.7 X getrandom@0.2.16 X X -getrandom@0.3.3 X X -gimli@0.31.1 X X +getrandom@0.3.4 X X gloo-timers@0.3.0 X X -half@2.6.0 X X -hashbrown@0.15.5 X X +half@2.7.1 X X +hashbrown@0.16.1 X X heck@0.5.0 X X -hermit-abi@0.5.2 X X hex@0.4.3 X X hmac@0.12.1 X X home@0.5.11 X X -http@1.3.1 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.7.0 X +hyper@1.8.1 X hyper-rustls@0.27.7 X X X -hyper-util@0.1.16 X -iana-time-zone@0.1.63 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.7.0 X -iceberg-cache-moka@0.7.0 X -iceberg_test_utils@0.7.0 X -icu_collections@2.0.0 X -icu_locale_core@2.0.0 X -icu_normalizer@2.0.0 X -icu_normalizer_data@2.0.0 X -icu_properties@2.0.1 X -icu_properties_data@2.0.1 X -icu_provider@2.0.0 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 -io-uring@0.7.10 X X ipnet@2.11.0 X X -iri-string@0.7.8 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.78 X X +js-sys@0.3.83 X X lazy_static@1.5.0 X X -lexical-core@1.0.5 X X -lexical-parse-float@1.0.5 X X -lexical-parse-integer@1.0.5 X X -lexical-util@1.0.6 X X -lexical-write-float@1.0.5 X X -lexical-write-integer@1.0.5 X X -libc@0.2.175 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.2 X -litemap@0.8.0 X -lock_api@0.4.13 X X -log@0.4.28 X X -loom@0.7.2 X -lz4_flex@0.11.5 X -matchers@0.2.0 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.5 X X +memchr@2.7.6 X X miniz_oxide@0.8.9 X X X -mio@1.0.4 X -moka@0.12.10 X X +mio@1.1.1 X +moka@0.12.11 X X murmur3@0.5.2 X X -nu-ansi-term@0.50.1 X -num@0.4.3 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-iter@0.1.45 X X -num-rational@0.4.2 X X num-traits@0.2.19 X X -num_cpus@1.17.0 X X -object@0.36.7 X X once_cell@1.21.3 X X -opendal@0.54.0 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.4 X X -parking_lot_core@0.9.11 X X -parquet@55.2.0 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 -potential_utf@0.1.3 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.101 X X +proc-macro2@1.0.103 X X quad-rand@0.2.3 X -quick-xml@0.37.5 X -quote@1.0.40 X 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 @@ -191,134 +183,135 @@ 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.17 X -regex@1.11.2 X X -regex-automata@0.4.10 X X -regex-lite@0.1.7 X X -regex-syntax@0.8.6 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.23 X X +reqwest@0.12.25 X X ring@0.17.14 X X roaring@0.11.2 X X -rust_decimal@1.38.0 X -rustc-demangle@0.1.26 X X +rust_decimal@1.39.0 X rustc_version@0.4.1 X X -rustls@0.23.31 X X X -rustls-pki-types@1.12.0 X X -rustls-webpki@0.103.4 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 -scoped-tls@1.0.1 X X scopeguard@1.2.0 X X -semver@1.0.26 X X +semver@1.0.27 X X seq-macro@0.3.6 X X -serde@1.0.219 X X -serde_bytes@0.11.17 X X -serde_derive@1.0.219 X X -serde_json@1.0.143 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.14.0 X X -serde_with_macros@3.14.0 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.0 X X -stable_deref_trait@1.2.0 X X -static_assertions@1.1.0 X 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.106 X 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@1.0.69 X X -thiserror@2.0.16 X X -thiserror-impl@1.0.69 X X -thiserror-impl@2.0.16 X X +thiserror@2.0.17 X X +thiserror-impl@2.0.17 X X thread_local@1.1.9 X X -threadpool@1.8.1 X X thrift@0.17.0 X tiny-keccak@2.0.2 X -tinystr@0.8.1 X -tokio@1.47.1 X -tokio-macros@2.5.0 X -tokio-rustls@0.26.2 X X -tokio-util@0.7.16 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.6 X +tower-http@0.6.8 X tower-layer@0.3.3 X tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.30 X -tracing-core@0.1.34 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.20 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.18.0 X X -unicode-ident@1.0.18 X 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.18.1 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 -wasi@0.14.4+wasi-0.2.4 X X X -wasm-bindgen@0.2.101 X X -wasm-bindgen-backend@0.2.101 X X -wasm-bindgen-futures@0.4.51 X X -wasm-bindgen-macro@0.2.101 X X -wasm-bindgen-macro-support@0.2.101 X X -wasm-bindgen-shared@0.2.101 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.78 X X -webpki-roots@1.0.2 X -windows@0.61.3 X X -windows-collections@0.2.0 X X -windows-core@0.61.2 X X -windows-future@0.2.1 X X -windows-implement@0.60.0 X X -windows-interface@0.59.1 X X -windows-link@0.1.3 X X -windows-link@0.2.0 X X -windows-numerics@0.2.0 X X -windows-result@0.3.4 X X -windows-strings@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-threading@0.1.0 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 -wit-bindgen@0.45.1 X X X -writeable@0.6.1 X -yoke@0.8.0 X -yoke-derive@0.8.0 X -zerocopy@0.8.27 X 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.1 X X -zerotrie@0.2.2 X -zerovec@0.11.4 X -zerovec-derive@0.11.1 X -zlib-rs@0.5.2 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 diff --git a/crates/integrations/datafusion/DEPENDENCIES.rust.tsv b/crates/integrations/datafusion/DEPENDENCIES.rust.tsv index 8fb3e04f80..7a0f57e7a0 100644 --- a/crates/integrations/datafusion/DEPENDENCIES.rust.tsv +++ b/crates/integrations/datafusion/DEPENDENCIES.rust.tsv @@ -1,401 +1,409 @@ -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 -addr2line@0.24.2 X X -adler2@2.0.1 X X X -ahash@0.8.12 X X -aho-corasick@1.1.3 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.99 X X -apache-avro@0.20.0 X -array-init@2.1.0 X X -arrayref@0.3.9 X -arrayvec@0.7.6 X X -arrow@55.2.0 X -arrow-arith@55.2.0 X -arrow-array@55.2.0 X -arrow-buffer@55.2.0 X -arrow-cast@55.2.0 X -arrow-csv@55.2.0 X -arrow-data@55.2.0 X -arrow-ipc@55.2.0 X -arrow-json@55.2.0 X -arrow-ord@55.2.0 X -arrow-row@55.2.0 X -arrow-schema@55.2.0 X -arrow-select@55.2.0 X -arrow-string@55.2.0 X -as-any@0.3.2 X X -async-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.5.2 X -backtrace@0.3.75 X X -base64@0.22.1 X X -bigdecimal@0.4.8 X X -bimap@0.6.3 X X -bitflags@2.9.4 X X -blake2@0.10.6 X X -blake3@1.8.2 X X X -block-buffer@0.10.4 X X -bon@3.7.2 X X -bon-macros@3.7.2 X X -brotli@8.0.2 X X -brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.23.2 X X X -byteorder@1.5.0 X X -bytes@1.10.1 X -bzip2@0.5.2 X X -bzip2-sys@0.1.13+1.0.8 X X -cc@1.2.36 X X -cfg-if@1.0.3 X X -chrono@0.4.42 X X -chrono-tz@0.10.4 X X -comfy-table@7.2.0 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.6 X X -csv@1.3.1 X X -csv-core@0.1.12 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@48.0.1 X -datafusion-catalog@48.0.1 X -datafusion-catalog-listing@48.0.1 X -datafusion-common@48.0.1 X -datafusion-common-runtime@48.0.1 X -datafusion-datasource@48.0.1 X -datafusion-datasource-csv@48.0.1 X -datafusion-datasource-json@48.0.1 X -datafusion-datasource-parquet@48.0.1 X -datafusion-doc@48.0.1 X -datafusion-execution@48.0.1 X -datafusion-expr@48.0.1 X -datafusion-expr-common@48.0.1 X -datafusion-functions@48.0.1 X -datafusion-functions-aggregate@48.0.1 X -datafusion-functions-aggregate-common@48.0.1 X -datafusion-functions-nested@48.0.1 X -datafusion-functions-table@48.0.1 X -datafusion-functions-window@48.0.1 X -datafusion-functions-window-common@48.0.1 X -datafusion-macros@48.0.1 X -datafusion-optimizer@48.0.1 X -datafusion-physical-expr@48.0.1 X -datafusion-physical-expr-common@48.0.1 X -datafusion-physical-optimizer@48.0.1 X -datafusion-physical-plan@48.0.1 X -datafusion-session@48.0.1 X -datafusion-sql@48.0.1 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.13 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.1 X X -fixedbitset@0.5.7 X X -flatbuffers@25.2.10 X -flate2@1.1.2 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-util@0.3.31 X X -generator@0.8.7 X X -generic-array@0.14.7 X -getrandom@0.2.16 X X -getrandom@0.3.3 X X -gimli@0.31.1 X X -glob@0.3.3 X X -gloo-timers@0.3.0 X X -half@2.6.0 X X -hashbrown@0.14.5 X X -hashbrown@0.15.5 X X -heck@0.5.0 X X -hermit-abi@0.5.2 X X -hex@0.4.3 X X -hmac@0.12.1 X X -home@0.5.11 X X -http@1.3.1 X X -http-body@1.0.1 X -http-body-util@0.1.3 X -httparse@1.10.1 X X -humantime@2.2.0 X X -hyper@1.7.0 X -hyper-rustls@0.27.7 X X X -hyper-util@0.1.16 X -iana-time-zone@0.1.63 X X -iana-time-zone-haiku@0.1.2 X X -iceberg@0.7.0 X -iceberg-datafusion@0.7.0 X -iceberg_test_utils@0.7.0 X -icu_collections@2.0.0 X -icu_locale_core@2.0.0 X -icu_normalizer@2.0.0 X -icu_normalizer_data@2.0.0 X -icu_properties@2.0.1 X -icu_properties_data@2.0.1 X -icu_provider@2.0.0 X -ident_case@1.0.1 X X -idna@1.1.0 X X -idna_adapter@1.2.1 X X -indexmap@2.11.0 X X -integer-encoding@3.0.4 X -io-uring@0.7.10 X X -ipnet@2.11.0 X X -iri-string@0.7.8 X X -itertools@0.13.0 X X -itertools@0.14.0 X X -itoa@1.0.15 X X -jobserver@0.1.34 X X -js-sys@0.3.78 X X -lazy_static@1.5.0 X X -lexical-core@1.0.5 X X -lexical-parse-float@1.0.5 X X -lexical-parse-integer@1.0.5 X X -lexical-util@1.0.6 X X -lexical-write-float@1.0.5 X X -lexical-write-integer@1.0.5 X X -libc@0.2.175 X X -libm@0.2.15 X -libz-rs-sys@0.5.2 X -linux-raw-sys@0.9.4 X X X -litemap@0.8.0 X -lock_api@0.4.13 X X -log@0.4.28 X X -loom@0.7.2 X -lz4_flex@0.11.5 X -lzma-sys@0.1.20 X X -matchers@0.2.0 X -md-5@0.10.6 X X -memchr@2.7.5 X X -miniz_oxide@0.8.9 X X X -mio@1.0.4 X -moka@0.12.10 X X -murmur3@0.5.2 X X -nu-ansi-term@0.50.1 X -num@0.4.3 X X -num-bigint@0.4.6 X X -num-complex@0.4.6 X X -num-integer@0.1.46 X X -num-iter@0.1.45 X X -num-rational@0.4.2 X X -num-traits@0.2.19 X X -num_cpus@1.17.0 X X -object@0.36.7 X X -object_store@0.12.3 X X -once_cell@1.21.3 X X -opendal@0.54.0 X -ordered-float@2.10.1 X -ordered-float@4.6.0 X -parking@2.2.1 X X -parking_lot@0.12.4 X X -parking_lot_core@0.9.11 X X -parquet@55.2.0 X -paste@1.0.15 X X -percent-encoding@2.3.2 X X -petgraph@0.8.2 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 -potential_utf@0.1.3 X -ppv-lite86@0.2.21 X X -prettyplease@0.2.37 X X -proc-macro2@1.0.101 X X -psm@0.1.26 X X -quad-rand@0.2.3 X -quick-xml@0.37.5 X -quote@1.0.40 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.17 X -regex@1.11.2 X X -regex-automata@0.4.10 X X -regex-lite@0.1.7 X X -regex-syntax@0.8.6 X X -reqsign@0.16.5 X -reqwest@0.12.23 X X -ring@0.17.14 X X -roaring@0.11.2 X X -rust_decimal@1.38.0 X -rustc-demangle@0.1.26 X X -rustc_version@0.4.1 X X -rustix@1.0.8 X X X -rustls@0.23.31 X X X -rustls-pki-types@1.12.0 X X -rustls-webpki@0.103.4 X -rustversion@1.0.22 X X -ryu@1.0.20 X X -same-file@1.0.6 X X -scoped-tls@1.0.1 X X -scopeguard@1.2.0 X X -semver@1.0.26 X X -seq-macro@0.3.6 X X -serde@1.0.219 X X -serde_bytes@0.11.17 X X -serde_derive@1.0.219 X X -serde_json@1.0.143 X X -serde_repr@0.1.20 X X -serde_urlencoded@0.7.1 X X -serde_with@3.14.0 X X -serde_with_macros@3.14.0 X X -sha1@0.10.6 X X -sha2@0.10.9 X X -sharded-slab@0.1.7 X -shlex@1.3.0 X 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.0 X X -sqlparser@0.55.0 X -sqlparser_derive@0.3.0 X -stable_deref_trait@1.2.0 X X -stacker@0.1.21 X X -static_assertions@1.1.0 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.106 X X -sync_wrapper@1.0.2 X -synstructure@0.13.2 X -tagptr@0.2.0 X X -tempfile@3.22.0 X X -thiserror@1.0.69 X X -thiserror@2.0.16 X X -thiserror-impl@1.0.69 X X -thiserror-impl@2.0.16 X X -thread_local@1.1.9 X X -threadpool@1.8.1 X X -thrift@0.17.0 X -tiny-keccak@2.0.2 X -tinystr@0.8.1 X -tokio@1.47.1 X -tokio-macros@2.5.0 X -tokio-rustls@0.26.2 X X -tokio-util@0.7.16 X -tower@0.5.2 X -tower-http@0.6.6 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.30 X -tracing-core@0.1.34 X -tracing-log@0.2.0 X -tracing-subscriber@0.3.20 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.18.0 X X -unicode-ident@1.0.18 X X X -unicode-segmentation@1.12.0 X X -unicode-width@0.2.1 X X -untrusted@0.9.0 X -url@2.5.7 X X -utf8_iter@1.0.4 X X -uuid@1.18.1 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 -wasi@0.14.4+wasi-0.2.4 X X X -wasm-bindgen@0.2.101 X X -wasm-bindgen-backend@0.2.101 X X -wasm-bindgen-futures@0.4.51 X X -wasm-bindgen-macro@0.2.101 X X -wasm-bindgen-macro-support@0.2.101 X X -wasm-bindgen-shared@0.2.101 X X -wasm-streams@0.4.2 X X -web-sys@0.3.78 X X -web-time@1.1.0 X X -webpki-roots@1.0.2 X -winapi-util@0.1.11 X X -windows@0.61.3 X X -windows-collections@0.2.0 X X -windows-core@0.61.2 X X -windows-future@0.2.1 X X -windows-implement@0.60.0 X X -windows-interface@0.59.1 X X -windows-link@0.1.3 X X -windows-link@0.2.0 X X -windows-numerics@0.2.0 X X -windows-result@0.3.4 X X -windows-strings@0.4.2 X X -windows-sys@0.52.0 X X -windows-sys@0.59.0 X X -windows-sys@0.61.0 X X -windows-targets@0.52.6 X X -windows-threading@0.1.0 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X X -wit-bindgen@0.45.1 X X X -writeable@0.6.1 X -xz2@0.1.7 X X -yoke@0.8.0 X -yoke-derive@0.8.0 X -zerocopy@0.8.27 X X X -zerofrom@0.1.6 X -zerofrom-derive@0.1.6 X -zeroize@1.8.1 X X -zerotrie@0.2.2 X -zerovec@0.11.4 X -zerovec-derive@0.11.1 X -zlib-rs@0.5.2 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 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 diff --git a/crates/integrations/playground/DEPENDENCIES.rust.tsv b/crates/integrations/playground/DEPENDENCIES.rust.tsv index 84dd20ed3e..8f57b1d9ae 100644 --- a/crates/integrations/playground/DEPENDENCIES.rust.tsv +++ b/crates/integrations/playground/DEPENDENCIES.rust.tsv @@ -1,509 +1,492 @@ -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 -addr2line@0.24.2 X X -adler2@2.0.1 X X X -adler32@1.2.0 X -ahash@0.8.12 X X -aho-corasick@1.1.3 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.20 X X -anstyle@1.0.11 X X -anstyle-parse@0.2.7 X X -anstyle-query@1.1.4 X X -anstyle-wincon@3.0.10 X X -anyhow@1.0.99 X X -apache-avro@0.17.0 X -apache-avro@0.20.0 X -array-init@2.1.0 X X -arrayref@0.3.9 X -arrayvec@0.7.6 X X -arrow@55.2.0 X -arrow-arith@55.2.0 X -arrow-array@55.2.0 X -arrow-buffer@55.2.0 X -arrow-cast@55.2.0 X -arrow-csv@55.2.0 X -arrow-data@55.2.0 X -arrow-ipc@55.2.0 X -arrow-json@55.2.0 X -arrow-ord@55.2.0 X -arrow-row@55.2.0 X -arrow-schema@55.2.0 X -arrow-select@55.2.0 X -arrow-string@55.2.0 X -as-any@0.3.2 X X -async-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.6 X -aws-credential-types@1.2.6 X -aws-runtime@1.5.10 X -aws-sdk-sso@1.83.0 X -aws-sdk-ssooidc@1.84.0 X -aws-sdk-sts@1.85.0 X -aws-sigv4@1.3.4 X -aws-smithy-async@1.2.5 X -aws-smithy-http@0.62.3 X -aws-smithy-http-client@1.1.1 X -aws-smithy-json@0.61.5 X -aws-smithy-observability@0.1.3 X -aws-smithy-query@0.60.7 X -aws-smithy-runtime@1.9.1 X -aws-smithy-runtime-api@1.9.0 X -aws-smithy-types@1.3.2 X -aws-smithy-xml@0.60.10 X -aws-types@1.3.8 X -backon@1.5.2 X -backtrace@0.3.75 X X -base64@0.22.1 X X -base64-simd@0.8.0 X -bigdecimal@0.4.8 X X -bimap@0.6.3 X X -bitflags@2.9.4 X X -blake2@0.10.6 X X -blake3@1.8.2 X X X -block-buffer@0.10.4 X X -bon@3.7.2 X X -bon-macros@3.7.2 X X -brotli@8.0.2 X X -brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -bytemuck@1.23.2 X X X -byteorder@1.5.0 X X -bytes@1.10.1 X -bytes-utils@0.1.4 X X -bzip2@0.4.4 X X -bzip2@0.5.2 X X -bzip2-sys@0.1.13+1.0.8 X X -cc@1.2.36 X X -cfg-if@1.0.3 X X -cfg_aliases@0.2.1 X -chrono@0.4.42 X X -chrono-tz@0.10.4 X X -clap@4.5.47 X X -clap_builder@4.5.47 X X -clap_derive@4.5.47 X X -clap_lex@0.7.5 X X -clipboard-win@5.4.1 X -colorchoice@1.0.4 X X -comfy-table@7.2.0 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 -core2@0.4.0 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.6 X X -csv@1.3.1 X X -csv-core@0.1.12 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 -dary_heap@0.3.7 X X -dashmap@6.1.0 X -datafusion@48.0.1 X -datafusion-catalog@48.0.1 X -datafusion-catalog-listing@48.0.1 X -datafusion-cli@48.0.1 X -datafusion-common@48.0.1 X -datafusion-common-runtime@48.0.1 X -datafusion-datasource@48.0.1 X -datafusion-datasource-avro@48.0.1 X -datafusion-datasource-csv@48.0.1 X -datafusion-datasource-json@48.0.1 X -datafusion-datasource-parquet@48.0.1 X -datafusion-doc@48.0.1 X -datafusion-execution@48.0.1 X -datafusion-expr@48.0.1 X -datafusion-expr-common@48.0.1 X -datafusion-functions@48.0.1 X -datafusion-functions-aggregate@48.0.1 X -datafusion-functions-aggregate-common@48.0.1 X -datafusion-functions-nested@48.0.1 X -datafusion-functions-table@48.0.1 X -datafusion-functions-window@48.0.1 X -datafusion-functions-window-common@48.0.1 X -datafusion-macros@48.0.1 X -datafusion-optimizer@48.0.1 X -datafusion-physical-expr@48.0.1 X -datafusion-physical-expr-common@48.0.1 X -datafusion-physical-optimizer@48.0.1 X -datafusion-physical-plan@48.0.1 X -datafusion-session@48.0.1 X -datafusion-sql@48.0.1 X -deranged@0.5.3 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.3 X X -env_logger@0.11.8 X X -equivalent@1.0.2 X X -errno@0.3.13 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.1 X X -fixedbitset@0.5.7 X X -flatbuffers@25.2.10 X -flate2@1.1.2 X X -fnv@1.0.7 X X -foldhash@0.1.5 X -form_urlencoded@1.2.2 X X -fs-err@3.1.1 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 -generator@0.8.7 X X -generic-array@0.14.7 X -getrandom@0.2.16 X X -getrandom@0.3.3 X X -gimli@0.31.1 X X -glob@0.3.3 X X -gloo-timers@0.3.0 X X -h2@0.4.12 X -half@2.6.0 X X -hashbrown@0.14.5 X X -hashbrown@0.15.5 X X -heck@0.5.0 X X -hermit-abi@0.5.2 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.3.1 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.2.0 X X -hyper@1.7.0 X -hyper-rustls@0.27.7 X X X -hyper-util@0.1.16 X -iana-time-zone@0.1.63 X X -iana-time-zone-haiku@0.1.2 X X -iceberg@0.7.0 X -iceberg-catalog-rest@0.7.0 X -iceberg-datafusion@0.7.0 X -iceberg-playground@0.7.0 X -iceberg_test_utils@0.7.0 X -icu_collections@2.0.0 X -icu_locale_core@2.0.0 X -icu_normalizer@2.0.0 X -icu_normalizer_data@2.0.0 X -icu_properties@2.0.1 X -icu_properties_data@2.0.1 X -icu_provider@2.0.0 X -ident_case@1.0.1 X X -idna@1.1.0 X X -idna_adapter@1.2.1 X X -indexmap@2.11.0 X X -integer-encoding@3.0.4 X -io-uring@0.7.10 X X -ipnet@2.11.0 X X -iri-string@0.7.8 X X -is_terminal_polyfill@1.70.1 X X -itertools@0.13.0 X X -itertools@0.14.0 X X -itoa@1.0.15 X X -jiff@0.2.15 X X -jobserver@0.1.34 X X -js-sys@0.3.78 X X -lazy_static@1.5.0 X X -lexical-core@1.0.5 X X -lexical-parse-float@1.0.5 X X -lexical-parse-integer@1.0.5 X X -lexical-util@1.0.6 X X -lexical-write-float@1.0.5 X X -lexical-write-integer@1.0.5 X X -libc@0.2.175 X X -libflate@2.1.0 X -libflate_lz77@2.1.0 X -libm@0.2.15 X -libmimalloc-sys@0.1.44 X -libredox@0.1.9 X -libz-rs-sys@0.5.2 X -linux-raw-sys@0.9.4 X X X -litemap@0.8.0 X -lock_api@0.4.13 X X -log@0.4.28 X X -loom@0.7.2 X -lz4_flex@0.11.5 X -lzma-sys@0.1.20 X X -matchers@0.2.0 X -md-5@0.10.6 X X -memchr@2.7.5 X X -mimalloc@0.1.48 X -miniz_oxide@0.8.9 X X X -mio@1.0.4 X -moka@0.12.10 X X -murmur3@0.5.2 X X -nibble_vec@0.1.0 X -nix@0.30.1 X -nu-ansi-term@0.50.1 X -num@0.4.3 X 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-iter@0.1.45 X X -num-rational@0.4.2 X X -num-traits@0.2.19 X X -num_cpus@1.17.0 X X -object@0.36.7 X X -object_store@0.12.3 X X -once_cell@1.21.3 X X -once_cell_polyfill@1.70.1 X X -opendal@0.54.0 X -openssl-probe@0.1.6 X X -option-ext@0.2.0 X -ordered-float@2.10.1 X -ordered-float@4.6.0 X -outref@0.5.2 X -parking@2.2.1 X X -parking_lot@0.12.4 X X -parking_lot_core@0.9.11 X X -parquet@55.2.0 X -paste@1.0.15 X X -percent-encoding@2.3.2 X X -petgraph@0.8.2 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.3 X -powerfmt@0.2.0 X X -ppv-lite86@0.2.21 X X -prettyplease@0.2.37 X X -proc-macro2@1.0.101 X X -psm@0.1.26 X X -quad-rand@0.2.3 X -quick-xml@0.37.5 X -quick-xml@0.38.3 X -quote@1.0.40 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.17 X -redox_users@0.5.2 X -regex@1.11.2 X X -regex-automata@0.4.10 X X -regex-lite@0.1.7 X X -regex-syntax@0.8.6 X X -reqsign@0.16.5 X -reqwest@0.12.23 X X -ring@0.17.14 X X -rle-decode-fast@1.0.3 X X -roaring@0.11.2 X X -rust_decimal@1.38.0 X -rustc-demangle@0.1.26 X X -rustc_version@0.4.1 X X -rustix@1.0.8 X X X -rustls@0.23.31 X X X -rustls-native-certs@0.8.1 X X X -rustls-pemfile@2.2.0 X X X -rustls-pki-types@1.12.0 X X -rustls-webpki@0.103.4 X -rustversion@1.0.22 X X -rustyline@16.0.0 X -ryu@1.0.20 X X -same-file@1.0.6 X X -schannel@0.1.27 X -scoped-tls@1.0.1 X X -scopeguard@1.2.0 X X -security-framework@3.4.0 X X -security-framework-sys@2.15.0 X X -semver@1.0.26 X X -seq-macro@0.3.6 X X -serde@1.0.219 X X -serde_bytes@0.11.17 X X -serde_derive@1.0.219 X X -serde_json@1.0.143 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.14.0 X X -serde_with_macros@3.14.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.6 X 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.0 X X -sqlparser@0.55.0 X -sqlparser_derive@0.3.0 X -stable_deref_trait@1.2.0 X X -stacker@0.1.21 X X -static_assertions@1.1.0 X X -strsim@0.11.1 X -strum@0.26.3 X -strum@0.27.2 X -strum_macros@0.26.4 X -strum_macros@0.27.2 X -subtle@2.6.1 X -syn@2.0.106 X X -sync_wrapper@1.0.2 X -synstructure@0.13.2 X -tagptr@0.2.0 X X -tempfile@3.22.0 X X -thiserror@1.0.69 X X -thiserror@2.0.16 X X -thiserror-impl@1.0.69 X X -thiserror-impl@2.0.16 X X -thread_local@1.1.9 X X -threadpool@1.8.1 X X -thrift@0.17.0 X -time@0.3.43 X X -time-core@0.1.6 X X -tiny-keccak@2.0.2 X -tinystr@0.8.1 X -tokio@1.47.1 X -tokio-macros@2.5.0 X -tokio-rustls@0.26.2 X X -tokio-util@0.7.16 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.2 X -tower-http@0.6.6 X -tower-layer@0.3.3 X -tower-service@0.3.3 X -tracing@0.1.41 X -tracing-attributes@0.1.30 X -tracing-core@0.1.34 X -tracing-log@0.2.0 X -tracing-subscriber@0.3.20 X -try-lock@0.2.5 X -twox-hash@2.1.2 X -typed-builder@0.19.1 X X -typed-builder@0.20.1 X X -typed-builder-macro@0.19.1 X X -typed-builder-macro@0.20.1 X X -typenum@1.18.0 X X -unicode-ident@1.0.18 X X X -unicode-segmentation@1.12.0 X X -unicode-width@0.2.1 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.18.1 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 -wasi@0.14.4+wasi-0.2.4 X X X -wasm-bindgen@0.2.101 X X -wasm-bindgen-backend@0.2.101 X X -wasm-bindgen-futures@0.4.51 X X -wasm-bindgen-macro@0.2.101 X X -wasm-bindgen-macro-support@0.2.101 X X -wasm-bindgen-shared@0.2.101 X X -wasm-streams@0.4.2 X X -web-sys@0.3.78 X X -web-time@1.1.0 X X -webpki-roots@1.0.2 X -winapi-util@0.1.11 X X -windows@0.61.3 X X -windows-collections@0.2.0 X X -windows-core@0.61.2 X X -windows-future@0.2.1 X X -windows-implement@0.60.0 X X -windows-interface@0.59.1 X X -windows-link@0.1.3 X X -windows-link@0.2.0 X X -windows-numerics@0.2.0 X X -windows-result@0.3.4 X X -windows-strings@0.4.2 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.0 X X -windows-targets@0.52.6 X X -windows-targets@0.53.3 X X -windows-threading@0.1.0 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_gnullvm@0.53.0 X X -windows_aarch64_msvc@0.52.6 X X -windows_aarch64_msvc@0.53.0 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnu@0.53.0 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_gnullvm@0.53.0 X X -windows_i686_msvc@0.52.6 X X -windows_i686_msvc@0.53.0 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnu@0.53.0 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_gnullvm@0.53.0 X X -windows_x86_64_msvc@0.52.6 X X -windows_x86_64_msvc@0.53.0 X X -winnow@0.7.13 X -wit-bindgen@0.45.1 X X X -writeable@0.6.1 X -xmlparser@0.13.6 X X -xz2@0.1.7 X X -yoke@0.8.0 X -yoke-derive@0.8.0 X -zerocopy@0.8.27 X X X -zerofrom@0.1.6 X -zerofrom-derive@0.1.6 X -zeroize@1.8.1 X X -zerotrie@0.2.2 X -zerovec@0.11.4 X -zerovec-derive@0.11.1 X -zlib-rs@0.5.2 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 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 diff --git a/crates/sqllogictest/DEPENDENCIES.rust.tsv b/crates/sqllogictest/DEPENDENCIES.rust.tsv index e8af062ea3..94bd88e2e6 100644 --- a/crates/sqllogictest/DEPENDENCIES.rust.tsv +++ b/crates/sqllogictest/DEPENDENCIES.rust.tsv @@ -1,398 +1,482 @@ -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 -addr2line@0.24.2 X X -adler2@2.0.1 X X X -adler32@1.2.0 X -ahash@0.8.12 X X -aho-corasick@1.1.3 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.20 X X -anstyle@1.0.11 X X -anstyle-parse@0.2.7 X X -anstyle-query@1.1.4 X X -anstyle-wincon@3.0.10 X X -anyhow@1.0.99 X X -apache-avro@0.17.0 X -arrayref@0.3.9 X -arrayvec@0.7.6 X X -arrow@55.2.0 X -arrow-arith@55.2.0 X -arrow-array@55.2.0 X -arrow-buffer@55.2.0 X -arrow-cast@55.2.0 X -arrow-csv@55.2.0 X -arrow-data@55.2.0 X -arrow-ipc@55.2.0 X -arrow-json@55.2.0 X -arrow-ord@55.2.0 X -arrow-row@55.2.0 X -arrow-schema@55.2.0 X -arrow-select@55.2.0 X -arrow-string@55.2.0 X -async-compression@0.4.19 X X -async-recursion@1.1.1 X X -async-trait@0.1.89 X X -atoi@2.0.0 X -autocfg@1.5.0 X X -backtrace@0.3.75 X X -base64@0.21.7 X X -base64@0.22.1 X X -bigdecimal@0.4.8 X X -bitflags@2.9.4 X X -blake2@0.10.6 X X -blake3@1.8.2 X X X -block-buffer@0.10.4 X X -brotli@8.0.2 X X -brotli-decompressor@5.0.0 X X -bumpalo@3.19.0 X X -byteorder@1.5.0 X X -bytes@1.10.1 X -bzip2@0.4.4 X X -bzip2@0.5.2 X X -bzip2-sys@0.1.13+1.0.8 X X -cc@1.2.36 X X -cfg-if@1.0.3 X X -chrono@0.4.42 X X -chrono-tz@0.10.4 X X -clap@4.5.47 X X -clap_builder@4.5.47 X X -clap_derive@4.5.47 X X -clap_lex@0.7.5 X X -colorchoice@1.0.4 X X -comfy-table@7.2.0 X -console@0.15.11 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 -core2@0.4.0 X X -cpufeatures@0.2.17 X X -crc32fast@1.5.0 X X -crossbeam-utils@0.8.21 X X -crunchy@0.2.4 X -crypto-common@0.1.6 X X -csv@1.3.1 X X -csv-core@0.1.12 X X -dary_heap@0.3.7 X X -dashmap@6.1.0 X -datafusion@48.0.1 X -datafusion-catalog@48.0.1 X -datafusion-catalog-listing@48.0.1 X -datafusion-common@48.0.1 X -datafusion-common-runtime@48.0.1 X -datafusion-datasource@48.0.1 X -datafusion-datasource-avro@48.0.1 X -datafusion-datasource-csv@48.0.1 X -datafusion-datasource-json@48.0.1 X -datafusion-datasource-parquet@48.0.1 X -datafusion-doc@48.0.1 X -datafusion-execution@48.0.1 X -datafusion-expr@48.0.1 X -datafusion-expr-common@48.0.1 X -datafusion-functions@48.0.1 X -datafusion-functions-aggregate@48.0.1 X -datafusion-functions-aggregate-common@48.0.1 X -datafusion-functions-nested@48.0.1 X -datafusion-functions-table@48.0.1 X -datafusion-functions-window@48.0.1 X -datafusion-functions-window-common@48.0.1 X -datafusion-macros@48.0.1 X -datafusion-optimizer@48.0.1 X -datafusion-physical-expr@48.0.1 X -datafusion-physical-expr-common@48.0.1 X -datafusion-physical-optimizer@48.0.1 X -datafusion-physical-plan@48.0.1 X -datafusion-session@48.0.1 X -datafusion-spark@48.0.1 X -datafusion-sql@48.0.1 X -datafusion-sqllogictest@48.0.1 X -datafusion-substrait@48.0.1 X -digest@0.10.7 X X -displaydoc@0.2.5 X 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.0 X -enum-ordinalize-derive@4.3.1 X -equivalent@1.0.2 X X -errno@0.3.13 X X -escape8259@0.5.3 X -fallible-iterator@0.2.0 X X -fastrand@2.3.0 X X -find-msvc-tools@0.1.1 X X -fixedbitset@0.5.7 X X -flatbuffers@25.2.10 X -flate2@1.1.2 X X -fnv@1.0.7 X X -foldhash@0.1.5 X -form_urlencoded@1.2.2 X X -fs-err@3.1.1 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.3 X X -gimli@0.31.1 X X -glob@0.3.3 X X -half@2.6.0 X X -hashbrown@0.14.5 X X -hashbrown@0.15.5 X X -heck@0.5.0 X X -hex@0.4.3 X X -hmac@0.12.1 X X -http@1.3.1 X X -humantime@2.2.0 X X -iana-time-zone@0.1.63 X X -iana-time-zone-haiku@0.1.2 X X -iceberg-sqllogictest@0.7.0 X -icu_collections@2.0.0 X -icu_locale_core@2.0.0 X -icu_normalizer@2.0.0 X -icu_normalizer_data@2.0.0 X -icu_properties@2.0.1 X -icu_properties_data@2.0.1 X -icu_provider@2.0.0 X -idna@1.1.0 X X -idna_adapter@1.2.1 X X -indexmap@2.11.0 X X -indicatif@0.17.11 X -integer-encoding@3.0.4 X -io-uring@0.7.10 X X -is_terminal_polyfill@1.70.1 X X -itertools@0.13.0 X X -itertools@0.14.0 X X -itoa@1.0.15 X X -jobserver@0.1.34 X X -js-sys@0.3.78 X X -lexical-core@1.0.5 X X -lexical-parse-float@1.0.5 X X -lexical-parse-integer@1.0.5 X X -lexical-util@1.0.6 X X -lexical-write-float@1.0.5 X X -lexical-write-integer@1.0.5 X X -libc@0.2.175 X X -libflate@2.1.0 X -libflate_lz77@2.1.0 X -libm@0.2.15 X -libtest-mimic@0.8.1 X X -libz-rs-sys@0.5.2 X -linux-raw-sys@0.9.4 X X X -litemap@0.8.0 X -lock_api@0.4.13 X X -log@0.4.28 X X -lz4_flex@0.11.5 X -lzma-sys@0.1.20 X X -md-5@0.10.6 X X -memchr@2.7.5 X X -miniz_oxide@0.8.9 X X X -mio@1.0.4 X -multimap@0.10.1 X X -num@0.4.3 X X -num-bigint@0.4.6 X X -num-complex@0.4.6 X X -num-integer@0.1.46 X X -num-iter@0.1.45 X X -num-rational@0.4.2 X X -num-traits@0.2.19 X X -number_prefix@0.4.0 X -object@0.36.7 X X -object_store@0.12.3 X X -once_cell@1.21.3 X X -once_cell_polyfill@1.70.1 X X -ordered-float@2.10.1 X -owo-colors@4.2.2 X -parking_lot@0.12.4 X X -parking_lot_core@0.9.11 X X -parquet@55.2.0 X -paste@1.0.15 X X -pbjson@0.7.0 X -pbjson-build@0.7.0 X -pbjson-types@0.7.0 X -percent-encoding@2.3.2 X X -petgraph@0.7.1 X X -petgraph@0.8.2 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 -postgres-protocol@0.6.8 X X -postgres-types@0.2.9 X X -potential_utf@0.1.3 X -ppv-lite86@0.2.21 X X -prettyplease@0.2.37 X X -proc-macro2@1.0.101 X X -prost@0.13.5 X -prost-build@0.13.5 X -prost-derive@0.13.5 X -prost-types@0.13.5 X -psm@0.1.26 X X -quad-rand@0.2.3 X -quote@1.0.40 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.17 X -regex@1.11.2 X X -regex-automata@0.4.10 X X -regex-lite@0.1.7 X X -regex-syntax@0.8.6 X X -regress@0.10.4 X X -rle-decode-fast@1.0.3 X X -rust_decimal@1.38.0 X -rustc-demangle@0.1.26 X X -rustc_version@0.4.1 X X -rustix@1.0.8 X X 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.26 X X -seq-macro@0.3.6 X X -serde@1.0.219 X X -serde_bytes@0.11.17 X X -serde_derive@1.0.219 X X -serde_derive_internals@0.29.1 X X -serde_json@1.0.143 X X -serde_spanned@0.6.9 X X -serde_tokenstream@0.2.2 X -serde_yaml@0.9.34+deprecated X X -sha2@0.10.9 X X -shlex@1.3.0 X 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 -sqllogictest@0.28.4 X X -sqlparser@0.55.0 X -sqlparser_derive@0.3.0 X -stable_deref_trait@1.2.0 X X -stacker@0.1.21 X X -static_assertions@1.1.0 X X -stringprep@0.1.5 X X -strsim@0.11.1 X -strum@0.26.3 X -strum_macros@0.26.4 X -subst@0.3.8 X X -substrait@0.56.0 X -subtle@2.6.1 X -syn@2.0.106 X X -synstructure@0.13.2 X -tempfile@3.22.0 X X -thiserror@1.0.69 X X -thiserror@2.0.16 X X -thiserror-impl@1.0.69 X X -thiserror-impl@2.0.16 X X -thrift@0.17.0 X -tiny-keccak@2.0.2 X -tinystr@0.8.1 X -tinyvec@1.10.0 X X X -tinyvec_macros@0.1.1 X X X -tokio@1.47.1 X -tokio-macros@2.5.0 X -tokio-util@0.7.16 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 -tracing@0.1.41 X -tracing-attributes@0.1.30 X -tracing-core@0.1.34 X -twox-hash@2.1.2 X -typed-builder@0.19.1 X X -typed-builder-macro@0.19.1 X X -typenum@1.18.0 X X -typify@0.4.3 X -typify-impl@0.4.3 X -typify-macro@0.4.3 X -unicode-bidi@0.3.18 X X -unicode-ident@1.0.18 X X X -unicode-normalization@0.1.24 X X -unicode-properties@0.1.3 X X -unicode-segmentation@1.12.0 X X -unicode-width@0.1.14 X X -unicode-width@0.2.1 X X -unsafe-libyaml@0.2.11 X -url@2.5.7 X X -utf8_iter@1.0.4 X X -utf8parse@0.2.2 X X -uuid@1.18.1 X X -version_check@0.9.5 X X -walkdir@2.5.0 X X -wasi@0.11.1+wasi-snapshot-preview1 X X X -wasi@0.14.4+wasi-0.2.4 X X X -wasm-bindgen@0.2.101 X X -wasm-bindgen-backend@0.2.101 X X -wasm-bindgen-futures@0.4.51 X X -wasm-bindgen-macro@0.2.101 X X -wasm-bindgen-macro-support@0.2.101 X X -wasm-bindgen-shared@0.2.101 X X -web-sys@0.3.78 X X -web-time@1.1.0 X X -winapi-util@0.1.11 X X -windows-core@0.61.2 X X -windows-implement@0.60.0 X X -windows-interface@0.59.1 X X -windows-link@0.1.3 X X -windows-link@0.2.0 X X -windows-result@0.3.4 X X -windows-strings@0.4.2 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.0 X X -windows-targets@0.52.6 X X -windows-targets@0.53.3 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_gnullvm@0.53.0 X X -windows_aarch64_msvc@0.52.6 X X -windows_aarch64_msvc@0.53.0 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnu@0.53.0 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_gnullvm@0.53.0 X X -windows_i686_msvc@0.52.6 X X -windows_i686_msvc@0.53.0 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnu@0.53.0 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_gnullvm@0.53.0 X X -windows_x86_64_msvc@0.52.6 X X -windows_x86_64_msvc@0.53.0 X X -winnow@0.7.13 X -wit-bindgen@0.45.1 X X X -writeable@0.6.1 X -xz2@0.1.7 X X -yoke@0.8.0 X -yoke-derive@0.8.0 X -zerocopy@0.8.27 X X X -zerofrom@0.1.6 X -zerofrom-derive@0.1.6 X -zerotrie@0.2.2 X -zerovec@0.11.4 X -zerovec-derive@0.11.1 X -zlib-rs@0.5.2 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 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 diff --git a/crates/test_utils/DEPENDENCIES.rust.tsv b/crates/test_utils/DEPENDENCIES.rust.tsv index ef7c315df7..879ead5921 100644 --- a/crates/test_utils/DEPENDENCIES.rust.tsv +++ b/crates/test_utils/DEPENDENCIES.rust.tsv @@ -1,30 +1,22 @@ crate Apache-2.0 MIT Unicode-3.0 -cfg-if@1.0.3 X X -iceberg_test_utils@0.7.0 X +cfg-if@1.0.4 X X +iceberg_test_utils@0.8.0 X lazy_static@1.5.0 X X -log@0.4.28 X X -nu-ansi-term@0.50.1 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.101 X X -quote@1.0.40 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.106 X X +syn@2.0.111 X X thread_local@1.1.9 X X -tracing@0.1.41 X -tracing-attributes@0.1.30 X -tracing-core@0.1.34 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.20 X -unicode-ident@1.0.18 X X X -windows-sys@0.52.0 X X -windows-targets@0.52.6 X X -windows_aarch64_gnullvm@0.52.6 X X -windows_aarch64_msvc@0.52.6 X X -windows_i686_gnu@0.52.6 X X -windows_i686_gnullvm@0.52.6 X X -windows_i686_msvc@0.52.6 X X -windows_x86_64_gnu@0.52.6 X X -windows_x86_64_gnullvm@0.52.6 X X -windows_x86_64_msvc@0.52.6 X 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 diff --git a/deny.toml b/deny.toml index 6d75c5d219..0f88ba6d0e 100644 --- a/deny.toml +++ b/deny.toml @@ -26,6 +26,7 @@ allow = [ "CC0-1.0", "Zlib", "CDLA-Permissive-2.0", + "bzip2-1.0.6", # Category-A: https://issues.apache.org/jira/browse/LEGAL-660 "Unicode-3.0", # Boost Software License Version 1.0 is allowed (Category-A): @@ -39,4 +40,4 @@ exceptions = [ { allow = ["MPL-2.0"], crate = "webpki-roots" }, { allow = ["MPL-2.0"], crate = "generational-arena" }, { allow = ["MPL-2.0"], crate = "option-ext" }, -] \ No newline at end of file +]