Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the rust-dependencies group with 4 updates #120

Merged
merged 2 commits into from
Feb 25, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2025

Updates the requirements on arrow, itertools, thiserror and tracing-serde to permit the latest version.
Updates arrow to 54.2.0

Release notes

Sourced from arrow's releases.

arrow 54.2.0

Changelog

54.2.0 (2025-02-12)

Full Changelog

Implemented enhancements:

  • Casting from Utf8View to Dict(k, Utf8View) #7114
  • Support creating map arrays with key metadata #7100 [arrow]
  • [parquet] Print Parquet BasicTypeInfo id when present #7081 [parquet]
  • Add arrow-ipc benchmarks for the IPC reader and writer #6968 [arrow]

Fixed bugs:

  • NullBufferBuilder::allocated_size Returns Size in Bits #7121 [arrow]
  • [Regression in 54.0.0]. Decimal cast to smaller precision gives invalid (off-by-one) result in some cases #7069 [arrow]
  • Minor: Fix deprecated note to point to the correct const #7067 [arrow]
  • incorrect error message for reading definition levels #7056 [parquet]
  • First None in ListArray panics in cast_with_options #7043 [arrow]

Documentation updates:

Merged pull requests:

  • fix: NullBufferBuilder::allocated_size should return Size in Bytes #7122 [arrow] (shuozel)

... (truncated)

Changelog

Sourced from arrow's changelog.

54.2.0 (2025-02-12)

Full Changelog

Implemented enhancements:

  • Casting from Utf8View to Dict(k, Utf8View) #7114
  • Support creating map arrays with key metadata #7100 [arrow]
  • [parquet] Print Parquet BasicTypeInfo id when present #7081 [parquet]
  • Add arrow-ipc benchmarks for the IPC reader and writer #6968 [arrow]

Fixed bugs:

  • NullBufferBuilder::allocated_size Returns Size in Bits #7121 [arrow]
  • [Regression in 54.0.0]. Decimal cast to smaller precision gives invalid (off-by-one) result in some cases #7069 [arrow]
  • Minor: Fix deprecated note to point to the correct const #7067 [arrow]
  • incorrect error message for reading definition levels #7056 [parquet]
  • First None in ListArray panics in cast_with_options #7043 [arrow]

Documentation updates:

Merged pull requests:

... (truncated)

