Skip to content

Bump the rust-dependencies group across 1 directory with 37 updates - #375

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-2a42a1ea44
Open

Bump the rust-dependencies group across 1 directory with 37 updates#375
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rust-dependencies-2a42a1ea44

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the rust-dependencies group with 28 updates in the / directory:

Package From To
arrow 58.3.0 58.4.0
async-trait 0.1.89 0.1.91
bytes 1.11.1 1.12.1
chrono 0.4.44 0.4.45
datafusion 54.0.0 54.1.0
futures 0.3.32 0.3.33
getrandom 0.4.2 0.4.3
itertools 0.14.0 0.15.0
lru 0.18.0 0.18.1
parquet 58.3.0 58.4.0
rust_decimal 1.42.0 1.42.1
serde 1.0.228 1.0.229
serde_json 1.0.150 1.0.151
thiserror 2.0.18 2.0.19
uuid 1.23.1 1.24.0
tokio 1.52.3 1.53.1
aws-sdk-glue 1.146.0 1.147.0
aws-credential-types 1.2.14 1.3.0
aws-sigv4 1.4.4 1.5.1
serde_repr 0.1.20 0.1.21
serde_with 3.20.0 3.21.0
rstest 0.23.0 0.26.1
aws-sdk-s3tables 1.56.0 1.57.0
duckdb 1.10503.1 1.10505.0
pyo3 0.28.3 0.29.0
tokio-stream 0.1.18 0.1.19
smallvec 1.15.1 1.15.2
thrift 0.17.0 0.24.0

Updates arrow from 58.3.0 to 58.4.0

Release notes

Sourced from arrow's releases.

arrow 58.4.0

Changelog

58.4.0 (2026-07-17)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Changelog

Sourced from arrow's changelog.

58.4.0 (2026-07-17)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Commits

Updates arrow-schema from 58.3.0 to 58.4.0

Release notes

Sourced from arrow-schema's releases.

arrow 58.4.0

Changelog

58.4.0 (2026-07-17)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Changelog

Sourced from arrow-schema's changelog.

58.4.0 (2026-07-17)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Commits

Updates async-trait from 0.1.89 to 0.1.91

Release notes

Sourced from async-trait's releases.

