Skip to content

chore(deps): bump the apache group across 1 directory with 44 updates#513

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/apache-38e63f384a
Open

chore(deps): bump the apache group across 1 directory with 44 updates#513
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/apache-38e63f384a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Bumps the apache group with 6 updates in the / directory:

Package From To
arrow 57.3.0 58.3.0
datafusion 52.5.0 53.1.0
datafusion-common 52.5.0 53.1.0
datafusion-execution 52.5.0 53.1.0
datafusion-expr 52.5.0 53.1.0
datafusion-sql 52.5.0 53.1.0

Updates arrow from 57.3.0 to 58.3.0

Release notes

Sourced from arrow's releases.

arrow 58.3.0

Changelog

58.3.0 (2026-05-07)

Full Changelog

Implemented enhancements:

  • Add DatePart::from_str API #9930 [arrow]
  • should use DictionaryArray::with_values instead of try_new on the dictionary fast path #9889 [arrow]
  • [arrow-string] add concat_elements for BinaryViewArray and FixedSizeBinary #9875 [arrow]
  • Expose eq ignore ascii case from arrow-string #9870 [arrow]
  • Configurable data page v2 compression threshold #9827 [parquet]

Fixed bugs:

  • [arrow-cast] incorrect Time32 -> Time64 conversion #9851 [arrow]
  • Panic when reading malformed compact-Thrift bool fields in Parquet page metadata #9839 [parquet]
  • Parquet DeltaBitPackDecoder::skip could panic on "non-standard" miniblocks #9793 [parquet]

Documentation updates:

  • docs: Add guidance for AI assisted submissions to CONTRIBUTING.md #9892 (etseidl)
  • Update release schedule on README #9881 (alamb)
  • Add more documentation for FixedSizeBinary arrays #9866 [arrow] (alamb)
  • Minor: document why FixedSizeBinary offset is always 0 #9861 [arrow] (alamb)
  • docs: Update contributing guidelines with benchmark results #9782 (alamb)

Closed issues:

... (truncated)

Changelog

Sourced from arrow's changelog.

Changelog

59.0.0 (2026-06-04)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Allow casting plain struct to dictionary encoded struct #10038 [arrow]
  • Optimize arrow-flight #10029
  • Align buffers when importing via from_ffi / ArrowArrayStreamReader #10028 [arrow]
  • Switch Parquet LogicalType enum to macro generated version #9995 [parquet]
  • Future proof Parquet Thrift parser #9973 [parquet]
  • Add DatePart 1-indexed variants #9964 [arrow]
  • perf: Rework Parquet Thrift handling of boolean fields #9946 [parquet]
  • Add benchmarks for REE to parquet #9935 [parquet] [arrow]
  • (re) Allow Large FixedSizeBinaryArrays #9906 [arrow]
  • Add a is_normalized flag to DictionaryArray #9841

... (truncated)

