Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2025

This PR contains the following updates:

Package Type Update Change
itertools 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 - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 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
Copy link
Contributor Author

renovate bot commented Jan 6, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts 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 crates/bws/Cargo.toml --package [email protected] --precise 0.14.0
    Updating git repository `https://github.com/bitwarden/sdk-internal.git`
From https://github.com/bitwarden/sdk-internal
 * [new ref]           ab7ae369f07ecbcce8db5512f076881ff8cc8f7b -> refs/commit/ab7ae369f07ecbcce8db5512f076881ff8cc8f7b
    Updating crates.io index
error: failed to select a version for the requirement `itertools = "^0.13"`
candidate versions found which didn't match: 0.14.0
location searched: crates.io index
required by package `zxcvbn v3.1.0`
    ... which satisfies dependency `zxcvbn = ">=3.0.1, <4.0"` (locked to 3.1.0) of package `bitwarden-core v1.0.0 (https://github.com/bitwarden/sdk-internal.git?rev=ab7ae369f07ecbcce8db5512f076881ff8cc8f7b#ab7ae369)`
    ... which satisfies git dependency `bitwarden-core` (locked to 1.0.0) of package `bitwarden v1.0.0 (/tmp/renovate/repos/github/bitwarden/sdk-sm/crates/bitwarden)`
    ... which satisfies path dependency `bitwarden` (locked to 1.0.0) of package `bws v1.0.0 (/tmp/renovate/repos/github/bitwarden/sdk-sm/crates/bws)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/sdk-schemas/Cargo.toml --package [email protected] --precise 0.14.0
    Updating crates.io index
error: failed to select a version for the requirement `itertools = "^0.13"`
candidate versions found which didn't match: 0.14.0
location searched: crates.io index
required by package `zxcvbn v3.1.0`
    ... which satisfies dependency `zxcvbn = ">=3.0.1, <4.0"` (locked to 3.1.0) of package `bitwarden-core v1.0.0 (https://github.com/bitwarden/sdk-internal.git?rev=ab7ae369f07ecbcce8db5512f076881ff8cc8f7b#ab7ae369)`
    ... which satisfies git dependency `bitwarden-core` (locked to 1.0.0) of package `bitwarden v1.0.0 (/tmp/renovate/repos/github/bitwarden/sdk-sm/crates/bitwarden)`
    ... which satisfies path dependency `bitwarden` (locked to 1.0.0) of package `bws v1.0.0 (/tmp/renovate/repos/github/bitwarden/sdk-sm/crates/bws)`

@bitwarden-bot bitwarden-bot changed the title [deps]: Update Rust crate itertools to 0.14.0 [PM-16749] [deps]: Update Rust crate itertools to 0.14.0 Jan 6, 2025
@bitwarden-bot
Copy link

Internal tracking:

@codecov
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 15.34%. Comparing base (5b04033) to head (3b9f71e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1200   +/-   ##
=======================================
  Coverage   15.34%   15.34%           
=======================================
  Files          21       21           
  Lines        1199     1199           
=======================================
  Hits          184      184           
  Misses       1015     1015           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot changed the title [PM-16749] [deps]: Update Rust crate itertools to 0.14.0 [deps]: Update Rust crate itertools to 0.14.0 Jan 6, 2025
@renovate renovate bot force-pushed the renovate/itertools-0.x branch from db102b0 to 7635dc3 Compare August 10, 2025 15:48
@renovate renovate bot requested a review from a team as a code owner August 10, 2025 15:48
@renovate renovate bot force-pushed the renovate/itertools-0.x branch from 7635dc3 to 1ef0804 Compare September 25, 2025 18:01
@vincentsalucci
Copy link
Member

New Jira tracking task: https://bitwarden.atlassian.net/browse/SM-1694

@renovate renovate bot force-pushed the renovate/itertools-0.x branch from aa3df7c to 3b9f71e Compare December 3, 2025 15:49
@tangowithfoxtrot tangowithfoxtrot enabled auto-merge (squash) December 3, 2025 16:12
@tangowithfoxtrot tangowithfoxtrot merged commit e36e4ee into main Dec 3, 2025
83 of 88 checks passed
@tangowithfoxtrot tangowithfoxtrot deleted the renovate/itertools-0.x branch December 3, 2025 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants