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

Update Rust crate itertools to 0.14.0 #1646

Merged
merged 3 commits into from
Mar 17, 2025
Merged

Update Rust crate itertools to 0.14.0 #1646

merged 3 commits into from
Mar 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2025

This PR contains the following updates:

Package Type Update Change
itertools workspace.dependencies minor 0.13.0 -> 0.14.0

Release Notes

rust-itertools/itertools (itertools)

v0.14.0

Compare Source

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)

Configuration

📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 25, 2025
Copy link
Contributor Author

renovate bot commented Feb 25, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package itertools@0.13.0 --precise 0.14.0
    Updating crates.io index
error: failed to select a version for the requirement `itertools = "^0.13.0"`
candidate versions found which didn't match: 0.14.0
location searched: crates.io index
required by package `clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)`
    ... which satisfies git dependency `clickhouse-admin-types` (locked to 0.1.0) of package `nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)`
    ... which satisfies git dependency `nexus-types` (locked to 0.1.0) of package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#75214e14)`
    ... which satisfies git dependency `nexus-client` (locked to 0.1.0) of package `crucible v0.0.1 (/tmp/renovate/repos/github/oxidecomputer/crucible/upstairs)`
    ... which satisfies path dependency `crucible` (locked to 0.0.1) of package `cmon v0.1.0 (/tmp/renovate/repos/github/oxidecomputer/crucible/cmon)`

@renovate renovate bot force-pushed the renovate/itertools-0.x branch from fa5eeb3 to 57f5378 Compare February 26, 2025 05:48

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
@renovate renovate bot force-pushed the renovate/itertools-0.x branch from 57f5378 to 5c210d9 Compare March 12, 2025 23:45
Copy link
Contributor Author

renovate bot commented Mar 17, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@leftwo leftwo merged commit c95e34c into main Mar 17, 2025
17 checks passed
@leftwo leftwo deleted the renovate/itertools-0.x branch March 17, 2025 22:59
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.

None yet

1 participant