Skip to content

deps: bump the cargo-minor-patch group with 6 updates - #11

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-minor-patch-593045e973
Closed

deps: bump the cargo-minor-patch group with 6 updates#11
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-minor-patch-593045e973

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown

Bumps the cargo-minor-patch group with 6 updates:

Package From To
arrow 59.1.0 59.2.0
arrow-array 59.1.0 59.2.0
arrow-buffer 59.1.0 59.2.0
arrow-schema 59.1.0 59.2.0
arrow-select 59.1.0 59.2.0
async-trait 0.1.91 0.1.92

Updates arrow from 59.1.0 to 59.2.0

Release notes

Sourced from arrow's releases.

arrow 59.2.0

Changelog

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

... (truncated)

Changelog

Sourced from arrow's changelog.

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

Performance improvements

... (truncated)

Commits
  • 782e5a6 Update version to 59.2.0, update changelog generation to git-cliff (#10451)
  • ed92960 Revert "chore: formalize the default map field names to match default arrow s...
  • bf82c78 chore(parquet): add link to ticket in object_store deprecation message (#10502)
  • 15c20f0 chore(avro): add link to ticket in object_store deprecation message (#10503)
  • e7ae89c Enable allow_attributes lint for arrow-string (#10482)
  • 37866b4 fix(arrow-schema): Persist dictionary ordered flag on FFI schema import (#10514)
  • fd8ead5 arrow-avro: Deprecate object_store integration (#10484)
  • 34c7c2b parquet: Remove explicit object_store integration (#10354)
  • 6183ac9 Add LICENSE.txt and NOTICE.txt to pyarrow crates (#10481)
  • 23e61b6 chore: add sub tags (#10473)
  • Additional commits viewable in compare view

Updates arrow-array from 59.1.0 to 59.2.0

Release notes

Sourced from arrow-array's releases.

arrow 59.2.0

Changelog

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

... (truncated)

Changelog

Sourced from arrow-array's changelog.

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

Performance improvements

... (truncated)

Commits
  • 782e5a6 Update version to 59.2.0, update changelog generation to git-cliff (#10451)
  • ed92960 Revert "chore: formalize the default map field names to match default arrow s...
  • bf82c78 chore(parquet): add link to ticket in object_store deprecation message (#10502)
  • 15c20f0 chore(avro): add link to ticket in object_store deprecation message (#10503)
  • e7ae89c Enable allow_attributes lint for arrow-string (#10482)
  • 37866b4 fix(arrow-schema): Persist dictionary ordered flag on FFI schema import (#10514)
  • fd8ead5 arrow-avro: Deprecate object_store integration (#10484)
  • 34c7c2b parquet: Remove explicit object_store integration (#10354)
  • 6183ac9 Add LICENSE.txt and NOTICE.txt to pyarrow crates (#10481)
  • 23e61b6 chore: add sub tags (#10473)
  • Additional commits viewable in compare view

Updates arrow-buffer from 59.1.0 to 59.2.0

Release notes

Sourced from arrow-buffer's releases.

arrow 59.2.0

Changelog

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

... (truncated)

Changelog

Sourced from arrow-buffer's changelog.

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

Performance improvements

... (truncated)

Commits
  • 782e5a6 Update version to 59.2.0, update changelog generation to git-cliff (#10451)
  • ed92960 Revert "chore: formalize the default map field names to match default arrow s...
  • bf82c78 chore(parquet): add link to ticket in object_store deprecation message (#10502)
  • 15c20f0 chore(avro): add link to ticket in object_store deprecation message (#10503)
  • e7ae89c Enable allow_attributes lint for arrow-string (#10482)
  • 37866b4 fix(arrow-schema): Persist dictionary ordered flag on FFI schema import (#10514)
  • fd8ead5 arrow-avro: Deprecate object_store integration (#10484)
  • 34c7c2b parquet: Remove explicit object_store integration (#10354)
  • 6183ac9 Add LICENSE.txt and NOTICE.txt to pyarrow crates (#10481)
  • 23e61b6 chore: add sub tags (#10473)
  • Additional commits viewable in compare view

Updates arrow-schema from 59.1.0 to 59.2.0

Release notes

Sourced from arrow-schema's releases.

arrow 59.2.0

Changelog

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

... (truncated)

Changelog

Sourced from arrow-schema's changelog.

59.2.0 - (2026-08-02)

Full Changelog

Enhancements

Bug fixes

  • fix(arrow-schema): Persist dictionary ordered flag on FFI schema import by @​borchero in #10514
  • fix(arrow-json): validate ListView child nullability by @​dk3yyyy in #10486
  • fix(arrow-json): validate map value nullability by @​subotac in #10475
  • avro: bound VLQDecoder::long against overlong varints by @​STiFLeR7 in #10407
  • arrow-row: Fix decode_fixed_size_list to apply the corrected_type step for dictionary children by @​zhuqi-lucas in #10414
  • [Variant] make value mandatory field for VariantArray/ShreddingState by @​sdf-jkl in #10318
  • fix off by one error for slice accounting by @​Rich-T-kid in #10406
  • fix: GenericByteViewArray::gc() drops inline views on the multi-buffer slow path by @​adriangb in #10287
  • fix(arrow-json): render coerced f32 as its value in the string decoder by @​hareshkh in #10386
  • fix(arrow-cast): make b64_encode reject invalid UTF-8 from misbehaving Engine impls by @​bit2swaz in #10324
  • fix: take FFI_ArrowArrayStream errno values from libc by @​fornwall in #10299
  • fix(arrow-data): allow full dictionary key range when concatenating by @​raphaelroshan in #10323
  • Don't panic on invalid c ffi schema name by @​robert3005 in #10328
  • fix(REE): check upfront if sorting empty array or 0 limit by @​Jefffrey in #10293
  • fix(arrow-avro): bound untrusted OCF block size and item counts by @​miniex in #10237
  • fix(arrow-array): disallow creating MapArray with nullable key field by @​rluvaton in #10272
  • fix: don't panic on Description has been truncated

Bumps the cargo-minor-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [arrow](https://github.com/apache/arrow-rs) | `59.1.0` | `59.2.0` |
| [arrow-array](https://github.com/apache/arrow-rs) | `59.1.0` | `59.2.0` |
| [arrow-buffer](https://github.com/apache/arrow-rs) | `59.1.0` | `59.2.0` |
| [arrow-schema](https://github.com/apache/arrow-rs) | `59.1.0` | `59.2.0` |
| [arrow-select](https://github.com/apache/arrow-rs) | `59.1.0` | `59.2.0` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.91` | `0.1.92` |


Updates `arrow` from 59.1.0 to 59.2.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@59.1.0...59.2.0)

Updates `arrow-array` from 59.1.0 to 59.2.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@59.1.0...59.2.0)

Updates `arrow-buffer` from 59.1.0 to 59.2.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@59.1.0...59.2.0)

Updates `arrow-schema` from 59.1.0 to 59.2.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@59.1.0...59.2.0)

Updates `arrow-select` from 59.1.0 to 59.2.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@59.1.0...59.2.0)

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

---
updated-dependencies:
- dependency-name: arrow
  dependency-version: 59.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: arrow-array
  dependency-version: 59.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: arrow-buffer
  dependency-version: 59.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: arrow-schema
  dependency-version: 59.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: arrow-select
  dependency-version: 59.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-minor-patch
- dependency-name: async-trait
  dependency-version: 0.1.92
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 11, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 18, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/cargo-minor-patch-593045e973 branch August 18, 2026 17:54
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