Commits
  • 913bab2 Prepare for 58.3.0 release (#9893)
  • 3384f64 chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 (#9932)
  • cc5a256 impl FromStr for DatePart (#9931)
  • 97ff198 feat(arrow-string): concat_elements for view, fixed binary (#9876)
  • ded985c fix(arrow-csv): bound RecordDecoder::flush offset accumulation (#9886)
  • 7f6524d fix(parquet): bound schema num_children before Vec::with_capacity (#9884)
  • 5bf8912 [arrow-string]: add like::eq_ascii_ignore_case kernel (#9871)
  • 8091f3f [arrow-array] Use consistent value_length name in FixedSizeBinaryArray (#9905)
  • 1d89737 fix(parquet): Prevent negative list sizes in Thrift compact protocol parser (...
  • 3790d88 Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity (#9908)
  • Additional commits viewable in compare view

Updates datafusion from 52.5.0 to 53.1.0

Commits
  • eae7bf4 [branch-53] Update version and add Changelog (#21559)
  • 637acc4 [branch-53] chore: update deps for cargo audit (#21415) (#21587)
  • 01f2d91 [branch-53] Restore Sort unparser guard for correct ORDER BY placement (#2065...
  • 242fb76 [branch-53] fix: foreign inner ffi types (#21439) (#21524)
  • 6fc7114 [branch-53] fix: FilterExec should drop projection when apply projection push...
  • 61d8483 [branch-53] fix: use datafusion_expr instead of datafusion crate in spark bit...
  • 3224e0c [branch-53] fix: use spill writer's schema instead of the first batch schema ...
  • d24faa0 [branch-53] chore: Optimize schema rewriter usages (#21158) (#21183)
  • c45c2ce [branch-53] Substrait join consumer should not merge nullability of join keys...
  • 2c3a360 [branch-53] Fix push_down_filter for children with non-empty fetch fields (#2...
  • Additional commits viewable in compare view

Updates datafusion-common from 52.5.0 to 53.1.0

Commits
  • eae7bf4 [branch-53] Update version and add Changelog (#21559)
  • 637acc4 [branch-53] chore: update deps for cargo audit (#21415) (#21587)
  • 01f2d91 [branch-53] Restore Sort unparser guard for correct ORDER BY placement (#2065...
  • 242fb76 [branch-53] fix: foreign inner ffi types (#21439) (#21524)
  • 6fc7114 [branch-53] fix: FilterExec should drop projection when apply projection push...
  • 61d8483 [branch-53] fix: use datafusion_expr instead of datafusion crate in spark bit...
  • 3224e0c [branch-53] fix: use spill writer's schema instead of the first batch schema ...
  • d24faa0 [branch-53] chore: Optimize schema rewriter usages (#21158) (#21183)
  • c45c2ce [branch-53] Substrait join consumer should not merge nullability of join keys...
  • 2c3a360 [branch-53] Fix push_down_filter for children with non-empty fetch fields (#2...
  • Additional commits viewable in compare view

Updates datafusion-execution from 52.5.0 to 53.1.0

Commits
  • eae7bf4 [branch-53] Update version and add Changelog (#21559)
  • 637acc4 [branch-53] chore: update deps for cargo audit (#21415) (#21587)
  • 01f2d91 [branch-53] Restore Sort unparser guard for correct ORDER BY placement (#2065...
  • 242fb76 [branch-53] fix: foreign inner ffi types (#21439) (#21524)
  • 6fc7114 [branch-53] fix: FilterExec should drop projection when apply projection push...
  • 61d8483 [branch-53] fix: use datafusion_expr instead of datafusion crate in spark bit...
  • 3224e0c [branch-53] fix: use spill writer's schema instead of the first batch schema ...
  • d24faa0 [branch-53] chore: Optimize schema rewriter usages (#21158) (#21183)
  • c45c2ce [branch-53] Substrait join consumer should not merge nullability of join keys...
  • 2c3a360 [branch-53] Fix push_down_filter for children with non-empty fetch fields (#2...
  • Additional commits viewable in compare view

Updates datafusion-expr from 52.5.0 to 53.1.0

Commits
  • eae7bf4 [branch-53] Update version and add Changelog (#21559)
  • 637acc4 [branch-53] chore: update deps for cargo audit (#21415) (#21587)
  • 01f2d91 [branch-53] Restore Sort unparser guard for correct ORDER BY placement (#2065...
  • 242fb76 [branch-53] fix: foreign inner ffi types (#21439) (#21524)
  • 6fc7114 [branch-53] fix: FilterExec should drop projection when apply projection push...
  • 61d8483 [branch-53] fix: use datafusion_expr instead of datafusion crate in spark bit...
  • 3224e0c [branch-53] fix: use spill writer's schema instead of the first batch schema ...
  • d24faa0 [branch-53] chore: Optimize schema rewriter usages (#21158) (#21183)
  • c45c2ce [branch-53] Substrait join consumer should not merge nullability of join keys...
  • 2c3a360 [branch-53] Fix push_down_filter for children with non-empty fetch fields (#2...
  • Additional commits viewable in compare view

Updates datafusion-sql from 52.5.0 to 53.1.0

Commits
  • eae7bf4 [branch-53] Update version and add Changelog (#21559)
  • 637acc4 [branch-53] chore: update deps for cargo audit (#21415) (#21587)
  • 01f2d91 [branch-53] Restore Sort unparser guard for correct ORDER BY placement (#2065...
  • 242fb76 [branch-53] fix: foreign inner ffi types (#21439) (#21524)
  • 6fc7114 [branch-53] fix: FilterExec should drop projection when apply projection push...
  • 61d8483 [branch-53] fix: use datafusion_expr instead of datafusion crate in spark bit...
  • 3224e0c [branch-53] fix: use spill writer's schema instead of the first batch schema ...
  • d24faa0 [branch-53] chore: Optimize schema rewriter usages (#21158) (#21183)
  • c45c2ce [branch-53] Substrait join consumer should not merge nullability of join keys...
  • 2c3a360 [branch-53] Fix push_down_filter for children with non-empty fetch fields (#2...
  • Additional commits viewable in compare view

Updates arrow-arith from 57.3.0 to 58.3.0

Release notes

Sourced from arrow-arith's releases.

arrow 58.3.0

Changelog

58.3.0 (2026-05-07)

Full Changelog

Implemented enhancements:

  • Add DatePart::from_str API #9930 [arrow]
  • should use DictionaryArray::with_values instead of try_new on the dictionary fast path #9889 [arrow]
  • [arrow-string] add concat_elements for BinaryViewArray and FixedSizeBinary #9875 [arrow]
  • Expose eq ignore ascii case from arrow-string #9870 [arrow]
  • Configurable data page v2 compression threshold #9827 [parquet]

Fixed bugs:

  • [arrow-cast] incorrect Time32 -> Time64 conversion #9851 [arrow]
  • Panic when reading malformed compact-Thrift bool fields in Parquet page metadata #9839 [parquet]
  • Parquet DeltaBitPackDecoder::skip could panic on "non-standard" miniblocks #9793 [parquet]

Documentation updates:

  • docs: Add guidance for AI assisted submissions to CONTRIBUTING.md #9892 (etseidl)
  • Update release schedule on README #9881 (alamb)
  • Add more documentation for FixedSizeBinary arrays #9866 [arrow] (alamb)
  • Minor: document why FixedSizeBinary offset is always 0 #9861 [arrow] (alamb)
  • docs: Update contributing guidelines with benchmark results #9782 (alamb)

Closed issues:

... (truncated)

Changelog

Sourced from arrow-arith's changelog.

Changelog

59.0.0 (2026-06-04)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Allow casting plain struct to dictionary encoded struct #10038 [arrow]
  • Optimize arrow-flight #10029
  • Align buffers when importing via from_ffi / ArrowArrayStreamReader #10028 [arrow]
  • Switch Parquet LogicalType enum to macro generated version #9995 [parquet]
  • Future proof Parquet Thrift parser #9973 [parquet]
  • Add DatePart 1-indexed variants #9964 [arrow]
  • perf: Rework Parquet Thrift handling of boolean fields #9946 [parquet]
  • Add benchmarks for REE to parquet #9935 [parquet] [arrow]
  • (re) Allow Large FixedSizeBinaryArrays #9906 [arrow]
  • Add a is_normalized flag to DictionaryArray #9841

... (truncated)

Commits
  • 913bab2 Prepare for 58.3.0 release (#9893)
  • 3384f64 chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 (#9932)
  • cc5a256 impl FromStr for DatePart (#9931)
  • 97ff198 feat(arrow-string): concat_elements for view, fixed binary (#9876)
  • ded985c fix(arrow-csv): bound RecordDecoder::flush offset accumulation (#9886)
  • 7f6524d fix(parquet): bound schema num_children before Vec::with_capacity (#9884)
  • 5bf8912 [arrow-string]: add like::eq_ascii_ignore_case kernel (#9871)
  • 8091f3f [arrow-array] Use consistent value_length name in FixedSizeBinaryArray (#9905)
  • 1d89737 fix(parquet): Prevent negative list sizes in Thrift compact protocol parser (...
  • 3790d88 Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity (#9908)
  • Additional commits viewable in compare view

Updates arrow-array from 57.3.0 to 58.3.0

Release notes

Sourced from arrow-array's releases.

arrow 58.3.0

Changelog

58.3.0 (2026-05-07)

Full Changelog

Implemented enhancements:

  • Add DatePart::from_str API #9930 [arrow]
  • should use DictionaryArray::with_values instead of try_new on the dictionary fast path #9889 [arrow]
  • [arrow-string] add concat_elements for BinaryViewArray and FixedSizeBinary #9875 [arrow]
  • Expose eq ignore ascii case from arrow-string #9870 [arrow]
  • Configurable data page v2 compression threshold #9827 [parquet]

Fixed bugs:

  • [arrow-cast] incorrect Time32 -> Time64 conversion #9851 [arrow]
  • Panic when reading malformed compact-Thrift bool fields in Parquet page metadata #9839 [parquet]
  • Parquet DeltaBitPackDecoder::skip could panic on "non-standard" miniblocks #9793 [parquet]

Documentation updates:

  • docs: Add guidance for AI assisted submissions to CONTRIBUTING.md #9892 (etseidl)
  • Update release schedule on README #9881 (alamb)
  • Add more documentation for FixedSizeBinary arrays #9866 [arrow] (alamb)
  • Minor: document why FixedSizeBinary offset is always 0 #9861 [arrow] (alamb)
  • docs: Update contributing guidelines with benchmark results #9782 (alamb)

Closed issues:

... (truncated)

Changelog

Sourced from arrow-array's changelog.

Changelog

59.0.0 (2026-06-04)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Allow casting plain struct to dictionary encoded struct #10038 [arrow]
  • Optimize arrow-flight #10029
  • Align buffers when importing via from_ffi / ArrowArrayStreamReader #10028 [arrow]
  • Switch Parquet LogicalType enum to macro generated version #9995 [parquet]
  • Future proof Parquet Thrift parser #9973 [parquet]
  • Add DatePart 1-indexed variants #9964 [arrow]
  • perf: Rework Parquet Thrift handling of boolean fields #9946 [parquet]
  • Add benchmarks for REE to parquet #9935 [parquet] [arrow]
  • (re) Allow Large FixedSizeBinaryArrays #9906 [arrow]
  • Add a is_normalized flag to DictionaryArray #9841

... (truncated)

Commits
  • 913bab2 Prepare for 58.3.0 release (#9893)
  • 3384f64 chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 (#9932)
  • cc5a256 impl FromStr for DatePart (#9931)
  • 97ff198 feat(arrow-string): concat_elements for view, fixed binary (#9876)
  • ded985c fix(arrow-csv): bound RecordDecoder::flush offset accumulation (#9886)
  • 7f6524d fix(parquet): bound schema num_children before Vec::with_capacity (#9884)
  • 5bf8912 [arrow-string]: add like::eq_ascii_ignore_case kernel (#9871)
  • 8091f3f [arrow-array] Use consistent value_length name in FixedSizeBinaryArray (#9905)
  • 1d89737 fix(parquet): Prevent negative list sizes in Thrift compact protocol parser (...
  • 3790d88 Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity (#9908)
  • Additional commits viewable in compare view

Updates arrow-buffer from 57.3.0 to 58.3.0

Release notes

Sourced from arrow-buffer's releases.

arrow 58.3.0

Changelog

58.3.0 (2026-05-07)

Full Changelog

Implemented enhancements:

  • Add DatePart::from_str API #9930 [arrow]
  • should use DictionaryArray::with_values instead of try_new on the dictionary fast path #9889 [arrow]
  • [arrow-string] add concat_elements for BinaryViewArray and FixedSizeBinary #9875 [arrow]
  • Expose eq ignore ascii case from arrow-string #9870 [arrow]
  • Configurable data page v2 compression threshold #9827 [parquet]

Fixed bugs:

  • [arrow-cast] incorrect Time32 -> Time64 conversion #9851 [arrow]
  • Panic when reading malformed compact-Thrift bool fields in Parquet page metadata #9839 [parquet]
  • Parquet DeltaBitPackDecoder::skip could panic on "non-standard" miniblocks #9793 [parquet]

Documentation updates:

  • docs: Add guidance for AI assisted submissions to CONTRIBUTING.md #9892 (etseidl)
  • Update release schedule on README #9881 (alamb)
  • Add more documentation for FixedSizeBinary arrays #9866 [arrow] (alamb)
  • Minor: document why FixedSizeBinary offset is always 0 #9861 [arrow] (alamb)
  • docs: Update contributing guidelines with benchmark results #9782 (alamb)

Closed issues:

... (truncated)

Changelog

Sourced from arrow-buffer's changelog.

Changelog

59.0.0 (2026-06-04)

Full Changelog

Breaking changes:

Implemented enhancements:

  • Allow casting plain struct to dictionary encoded struct #10038 [arrow]
  • Optimize arrow-flight #10029
  • Align buffers when importing via from_ffi / ArrowArrayStreamReader #10028 [arrow]
  • Switch Parquet LogicalType enum to macro generated version #9995 [parquet]
  • Future proof Parquet Thrift parser #9973 [parquet]
  • Add DatePart 1-indexed variants #9964 [arrow]
  • perf: Rework Parquet Thrift handling of boolean fields #9946 [parquet]
  • Add benchmarks for REE to parquet #9935 [parquet] [arrow]
  • (re) Allow Large FixedSizeBinaryArrays #9906 [arrow]
  • Add a is_normalized flag to DictionaryArray #9841

... (truncated)

Commits
  • 913bab2 Prepare for 58.3.0 release (#9893)
  • 3384f64 chore(deps): bump actions/labeler from 6.0.1 to 6.1.0 (#9932)
  • cc5a256 impl FromStr for DatePart (#9931)
  • 97ff198 feat(arrow-string): concat_elements for view, fixed binary (#9876)
  • ded985c fix(arrow-csv): bound RecordDecoder::flush offset accumulation (#9886)
  • 7f6524d fix(parquet): bound schema num_children before Vec::with_capacity (#9884)
  • 5bf8912 [arrow-string]: add like::eq_ascii_ignore_case kernel (#9871)
  • 8091f3f [arrow-array] Use consistent value_length name in FixedSizeBinaryArray (#9905)
  • 1d89737 fix(parquet): Prevent negative list sizes in Thrift compact protocol parser (...
  • 3790d88 Pre-size dedup HashTable in GenericByteDictionaryBuilder::with_capacity (#9908)
  • Additional commits viewable in compare view

Updates arrow-cast from 57.3.0 to 58.3.0

Release notes

Sourced from arrow-cast's releases.

arrow 58.3.0

Changelog

58.3.0 (2026-05-07)

Full Changelog

Implemented enhancements:

  • Add DatePart::from_str API #9930 [arrow]
  • should use DictionaryArray::with_values instead of try_new on the dictionary fast path #9889 [arrow]
  • [arrow-string] add concat_elements for BinaryViewArray and FixedSizeBinary #9875 [arrow]
  • Expose eq ignore ascii case from arrow-string #9870 [arrow]
  • Configurable data page v2 compression threshold #9827 [parquet]

Fixed bugs:

  • [arrow-cast] incorrect Time32 -> Time64 conversion #9851 [arrow]
  • Panic when reading malformed compact-Thrift bool fields in Parquet page metadata #9839 [parquet]
  • Parquet DeltaBitPackDecoder::skip could panic on "non-standard" miniblocks #9793 [parquet]

Documentation updates:

  • docs: Add guidance for AI assisted submissions to CONTRIBUTING.md #9892 (etseidl)
  • Update release schedule on README #9881 (alamb)
  • Add more documentation for FixedSizeBinary arrays

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/apache-38e63f384a branch from 80d0199 to 04dae4e Compare May 29, 2026 11:46
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 1, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@dependabot dependabot Bot force-pushed the dependabot/cargo/apache-38e63f384a branch 3 times, most recently from 92f045d to f2b1265 Compare June 4, 2026 09:58
Bumps the apache group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [arrow](https://github.com/apache/arrow-rs) | `57.3.0` | `58.3.0` |
| [datafusion](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-common](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-execution](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-expr](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |
| [datafusion-sql](https://github.com/apache/datafusion) | `52.5.0` | `53.1.0` |



Updates `arrow` from 57.3.0 to 58.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...58.3.0)

Updates `datafusion` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-common` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-execution` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-expr` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-sql` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `arrow-arith` from 57.3.0 to 58.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...58.3.0)

Updates `arrow-array` from 57.3.0 to 58.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...58.3.0)

Updates `arrow-buffer` from 57.3.0 to 58.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...58.3.0)

Updates `arrow-cast` from 57.3.0 to 58.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...58.3.0)

Updates `arrow-csv` from 57.3.0 to 58.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...58.3.0)

Updates `arrow-data` from 57.3.0 to 58.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...58.3.0)

Updates `arrow-ipc` from 57.3.0 to 58.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...58.3.0)

Updates `arrow-json` from 57.3.0 to 58.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...58.3.0)

Updates `arrow-ord` from 57.3.0 to 58.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...58.3.0)

Updates `arrow-row` from 57.3.0 to 58.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...58.3.0)

Updates `arrow-schema` from 57.3.0 to 58.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...58.3.0)

Updates `arrow-select` from 57.3.0 to 58.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...58.3.0)

Updates `arrow-string` from 57.3.0 to 58.3.0
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@57.3.0...58.3.0)

Updates `datafusion-catalog` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-catalog-listing` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-common-runtime` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-datasource` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-datasource-arrow` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-datasource-csv` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-datasource-json` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-doc` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-expr-common` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-functions` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-functions-aggregate` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-functions-aggregate-common` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-functions-nested` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-functions-table` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-functions-window` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-functions-window-common` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-macros` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-optimizer` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-physical-expr` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-physical-expr-adapter` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-physical-expr-common` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-physical-optimizer` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-physical-plan` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-pruning` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

Updates `datafusion-session` from 52.5.0 to 53.1.0
- [Changelog](https://github.com/apache/datafusion/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion@52.5.0...53.1.0)

---
updated-dependencies:
- dependency-name: arrow
  dependency-version: 58.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-arith
  dependency-version: 58.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-array
  dependency-version: 58.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-buffer
  dependency-version: 58.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-cast
  dependency-version: 58.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-csv
  dependency-version: 58.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-data
  dependency-version: 58.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-ipc
  dependency-version: 58.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-json
  dependency-version: 58.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-ord
  dependency-version: 58.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-row
  dependency-version: 58.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-schema
  dependency-version: 58.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-select
  dependency-version: 58.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: arrow-string
  dependency-version: 58.3.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-catalog
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-catalog-listing
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-common
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-common-runtime
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-datasource
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-datasource-arrow
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-datasource-csv
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-datasource-json
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-doc
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-execution
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-expr
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-expr-common
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-functions
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-functions-aggregate
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-functions-aggregate-common
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-functions-nested
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-functions-table
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-functions-window
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-functions-window-common
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-macros
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-optimizer
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-physical-expr
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-physical-expr-adapter
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-physical-expr-common
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-physical-optimizer
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-physical-plan
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-pruning
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-session
  dependency-version: 53.1.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: apache
- dependency-name: datafusion-sql
  dependency-version: 53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: apache
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/apache-38e63f384a branch from f2b1265 to 000db12 Compare June 5, 2026 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants