Skip to content

deps(core): bump the all group across 1 directory with 5 updates - #2378

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/core/wren-core/all-a295bffb16
Open

deps(core): bump the all group across 1 directory with 5 updates#2378
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/core/wren-core/all-a295bffb16

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on datafusion, datafusion-session, itertools, sqllogictest and object_store to permit the latest version.
Updates datafusion to 54.1.0

Commits
  • 0d1f2eb [branch-54] chore: Update version 54.1.0, add changelog (#23689)
  • fcbc9bd [branch-54] Handle nulls in type coercion of higher-order UDFs, map_extract, ...
  • 61b0f76 [branch-54] Resolve lost wakeup in SpillPoolReader with multiple conc… (#23654)
  • 2142d5b [branch-54] chore: fix cargo audit (#23607)
  • c735a49 [branch-54] fix: don't duplicate volatile expressions when pushing projection...
  • 82acf50 [branch-54] perf: avoid intermediate slice allocation in Spark slice function...
  • 887b065 [branch-54] fix: preserve no-filter SMJ matches across pending outer batches ...
  • 06c4d41 [branch-54] fix: handle IS TRUE correctly in EliminateOuterJoin (backport...
  • 7fd1b0d [branch-54] fix: Correctly compute nullability in recursive CTE schemas (back...
  • 9d41b02 [branch-54] fix: regex simplification of anchored patterns produces wrong res...
  • Additional commits viewable in compare view

Updates datafusion-session to 54.1.0

Commits
  • 0d1f2eb [branch-54] chore: Update version 54.1.0, add changelog (#23689)
  • fcbc9bd [branch-54] Handle nulls in type coercion of higher-order UDFs, map_extract, ...
  • 61b0f76 [branch-54] Resolve lost wakeup in SpillPoolReader with multiple conc… (#23654)
  • 2142d5b [branch-54] chore: fix cargo audit (#23607)
  • c735a49 [branch-54] fix: don't duplicate volatile expressions when pushing projection...
  • 82acf50 [branch-54] perf: avoid intermediate slice allocation in Spark slice function...
  • 887b065 [branch-54] fix: preserve no-filter SMJ matches across pending outer batches ...
  • 06c4d41 [branch-54] fix: handle IS TRUE correctly in EliminateOuterJoin (backport...
  • 7fd1b0d [branch-54] fix: Correctly compute nullability in recursive CTE schemas (back...
  • 9d41b02 [branch-54] fix: regex simplification of anchored patterns produces wrong res...
  • Additional commits viewable in compare view

Updates itertools to 0.15.0

Changelog

Sourced from itertools's changelog.

0.15.0

Breaking

  • Restructure Position as struct instead of enum (#1042, #1043)
  • Canonicalize all_equal_value's error type (#1032)

Added

  • Add *_with_hasher adaptors (#1007)
  • Add strip_prefix and strip_prefix_by methods (#1104)

Changed

  • Remove Clone bounds from tuple_combinations and array_combinations(#1011)
  • must_use for collect_vec (#1009)
  • Make izip! temporary friendly (#1021)
  • Add array_combinations_with_replacement (#1033)
  • Implement Debug for remaining public types (#1038)
  • Specialize ExactlyOneError::count (#1046)
  • Implement PeekingNext for more types, in particular vec::IntoIter (#1059, #1073)
  • Fix PadUsing::next_back (#1082)
  • Introduce [circular_]array_windows, deprecate tuple_windows (#1086)
  • Deprecate tuple_combinations (replaced by array_combinations) (#1085)

Notable Internal Changes

0.14.0

Breaking

  • Increased MSRV to 1.63.0 (#960)
  • Removed generic parameter from cons_tuples (#988)

Added

  • Added array_combinations (#991)
  • Added k_smallest_relaxed and variants (#925)
  • Added next_array and collect_array (#560)
  • Implemented DoubleEndedIterator for FilterOk (#948)
  • Implemented DoubleEndedIterator for FilterMapOk (#950)

Changed

  • Allow Q: ?Sized in Itertools::contains (#971)
  • Improved hygiene of chain! (#943)
  • Improved into_group_map_by documentation (#1000)
  • Improved tree_reduce documentation (#955)
  • Improved discoverability of merge_join_by (#966)
  • Improved discoverability of take_while_inclusive (#972)
  • Improved documentation of find_or_last and find_or_first (#984)
  • Prevented exponentially large type sizes in tuple_combinations (#945)
  • Added track_caller attr for asser_equal (#976)

... (truncated)

Commits
  • 37bd72a Update CHANGELOG.md: strip_prefix[_by]
  • 86ec635 Use ControlFlow in fold_while implementation
  • d5897f7 refactor(strip_prefix): use try_for_each and drop PartialEq, Eq on StripPrefi...
  • b2a978a feat(Itertools): add strip_prefix and strip_prefix_by methods
  • 12b6ec6 Update CHANGELOG.md for all_equal_value_error's error type
  • 121821e AllEqualValueError implements std::error::Error
  • adac44e Introduce AllEqualValueError
  • 5707384 Update CHANGELOG.md
  • df60ff0 Update CHANGELOG.md
  • 113b850 Update CHANGELOG.md to include with_hasher
  • Additional commits viewable in compare view

Updates sqllogictest to 0.29.1

Release notes

Sourced from sqllogictest's releases.

v0.29.1

[0.29.1] - 2026-02-13

  • parser/runner: Add let record for binding query results to variables.
Changelog

Sourced from sqllogictest's changelog.

[0.29.1] - 2026-02-13

  • parser/runner: Add let record for binding query results to variables.

[0.29.0] - 2025-12-19

  • parser/runner: Support matching expected failures by SQLSTATE via statement|query error (<SQLSTATE>).

[0.28.4] - 2025-09-04

  • bin: support skip files with regex
  • runner: Add <slt:ignore> to skip the volatile parts of the output.

[0.28.3] - 2025-05-16

  • bin: Add --shutdown-timeout to set a timeout for shutting down the database connections after a test file is finished. By default, this is unspecified, meaning to wait forever.

[0.28.2] - 2025-05-07

  • engines: Enhance graceful shutdown by canceling ongoing queries when shutting down postgres connections. This improves the behavior when receiving a Ctrl-C signal by ensuring that any long-running queries are properly canceled before the connection is closed.
  • bin: In parallel mode, the output of a test case will be printed promptly before shutting down the database connection.

[0.28.1] - 2025-04-18

  • bin: Support graceful shutdown. When receiving a Ctrl-C, the program will cancel all running test cases, log cancelled and skipped test cases, drop temporary databases (if in parallel mode), close database connections, and finally exit with a non-zero code.

[0.28.0] - 2025-03-06

  • runner: Add Partitioner and Runner::with_partitioner to enable partitioning of test cases, allowing only a subset of the glob result to be executed. This can be helpful for running tests in parallel in CI.
  • bin: Add --partition-id and --partition-count to set a hash partitioning for the test cases. If users are running in Buildkite CI with parallelism: .. specified in the workflow file, this will be automatically configured.

[0.27.2] - 2025-02-18

  • engines/bin: fix stdin to be closed properly to avoid hangs in the external engine.

[0.27.1] - 2025-02-17

  • runner: Add Runner::set_var method to allow adding runner-local variables for substitution.
  • bin: Add __DATABASE__ variable for accessing current database name from SLT files.

[0.27.0] - 2025-02-11

  • runner: add shutdown method to DB and AsyncDB trait to allow for graceful shutdown of the database connection. Users are encouraged to call Runner::shutdown or Runner::shutdown_async after running tests to ensure that the database connections are properly closed.

[0.26.4] - 2025-01-27

  • runner: add random string in path generation to avoid conflict when using include.
  • bin: detect connection refused error and exit early to make error message clearer.

[0.26.3] - 2025-01-14

... (truncated)

Commits
  • ebab8da chore: bump version to v0.29.1 (#280)
  • 18a6169 feat(parser,runner): add let record for binding query results to variables ...
  • 492c9e3 feat: support matching sqlstate with [statement|query] error (CCSSS) (#269)
  • See full diff in compare view

Updates object_store to 0.14.1

Release notes

Sourced from object_store's releases.

object_store v0.14.1

Changelog

v0.14.1 (2026-07-10)

Full Changelog

Implemented enhancements:

  • Cache Azure user delegation key for SAS signing #800
  • Add deregister to ObjectStoreRegistry #795
  • Support for S3 dual-stack endpoints #779
  • Coalesce contiguous ranges in LocalFileSystem::get_ranges #778
  • Support for HF Storage Buckets #706

Fixed bugs:

  • Clippy failing on main #798
  • Upgrade quick-xml to resolve RUSTSEC-2026-0194 and RUSTSEC-2026-0195 #786
  • InMemory and LocalFileSystem return unquoted ETags, violating RFC 9110 #769

Closed issues:

  • Bump quick-xml to 0.41.0 for RustSec advisories #787

Merged pull requests:

  • Pin Rust toolchain to 1.97.0 and fix clippy #799 (alamb)
  • chore: reduce lock hold time in DefaultObjectStoreRegistry::deregister #792 (kszucs)
  • Do not explicitly add Host header when making requests with S3Builder #790 (ntjohnson1)
  • impl HttpError::new_boxed to provide user with ability to ctor from already boxed error #789 (DoumanAsh)

... (truncated)

Changelog

Sourced from object_store's changelog.

v0.14.1 (2026-07-10)

Full Changelog

Implemented enhancements:

  • Cache Azure user delegation key for SAS signing #800
  • Add deregister to ObjectStoreRegistry #795
  • Support for S3 dual-stack endpoints #779
  • Coalesce contiguous ranges in LocalFileSystem::get_ranges #778
  • Support for HF Storage Buckets #706

Fixed bugs:

  • Clippy failing on main #798
  • Upgrade quick-xml to resolve RUSTSEC-2026-0194 and RUSTSEC-2026-0195 #786
  • InMemory and LocalFileSystem return unquoted ETags, violating RFC 9110 #769

Closed issues:

  • Bump quick-xml to 0.41.0 for RustSec advisories #787

Merged pull requests:

  • Pin Rust toolchain to 1.97.0 and fix clippy #799 (alamb)
  • chore: reduce lock hold time in DefaultObjectStoreRegistry::deregister #792 (kszucs)
  • Do not explicitly add Host header when making requests with S3Builder #790 (ntjohnson1)
  • impl HttpError::new_boxed to provide user with ability to ctor from already boxed error #789 (DoumanAsh)
  • build(deps): update quick-xml requirement from 0.40.1 to 0.41.0 #785 (dependabot[bot])
  • feat: add deregister to ObjectStoreRegistry #784 (kszucs)
  • Cache Azure user delegation key for SAS signing #781 (emilk)
  • fix(aws): recognize S3 dual-stack endpoints in URL parsing #780 (a10y)
  • Coalesce contiguous ranges in LocalFileSystem::get_ranges #777 (Dandandan)
  • Update copyright year in NOTICE.txt #772 (kevinjqliu)
  • fix: quote ETags per RFC 9110 in InMemory and LocalFileSystem #770 (bidord)
  • build(deps): bump actions/checkout from 6 to 7 #768 (dependabot[bot])

* This Changelog was automatically generated by github_changelog_generator

Commits
  • c7316d2 Update version to 0.14.1 and add CHANGELOG (#794)
  • c66dd12 Cache Azure user delegation key for SAS signing (#781)
  • 7a7deea Do not explicitly add Host header when making requests with S3Builder (#790)
  • 19be0b1 Update release process to use RC tags (#796)
  • e3b8561 Add automatic GitHub release workflow (#797)
  • e64e8e3 Pin Rust toolchain to 1.97.0 and fix clippy useless_borrows_in_formatting (#799)
  • 18102f3 impl HttpError::new_boxed to provide user with ability to ctor from already b...
  • 7e854ef fix(aws): recognize S3 dual-stack endpoints in URL parsing (#780)
  • 09adc41 Reduce lock hold time in DefaultObjectStoreRegistry::deregister (#792)
  • c2048e0 feat: add deregister to ObjectStoreRegistry (#784)
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added core dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/core/wren-core/all-a295bffb16 branch from 6f68725 to 35c9701 Compare June 26, 2026 11:26
@dependabot
dependabot Bot force-pushed the dependabot/cargo/core/wren-core/all-a295bffb16 branch 3 times, most recently from 0ef3240 to 2c24f44 Compare July 10, 2026 11:26
@dependabot
dependabot Bot force-pushed the dependabot/cargo/core/wren-core/all-a295bffb16 branch 2 times, most recently from 7306a61 to 7229c75 Compare July 24, 2026 11:26
@dependabot
dependabot Bot force-pushed the dependabot/cargo/core/wren-core/all-a295bffb16 branch from 7229c75 to 60944d5 Compare July 31, 2026 11:26
Updates the requirements on [datafusion](https://github.com/apache/datafusion), [datafusion-session](https://github.com/apache/datafusion), [itertools](https://github.com/rust-itertools/itertools), [sqllogictest](https://github.com/risinglightdb/sqllogictest-rs) and [object_store](https://github.com/apache/arrow-rs-object-store) to permit the latest version.

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

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

Updates `itertools` to 0.15.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.14.0...v0.15.0)

Updates `sqllogictest` to 0.29.1
- [Release notes](https://github.com/risinglightdb/sqllogictest-rs/releases)
- [Changelog](https://github.com/risinglightdb/sqllogictest-rs/blob/main/CHANGELOG.md)
- [Commits](risinglightdb/sqllogictest-rs@v0.28.4...v0.29.1)

Updates `object_store` to 0.14.1
- [Release notes](https://github.com/apache/arrow-rs-object-store/releases)
- [Changelog](https://github.com/apache/arrow-rs-object-store/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs-object-store@v0.12.3...v0.14.1)

---
updated-dependencies:
- dependency-name: datafusion
  dependency-version: 54.0.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: datafusion-session
  dependency-version: 54.0.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: itertools
  dependency-version: 0.15.0
  dependency-type: direct:production
  dependency-group: all
- dependency-name: object_store
  dependency-version: 0.13.2
  dependency-type: direct:production
  dependency-group: all
- dependency-name: sqllogictest
  dependency-version: 0.29.1
  dependency-type: direct:production
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/core/wren-core/all-a295bffb16 branch from 60944d5 to 7283036 Compare August 7, 2026 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core 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