0.1.91

  • Update to syn 3 (#299)
  • Fix mutability for by-reference receivers (#301)

0.1.90

(yanked)

Commits
  • d049ee0 Release 0.1.91
  • 7a0961f Merge pull request #301 from dtolnay/mutability
  • 740f86f Ignore mut_mut pedantic clippy lint in test
  • 4699cd3 Fix mutability for by-reference receivers
  • 6dd3573 Add regression test for issue 300
  • 2371797 Release 0.1.90
  • d03f075 Merge pull request #299 from dtolnay/syn3
  • 6cf42c1 Update to syn 3
  • b9daaba Ignore match_same_arms pedantic clippy lint
  • aa706d1 Update actions/upload-artifact@v6 -> v7
  • Additional commits viewable in compare view

Updates bytes from 1.11.1 to 1.12.1

Release notes

Sourced from bytes's releases.

Bytes v1.12.1

1.12.1 (July 8th, 2026)

Fixed

  • Properly handle when Box::new panics (#837)

Bytes v1.12.0

1.12.0 (June 18th, 2026)

Added

  • Add BytesMut::extend_from_within() (#818)
  • Add BytesMut::try_unsplit() (#746)

Fixed

  • Fix panic in get_int if nbytes is zero (#806)

Changed

  • Pass vtable data by value (#826)
  • Exclude development scripts from published package (#810)

Documented

  • Document that BytesMut::{reserve,try_reserve} doesn't preserve unused capacity (#808)
Changelog

Sourced from bytes's changelog.

1.12.1 (July 8th, 2026)

Fixed

  • Properly handle when Box::new panics (#837)

1.12.0 (June 18th, 2026)

Added

  • Add BytesMut::extend_from_within() (#818)
  • Add BytesMut::try_unsplit() (#746)

Fixed

  • Fix panic in get_int if nbytes is zero (#806)

Changed

  • Pass vtable data by value (#826)
  • Exclude development scripts from published package (#810)

Documented

  • Document that BytesMut::{reserve,try_reserve} doesn't preserve unused capacity (#808)
Commits

Updates chrono from 0.4.44 to 0.4.45

Release notes

Sourced from chrono's releases.

0.4.45

What's Changed

Commits
  • 1703382 Prepare 0.4.45 release
  • 881f9ab tz_data: fix tzdata locations on Android
  • f14ead4 fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflow
  • c6063e6 Update similar-asserts requirement from 1.6.1 to 2.0.0
  • 120686c Bump codecov/codecov-action from 5 to 6
  • See full diff in compare view

Updates datafusion from 54.0.0 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-common from 54.0.0 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-execution from 54.0.0 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-expr from 54.0.0 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-functions from 54.0.0 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-functions-aggregate from 54.0.0 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-sql from 54.0.0 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 futures from 0.3.32 to 0.3.33

Release notes

Sourced from futures's releases.

0.3.33

  • Fix ReadLine's soundness issue regarding to exception safety. (#3020)
  • Fix unsound Send impl for IterPinRef and Iter. (#3003)
  • Fix stacked borrows violation in compat01as03 implementation. (#3012)
  • Fix memory leak in FuturesUnordered::IntoIter. (#3005)
  • Add portable-atomic-alloc feature and use it in FuturesUnordered. (#3007)
  • Re-export alloc::task::Wake. (#3010)
  • Update spin to 0.12. (#3014)
Changelog

Sourced from futures's changelog.

0.3.33 - 2026-07-18

  • Fix ReadLine's soundness issue regarding to exception safety. (#3020)
  • Fix unsound Send impl for IterPinRef and Iter. (#3003)
  • Fix stacked borrows violation in compat01as03 implementation. (#3012)
  • Fix memory leak in FuturesUnordered::IntoIter. (#3005)
  • Add portable-atomic-alloc feature and use it in FuturesUnordered. (#3007)
  • Re-export alloc::task::Wake. (#3010)
  • Update spin to 0.12. (#3014)
Commits
  • 89cc254 Release 0.3.33
  • cd9f5be ci: Update release workflow
  • d79a499 Resolve rustdoc::broken_intra_doc_links warning
  • 95bbcf8 Resolve rustdoc ambiguous link error
  • 303c165 Resolve rustdoc::redundant_explicit_links warning
  • f34e3f5 ci: Cleanup
  • 66591a2 Enable Miri for more tests
  • ab1072f Simplify target_has_atomic cfg in utility crates
  • cf5d23b Fix unsound compat01as03 implementation (fixes #2514) (#3012)
  • 8ae794f Add portable-atomic-alloc feature and use it in FuturesUnordered (#3007)
  • Additional commits viewable in compare view

Updates getrandom from 0.4.2 to 0.4.3

Changelog

Sourced from getrandom's changelog.

0.4.3 - 2026-06-17

Added

  • wasm64-unknown-unknown target support for wasm_js backend #848

Changed

  • Drop wasip2 and wasip3 dependencies in favor of manual bindings #830

#830: rust-random/getrandom#830 #848: rust-random/getrandom#848

Commits

Updates itertools from 0.14.0 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

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 lru from 0.18.0 to 0.18.1

Changelog

Sourced from lru's changelog.

v0.18.1 - 2026-07-09

  • Add find_and_promote method.
Commits
  • c6620d1 Merge pull request #237 from jeromefroe/jerome/prepare-0-18-1-release
  • da3c0fc Prepare 0.18.1 release
  • 1166263 Merge pull request #236 from pixmaip/find-and-promote
  • 2daba12 Apply suggestions from code review
  • 2ea00dc feat: add find_and_promote API
  • See full diff in compare view

Updates parquet from 58.3.0 to 58.4.0

Release notes

Sourced from parquet's releases.

arrow 58.4.0

Changelog

58.4.0 (2026-07-17)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Changelog

Sourced from parquet's changelog.

58.4.0 (2026-07-17)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Commits

Updates rust_decimal from 1.42.0 to 1.42.1

Release notes

Sourced from rust_decimal's releases.

1.42.1

What's Changed

Full Changelog: paupino/rust-decimal@1.42.0...1.42.1

Commits

Updates serde from 1.0.228 to 1.0.229

Release notes

Sourced from serde's releases.

v1.0.229

  • Update to syn 3
Commits
  • 7fc3b4c Release 1.0.229
  • 6d6e9a1 Merge pull request #3085 from dtolnay/syn3
  • 6dec3b7 Update to syn 3
  • cfe6692 Resolve mut_mut pedantic clippy lint
  • 1023d07 Update actions/upload-artifact@v6 -> v7
  • dd682c2 Update actions/checkout@v6 -> v7
  • 5f0f18b Update ui test suite to nightly-2026-06-01
  • 63a1498 Regenerate stder...

    Description has been truncated

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jul 22, 2026
Bumps the rust-dependencies group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [arrow](https://github.com/apache/arrow-rs) | `58.3.0` | `58.4.0` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.89` | `0.1.91` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.11.1` | `1.12.1` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.44` | `0.4.45` |
| [datafusion](https://github.com/apache/datafusion) | `54.0.0` | `54.1.0` |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.32` | `0.3.33` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.4.2` | `0.4.3` |
| [itertools](https://github.com/rust-itertools/itertools) | `0.14.0` | `0.15.0` |
| [lru](https://github.com/jeromefroe/lru-rs) | `0.18.0` | `0.18.1` |
| [parquet](https://github.com/apache/arrow-rs) | `58.3.0` | `58.4.0` |
| [rust_decimal](https://github.com/paupino/rust-decimal) | `1.42.0` | `1.42.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.228` | `1.0.229` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.150` | `1.0.151` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.18` | `2.0.19` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.1` | `1.24.0` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.52.3` | `1.53.1` |
| [aws-sdk-glue](https://github.com/awslabs/aws-sdk-rust) | `1.146.0` | `1.147.0` |
| [aws-credential-types](https://github.com/smithy-lang/smithy-rs) | `1.2.14` | `1.3.0` |
| [aws-sigv4](https://github.com/smithy-lang/smithy-rs) | `1.4.4` | `1.5.1` |
| [serde_repr](https://github.com/dtolnay/serde-repr) | `0.1.20` | `0.1.21` |
| [serde_with](https://github.com/jonasbb/serde_with) | `3.20.0` | `3.21.0` |
| [rstest](https://github.com/la10736/rstest) | `0.23.0` | `0.26.1` |
| [aws-sdk-s3tables](https://github.com/awslabs/aws-sdk-rust) | `1.56.0` | `1.57.0` |
| [duckdb](https://github.com/duckdb/duckdb-rs) | `1.10503.1` | `1.10505.0` |
| [pyo3](https://github.com/pyo3/pyo3) | `0.28.3` | `0.29.0` |
| [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.18` | `0.1.19` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.15.1` | `1.15.2` |
| [thrift](https://github.com/apache/thrift) | `0.17.0` | `0.24.0` |



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

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

Updates `async-trait` from 0.1.89 to 0.1.91
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.89...0.1.91)

Updates `bytes` from 1.11.1 to 1.12.1
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.11.1...v1.12.1)

Updates `chrono` from 0.4.44 to 0.4.45
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.44...v0.4.45)

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

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

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

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

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

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

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

Updates `futures` from 0.3.32 to 0.3.33
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.32...0.3.33)

Updates `getrandom` from 0.4.2 to 0.4.3
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.4.2...v0.4.3)

Updates `itertools` from 0.14.0 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 `lru` from 0.18.0 to 0.18.1
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.18.0...0.18.1)

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

Updates `rust_decimal` from 1.42.0 to 1.42.1
- [Release notes](https://github.com/paupino/rust-decimal/releases)
- [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md)
- [Commits](paupino/rust-decimal@1.42.0...1.42.1)

Updates `serde` from 1.0.228 to 1.0.229
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.228...v1.0.229)

Updates `serde_derive` from 1.0.228 to 1.0.229
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.228...v1.0.229)

Updates `serde_json` from 1.0.150 to 1.0.151
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.150...v1.0.151)

Updates `thiserror` from 2.0.18 to 2.0.19
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.18...2.0.19)

Updates `uuid` from 1.23.1 to 1.24.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.23.1...v1.24.0)

Updates `tokio` from 1.52.3 to 1.53.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.52.3...tokio-1.53.1)

Updates `aws-sdk-glue` from 1.146.0 to 1.147.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-credential-types` from 1.2.14 to 1.3.0
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `aws-sigv4` from 1.4.4 to 1.5.1
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases)
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-rs/commits)

Updates `serde_repr` from 0.1.20 to 0.1.21
- [Release notes](https://github.com/dtolnay/serde-repr/releases)
- [Commits](dtolnay/serde-repr@0.1.20...0.1.21)

Updates `serde_with` from 3.20.0 to 3.21.0
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.20.0...v3.21.0)

Updates `rstest` from 0.23.0 to 0.26.1
- [Release notes](https://github.com/la10736/rstest/releases)
- [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md)
- [Commits](la10736/rstest@v0.23.0...v0.26.1)

Updates `aws-sdk-s3tables` from 1.56.0 to 1.57.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

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

Updates `duckdb` from 1.10503.1 to 1.10505.0
- [Release notes](https://github.com/duckdb/duckdb-rs/releases)
- [Commits](duckdb/duckdb-rs@v1.10503.1...v1.10505.0)

Updates `pyo3` from 0.28.3 to 0.29.0
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.28.3...v0.29.0)

Updates `tokio-stream` from 0.1.18 to 0.1.19
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-stream-0.1.18...tokio-stream-0.1.19)

Updates `smallvec` from 1.15.1 to 1.15.2
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.15.1...v1.15.2)

Updates `thrift` from 0.17.0 to 0.24.0
- [Release notes](https://github.com/apache/thrift/releases)
- [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md)
- [Commits](apache/thrift@v0.17.0...v0.24.0)

---
updated-dependencies:
- dependency-name: arrow
  dependency-version: 58.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: arrow-ipc
  dependency-version: 58.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: arrow-schema
  dependency-version: 58.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: async-trait
  dependency-version: 0.1.91
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: aws-credential-types
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: aws-sdk-glue
  dependency-version: 1.147.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: aws-sdk-s3tables
  dependency-version: 1.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: aws-sigv4
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: bytes
  dependency-version: 1.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: chrono
  dependency-version: 0.4.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: datafusion
  dependency-version: 54.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: datafusion-common
  dependency-version: 54.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: datafusion-execution
  dependency-version: 54.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: datafusion-expr
  dependency-version: 54.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: datafusion-functions
  dependency-version: 54.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: datafusion-functions-aggregate
  dependency-version: 54.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: datafusion-sql
  dependency-version: 54.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: duckdb
  dependency-version: 1.10505.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: futures
  dependency-version: 0.3.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: getrandom
  dependency-version: 0.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: itertools
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: lru
  dependency-version: 0.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: parquet
  dependency-version: 58.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: pyo3
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: rstest
  dependency-version: 0.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: rust_decimal
  dependency-version: 1.42.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-version: 1.0.229
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_derive
  dependency-version: 1.0.229
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.151
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_repr
  dependency-version: 0.1.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_with
  dependency-version: 3.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: smallvec
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: thiserror
  dependency-version: 2.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: thrift
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tokio
  dependency-version: 1.53.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: tokio-stream
  dependency-version: 0.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: uuid
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/rust-dependencies-2a42a1ea44 branch from 995fec8 to 1ff40bf Compare July 29, 2026 14:12
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