Commits
  • d4b9482 Update version to 54.2.0 and add CHANGELOG (#7110)
  • 34b2184 Revert "Update rand requirement from 0.8 to 0.9 (#7045)" (#7125)
  • d3a875f feat(object_store): random IP address selection (#7123)
  • ef7d753 fix: NullBufferBuilder::allocated_size should return Size in Bytes (#7122)
  • 78c9df9 Add tests that arrow IPC data is validated (#7096)
  • 2bce568 Support converting large dates (i.e. +10999-12-31) from string to Date32 (#7074)
  • a85fc03 Support setting key field in MapBuilder (#7101)
  • 27d2a75 Expose record boundary information in JSON decoder (#7092)
  • 19f01e3 object_store/gcp: derive Clone for GoogleCloudStorage (#7112)
  • d4432c0 Add ipc reader benchmark (#7091)
  • Additional commits viewable in compare view

Updates itertools to 0.14.0

Changelog

Sourced from itertools's changelog.

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)

Notable Internal Changes

  • Fixed clippy lints (#956, #987, #1008)
  • Addressed warnings within doctests (#964)
  • CI: Run most tests with miri (#961)
  • CI: Speed up "cargo-semver-checks" action (#938)
  • Changed an instance of default_features in Cargo.toml to default-features (#985)

0.13.0

Breaking

  • Removed implementation of DoubleEndedIterator for ConsTuples (#853)
  • Made MultiProduct fused and fixed on an empty iterator (#835, #834)
  • Changed iproduct! to return tuples for maxi one iterator too (#870)
  • Changed PutBack::put_back to return the old value (#880)
  • Removed deprecated repeat_call, Itertools::{foreach, step, map_results, fold_results} (#878)
  • Removed TakeWhileInclusive::new (#912)

Added

  • Added Itertools::{smallest_by, smallest_by_key, largest, largest_by, largest_by_key} (#654, #885)
  • Added Itertools::tail (#899)
  • Implemented DoubleEndedIterator for ProcessResults (#910)
  • Implemented Debug for FormatWith (#931)
  • Added Itertools::get (#891)

Changed

  • Deprecated Itertools::group_by (renamed chunk_by) (#866, #879)

... (truncated)

Commits
  • a015a68 Add next_array and collect_array
  • a1213e1 Prepare v0.14.0 release
  • ff0c942 fix clippy lints
  • f80883b Fix into_group_map_by documentation errors
  • b793238 Add track_caller for asser_equal
  • 5d4056b default_features is deprecated - switch it to default-features
  • a447b68 doc for added trait
  • d0479b0 "nitpicks"
  • 35c78ce IndexMut -> BorrowMut<slice>
  • deb53ba refactored to share code
  • Additional commits viewable in compare view

Updates thiserror to 2.0.11

Release notes

Sourced from thiserror's releases.

2.0.11

Commits
  • 0f532e3 Release 2.0.11
  • 3d15543 Merge pull request #410 from dtolnay/testnostd
  • 1a226ae Disable two more integration tests in no-std mode
  • 8b5f2d7 Fix unused import in test when built without std
  • eecd247 Add CI step to test with "std" disabled
  • 8f2a76b Merge pull request #409 from Maytha8/std-tests
  • 693a6cd Add feature gate to tests that use std
  • 349f696 Release 2.0.10
  • 6cd87bc Merge pull request #408 from dtolnay/assoctype
  • 6b3e1e5 Generate trait bounds on associated types
  • Additional commits viewable in compare view

Updates tracing-serde to 0.2.0

Release notes

Sourced from tracing-serde's releases.

tracing-serde 0.2.0

[ [crates.io][crate-0.2.0] ] | [ [docs.rs][docs-0.2.0] ]

Breaking Changes

  • Correct SerializeField definition and doc formatting (#3040) SerializeField has gained a generic lifetime parameter.

Fixed

  • Implement AsSerde for FieldSet (#2241)
  • breaking Correct SerializeField definition and doc formatting (#3040)

Changed

  • Bump MSRV to 1.63 (#2793)

#2241: tokio-rs/tracing#2241 #3040: tokio-rs/tracing#3040 [docs-0.2.0]: https://docs.rs/tracing-serde/0.2.0/tracing_serde/ [crate-0.2.0]: https://crates.io/crates/tracing-serde/0.2.0

Commits

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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 25, 2025
@dependabot dependabot bot requested a review from sd2k February 25, 2025 17:36
@sd2k
Copy link
Collaborator

sd2k commented Feb 25, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/cargo/rust-dependencies-36da214df4 branch from 4bf0bf5 to 28dec4b Compare February 25, 2025 19:54
@sd2k
Copy link
Collaborator

sd2k commented Feb 25, 2025

@dependabot rebase

Updates the requirements on [arrow](https://github.com/apache/arrow-rs), [itertools](https://github.com/rust-itertools/itertools), [thiserror](https://github.com/dtolnay/thiserror) and [tracing-serde](https://github.com/tokio-rs/tracing) to permit the latest version.

Updates `arrow` to 54.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@53.0.0...54.2.0)

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

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

Updates `tracing-serde` to 0.2.0
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-serde-0.1.3...tracing-serde-0.2.0)

---
updated-dependencies:
- dependency-name: arrow
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: itertools
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: tracing-serde
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/rust-dependencies-36da214df4 branch from 28dec4b to 08e0187 Compare February 25, 2025 20:03
@sd2k sd2k enabled auto-merge (squash) February 25, 2025 20:11
@sd2k sd2k merged commit 5bcf1bd into main Feb 25, 2025
7 checks passed
@sd2k sd2k deleted the dependabot/cargo/rust-dependencies-36da214df4 branch February 25, 2025 20:11
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant