Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2025

Bumps the minor-updates group with 8 updates:

Package From To
chrono 0.4.41 0.4.42
hyper-util 0.1.16 0.1.17
log 0.4.27 0.4.28
pest 2.8.1 2.8.2
pest_derive 2.8.1 2.8.2
arrow 56.1.0 56.2.0
clap 4.5.46 4.5.48
parquet 56.1.0 56.2.0

Updates chrono from 0.4.41 to 0.4.42

Release notes

Sourced from chrono's releases.

0.4.42

What's Changed

Commits
  • f3fd15f Bump version to 0.4.42
  • 5cf5603 strftime: add regression test case
  • a623170 strftime: simplify error handling
  • 36fbfb1 strftime: move specifier handling out of match to reduce rightward drift
  • 7f413c3 strftime: yield None early
  • 9d5dfe1 strftime: outline constants
  • e5f6be7 strftime: move error() method below caller
  • d516c27 strftime: merge impl blocks
  • 0ee2172 strftime: re-order items to keep impls together
  • 757a8b0 Upgrade to windows-bindgen 0.63
  • Additional commits viewable in compare view

Updates hyper-util from 0.1.16 to 0.1.17

Release notes

Sourced from hyper-util's releases.

v0.1.17

Highlights

  • Fix legacy::Client to allow absolute-form URIs when Connected::proxy(true) is passed and the scheme is https.

What's Changed

Full Changelog: hyperium/hyper-util@v0.1.16...v0.1.17

Changelog

Sourced from hyper-util's changelog.

0.1.17 (2025-09-15)

  • Fix legacy::Client to allow absolute-form URIs when Connected::proxy(true) is passed and the scheme is https.
Commits
  • 3021828 v0.1.17
  • 9fb7cd5 fix(client): allow absolute-form if is_proxied is set even on HTTPS (#225)
  • 00035ba refactor: set correct cfg on common::{rewind, Exec, Lazy, SyncWrapper} (#224)
  • ad8c7c5 refactor(connect): safely convert Socket to Tokio TcpSocket (#223)
  • 00911ec chore(test): remove some miri exception config (#222)
  • See full diff in compare view

Updates log from 0.4.27 to 0.4.28

Release notes

Sourced from log's releases.

0.4.28

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.27...0.4.28

Changelog

Sourced from log's changelog.

[0.4.28] - 2025-09-02

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.27...0.4.28

Notable Changes

Commits
  • 6e17355 Merge pull request #695 from rust-lang/cargo/0.4.28
  • 57719db focus on user-facing source changes in the changelog
  • e0630c6 prepare for 0.4.28 release
  • 60829b1 Merge pull request #692 from nebkor/up-and-down
  • 95d44f8 change names of log-level-changing methods to be more descriptive
  • 2b63dfa Add up() and down() methods for Level and LevelFilter
  • 3aa1359 Merge pull request #690 from HaoliangXu/master
  • 1091f2c Chore:delete compare_exchange method for AtomicUsize on platforms
  • 24c5f44 Merge pull request #688 from ZylosLumen/patch-1
  • 4498495 Unhide #[derive(Debug)] in example
  • Additional commits viewable in compare view

Updates pest from 2.8.1 to 2.8.2

Release notes

Sourced from pest's releases.

v2.8.2

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.8.1...v2.8.2

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.8", features = ["grammar-extras"] }
Commits

Updates pest_derive from 2.8.1 to 2.8.2

Release notes

Sourced from pest_derive's releases.

v2.8.2

What's Changed

New Contributors

Full Changelog: pest-parser/pest@v2.8.1...v2.8.2

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.8", features = ["grammar-extras"] }
Commits

Updates arrow from 56.1.0 to 56.2.0

Release notes

Sourced from arrow's releases.

arrow 56.2.0

Changelog

56.2.0 (2025-09-19)

Full Changelog

Implemented enhancements:

  • [Variant] Add variant to arrow primitives for unsigned integers #8368
  • [Variant] [Shredding] Support typed_access for FixedSizeBinary #8335
  • [Variant] [Shredding] Support typed_access for Utf8 and BinaryView #8333
  • [Variant] [Shredding] Support typed_access for Boolean #8329
  • Allow specifying projection in ParquetRecordBatchReader::try_new_with_row_groups #8326
  • [Parquet] Expose predicates from RowFilter #8314
  • [Variant] Use row-oriented builders in cast_to_variant #8310
  • Use apache/arrow-dotnet for integration test #8294
  • [Variant] Add Vairant::as_u* #8283
  • Add a way to modify WriterProperties #8273
  • Dont truncate timestamps on display for Row #8265
  • [Parquet] Add row group write with AsyncArrowWriter #8261
  • [Parquet] Expose ArrowRowGroupWriter #8259
  • [Parquet] Do not compress v2 data page when compress is bad quality #8256 [parquet]
  • [Variant] Refactor cast_to_variant #8234
  • [Variant]: Implement DataType::Union support for cast_to_variant kernel #8195
  • [Variant]: Implement DataType::Duration support for cast_to_variant kernel #8194
  • [Variant] Support typed access for numeric types in variant_get #8178
  • [Parquet] Implement a "push style" API for decoding Parquet Metadata #8164
  • [Variant] Support creating Variants with pre-existing Metadata #8152
  • [Variant] Support Shredded Objects in variant_get: typed path access (STEP 1) #8150
  • [Variant] Add variant feature to parquet crate #8132

... (truncated)

Changelog

Sourced from arrow's changelog.

56.2.0 (2025-09-19)

Full Changelog

Implemented enhancements:

  • [Variant] Add variant to arrow primitives for unsigned integers #8368
  • [Variant] [Shredding] Support typed_access for FixedSizeBinary #8335
  • [Variant] [Shredding] Support typed_access for Utf8 and BinaryView #8333
  • [Variant] [Shredding] Support typed_access for Boolean #8329
  • Allow specifying projection in ParquetRecordBatchReader::try_new_with_row_groups #8326
  • [Parquet] Expose predicates from RowFilter #8314
  • [Variant] Use row-oriented builders in cast_to_variant #8310
  • Use apache/arrow-dotnet for integration test #8294
  • [Variant] Add Vairant::as_u* #8283
  • Add a way to modify WriterProperties #8273
  • Dont truncate timestamps on display for Row #8265
  • [Parquet] Add row group write with AsyncArrowWriter #8261
  • [Parquet] Expose ArrowRowGroupWriter #8259
  • [Parquet] Do not compress v2 data page when compress is bad quality #8256 [parquet]
  • [Variant] Refactor cast_to_variant #8234
  • [Variant]: Implement DataType::Union support for cast_to_variant kernel #8195
  • [Variant]: Implement DataType::Duration support for cast_to_variant kernel #8194
  • [Variant] Support typed access for numeric types in variant_get #8178
  • [Parquet] Implement a "push style" API for decoding Parquet Metadata #8164
  • [Variant] Support creating Variants with pre-existing Metadata #8152
  • [Variant] Support Shredded Objects in variant_get: typed path access (STEP 1) #8150
  • [Variant] Add variant feature to parquet crate #8132
  • [Parquet] Concurrent writes with ArrowWriter.get_column_writers should parallelize across row groups #8115
  • [Variant] Implement VariantArray::value for shredded variants #8091
  • [Variant] Integration tests for reading parquet w/ Variants #8084
  • [Variant]: Implement DataType::Map support for cast_to_variant kernel #8063
  • [Variant]: Implement DataType::List/LargeList support for cast_to_variant kernel #8060

Fixed bugs:

  • Casting floating point numbers fails for Decimal64 but works for other variants #8362
  • [Variant] cast_to_variant conflates empty map with NULL #8289
  • [Avro] Decoder flush panics for map whose value field contains metadata #8270
  • Parquet: Avoid page size exceeds i32::MAX #8263 [parquet]
  • [Avro] Decoder panics on flush when schema contains map whose value is non-nullable #8253
  • Avro nullable field decode failure leads to panic upon decoder flush #8212
  • Avro to arrow schema conversion fails when a field has a default type that is not string #8209
  • parquet: No method named to_ne_bytes found for struct bloom_filter::Block for target s390x-unknown-linux-gnu #8207
  • [Variant] cast_to_variant will panic on certain Date64 or Timestamp Values values #8155
  • Parquet: Avoid page-size overflows i32 #8264 [parquet] (mapleFU)

Documentation updates:

... (truncated)

Commits
  • ae8e6c6 Update version to 56.2.0, add changelog (#8372)
  • 322745d Enable parallel writing across row groups when writing encrypted parquet (#8162)
  • f4840f6 [Variant] Implement new VariantValueArrayBuilder (#8360)
  • aed2f3b Add arrow-avro Reader support for Dense Union and Union resolution (Part 1) (...
  • 1f77ac5 [Variant] Support Variant to PrimitiveArrow for unsigned integer (#8369)
  • d6f40ce [Variant] Allow lossless casting from integer to floating point (#8357)
  • d74d9ba Adds Map & Enum support, round-trip & benchmark tests (#8353)
  • b06996b [Variant] [Shredding] Support typed_access for Utf8 and BinaryView (#8364)
  • 2ec77b5 Update variant_integration test to use final approved parquet-testing dat...
  • 7696432 Fix casting floats to Decimal64 (#8363)
  • Additional commits viewable in compare view

Updates clap from 4.5.46 to 4.5.48

Release notes

Sourced from clap's releases.

v4.5.48

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap
Changelog

Sourced from clap's changelog.

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap
Commits
  • c3a1ddc chore: Release
  • 4460ff4 docs: Update changelog
  • 54947a1 Merge pull request #5981 from mernen/fix-bash-clap-complete-space
  • fd3f6d2 fix(complete): Restore nospace in bash
  • 2f6a108 test(complete): Demonstrate current behavior
  • f88be57 style: Ensure consistent newlines
  • f209bce chore: Release
  • f33ff7f docs: Update changelog
  • bf06e6f Merge pull request #5974 from kryvashek/support-clearing-args-matches
  • 5d357ad feat(parser): Added ArgMatches::try_clear_id()
  • Additional commits viewable in compare view

Updates parquet from 56.1.0 to 56.2.0

Release notes

Sourced from parquet's releases.

arrow 56.2.0

Changelog

56.2.0 (2025-09-19)

Full Changelog

Implemented enhancements:

  • [Variant] Add variant to arrow primitives for unsigned integers #8368
  • [Variant] [Shredding] Support typed_access for FixedSizeBinary #8335
  • [Variant] [Shredding] Support typed_access for Utf8 and BinaryView #8333
  • [Variant] [Shredding] Support typed_access for Boolean #8329
  • Allow specifying projection in ParquetRecordBatchReader::try_new_with_row_groups #8326
  • [Parquet] Expose predicates from RowFilter #8314
  • [Variant] Use row-oriented builders in cast_to_variant #8310
  • Use apache/arrow-dotnet for integration test #8294
  • [Variant] Add Vairant::as_u* #8283
  • Add a way to modify WriterProperties #8273
  • Dont truncate timestamps on display for Row #8265
  • [Parquet] Add row group write with AsyncArrowWriter #8261
  • [Parquet] Expose ArrowRowGroupWriter #8259
  • [Parquet] Do not compress v2 data page when compress is bad quality #8256 [parquet]
  • [Variant] Refactor cast_to_variant #8234
  • [Variant]: Implement DataType::Union support for cast_to_variant kernel #8195
  • [Variant]: Implement DataType::Duration support for cast_to_variant kernel #8194
  • [Variant] Support typed access for numeric types in variant_get #8178
  • [Parquet] Implement a "push style" API for decoding Parquet Metadata #8164
  • [Variant] Support creating Variants with pre-existing Metadata #8152
  • [Variant] Support Shredded Objects in variant_get: typed path access (STEP 1) #8150
  • [Variant] Add variant feature to parquet crate #8132

... (truncated)

Changelog

Sourced from parquet's changelog.

56.2.0 (2025-09-19)

Full Changelog

Implemented enhancements:

  • [Variant] Add variant to arrow primitives for unsigned integers #8368
  • [Variant] [Shredding] Support typed_access for FixedSizeBinary #8335
  • [Variant] [Shredding] Support typed_access for Utf8 and BinaryView #8333
  • [Variant] [Shredding] Support typed_access for Boolean #8329
  • Allow specifying projection in ParquetRecordBatchReader::try_new_with_row_groups #8326
  • [Parquet] Expose predicates from RowFilter #8314
  • [Variant] Use row-oriented builders in cast_to_variant #8310
  • Use apache/arrow-dotnet for integration test #8294
  • [Variant] Add Vairant::as_u* #8283
  • Add a way to modify WriterProperties #8273
  • Dont truncate timestamps on display for Row #8265
  • [Parquet] Add row group write with AsyncArrowWriter #8261
  • [Parquet] Expose ArrowRowGroupWriter #8259
  • [Parquet] Do not compress v2 data page when compress is bad quality #8256 [parquet]
  • [Variant] Refactor cast_to_variant #8234
  • [Variant]: Implement DataType::Union support for cast_to_variant kernel #8195
  • [Variant]: Implement DataType::Duration support for cast_to_variant kernel #8194
  • [Variant] Support typed access for numeric types in variant_get #8178
  • [Parquet] Implement a "push style" API for decoding Parquet Metadata #8164
  • [Variant] Support creating Variants with pre-existing Metadata #8152
  • [Variant] Support Shredded Objects in variant_get: typed path access (STEP 1) #8150
  • [Variant] Add variant feature to parquet crate #8132
  • [Parquet] Concurrent writes with ArrowWriter.get_column_writers should parallelize across row groups #8115
  • [Variant] Implement VariantArray::value for shredded variants #8091
  • [Variant] Integration tests for reading parquet w/ Variants #8084
  • [Variant]: Implement DataType::Map support for cast_to_variant kernel #8063
  • [Variant]: Implement DataType::List/LargeList support for cast_to_variant kernel #8060

Fixed bugs:

  • Casting floating point numbers fails for Decimal64 but works for other variants #8362
  • [Variant] cast_to_variant conflates empty map with NULL #8289
  • [Avro] Decoder flush panics for map whose value field contains metadata #8270
  • Parquet: Avoid page size exceeds i32::MAX #8263 [parquet]
  • [Avro] Decoder panics on flush when schema contains map whose value is non-nullable #8253
  • Avro nullable field decode failure leads to panic upon decoder flush #8212
  • Avro to arrow schema conversion fails when a field has a default type that is not string #8209
  • parquet: No method named to_ne_bytes found for struct bloom_filter::Block for target s390x-unknown-linux-gnu #8207
  • [Variant] cast_to_variant will panic on certain Date64 or Timestamp Values values #8155
  • Parquet: Avoid page-size overflows i32 #8264 [parquet] (mapleFU)

Documentation updates:

... (truncated)

Commits
  • ae8e6c6 Update version to 56.2.0, add changelog (#8372)
  • 322745d Enable parallel writing across row groups when writing encrypted parquet (#8162)
  • f4840f6 [Variant] Implement new VariantValueArrayBuilder (#8360)
  • aed2f3b Add arrow-avro Reader support for Dense Union and Union resolution (Part 1) (...
  • 1f77ac5 [Variant] Support Variant to PrimitiveArrow for unsigned integer (#8369)
  • d6f40ce [Variant] Allow lossless casting from integer to floating point (#8357)
  • d74d9ba Adds Map & Enum support, round-trip & benchmark tests (#8353)
  • b06996b [Variant] [Shredding] Support typed_access for Utf8 and BinaryView (#8364)
  • 2ec77b5 Update variant_integration test to use final approved parquet-testing dat...
  • 7696432 Fix casting floats to Decimal64 (#8363)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minor-updates group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [chrono](https://github.com/chronotope/chrono) | `0.4.41` | `0.4.42` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.16` | `0.1.17` |
| [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.28` |
| [pest](https://github.com/pest-parser/pest) | `2.8.1` | `2.8.2` |
| [pest_derive](https://github.com/pest-parser/pest) | `2.8.1` | `2.8.2` |
| [arrow](https://github.com/apache/arrow-rs) | `56.1.0` | `56.2.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.46` | `4.5.48` |
| [parquet](https://github.com/apache/arrow-rs) | `56.1.0` | `56.2.0` |


Updates `chrono` from 0.4.41 to 0.4.42
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.41...v0.4.42)

Updates `hyper-util` from 0.1.16 to 0.1.17
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper-util@v0.1.16...v0.1.17)

Updates `log` from 0.4.27 to 0.4.28
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.27...0.4.28)

Updates `pest` from 2.8.1 to 2.8.2
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.1...v2.8.2)

Updates `pest_derive` from 2.8.1 to 2.8.2
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.1...v2.8.2)

Updates `arrow` from 56.1.0 to 56.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@56.1.0...56.2.0)

Updates `clap` from 4.5.46 to 4.5.48
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.46...clap_complete-v4.5.48)

Updates `parquet` from 56.1.0 to 56.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@56.1.0...56.2.0)

---
updated-dependencies:
- dependency-name: chrono
  dependency-version: 0.4.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: hyper-util
  dependency-version: 0.1.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: log
  dependency-version: 0.4.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: pest
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: pest_derive
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: arrow
  dependency-version: 56.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
- dependency-name: clap
  dependency-version: 4.5.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-updates
- dependency-name: parquet
  dependency-version: 56.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 1, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2025

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

@dependabot dependabot bot closed this Nov 1, 2025
@dependabot dependabot bot deleted the dependabot/cargo/minor-updates-e9bce39ebc branch November 1, 2025 06:04
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.

1 participant