Skip to content

fix(deps): update rust crate indexmap to 2.10.0 #336

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

Merged
merged 1 commit into from
Aug 12, 2025

Conversation

nextest-bot
Copy link
Collaborator

@nextest-bot nextest-bot commented Mar 11, 2025

This PR contains the following updates:

Package Type Update Change
indexmap dependencies minor 2.7.1 -> 2.10.0

Release Notes

indexmap-rs/indexmap (indexmap)

v2.10.0

Compare Source

  • Added extract_if methods to IndexMap and IndexSet, similar to the
    methods for HashMap and HashSet with ranges like Vec::extract_if.
  • Added more #[track_caller] annotations to functions that may panic.

v2.9.0

Compare Source

  • Added a get_disjoint_mut method to IndexMap, matching Rust 1.86's
    HashMap method.
  • Added a get_disjoint_indices_mut method to IndexMap and map::Slice,
    matching Rust 1.86's get_disjoint_mut method on slices.
  • Deprecated the borsh feature in favor of their own indexmap feature,
    solving a cyclic dependency that occurred via borsh-derive.

v2.8.0

Compare Source

  • Added indexmap_with_default! and indexset_with_default! to be used with
    alternative hashers, especially when using the crate without std.
  • Implemented PartialEq between each Slice and []/arrays.
  • Removed the internal rustc-rayon feature and dependency.

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 has been generated by Renovate Bot.

@nextest-bot nextest-bot added the dependencies Dependency-related updates label Mar 11, 2025
Copy link

codecov bot commented Mar 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.12%. Comparing base (04ab643) to head (402e970).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #336   +/-   ##
=======================================
  Coverage   79.12%   79.12%           
=======================================
  Files           4        4           
  Lines         666      666           
=======================================
  Hits          527      527           
  Misses        139      139           

☔ 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.

@nextest-bot nextest-bot force-pushed the renovate/indexmap-2.x branch 2 times, most recently from cacb301 to 7062678 Compare April 1, 2025 08:59
@nextest-bot nextest-bot changed the title fix(deps): update rust crate indexmap to 2.8.0 fix(deps): update rust crate indexmap to 2.9.0 Apr 5, 2025
@nextest-bot nextest-bot force-pushed the renovate/indexmap-2.x branch from 7062678 to 4e9d6e5 Compare April 5, 2025 03:15
@nextest-bot nextest-bot force-pushed the renovate/indexmap-2.x branch 2 times, most recently from 0e1a6b6 to 90892c2 Compare April 29, 2025 09:21
@nextest-bot nextest-bot force-pushed the renovate/indexmap-2.x branch from 90892c2 to f77f740 Compare June 27, 2025 03:00
@nextest-bot nextest-bot changed the title fix(deps): update rust crate indexmap to 2.9.0 fix(deps): update rust crate indexmap to 2.10.0 Jun 27, 2025
@nextest-bot nextest-bot force-pushed the renovate/indexmap-2.x branch from f77f740 to d0342a6 Compare July 7, 2025 04:51
@nextest-bot nextest-bot force-pushed the renovate/indexmap-2.x branch from d0342a6 to 402e970 Compare August 6, 2025 05:02
@sunshowers sunshowers merged commit 593903a into main Aug 12, 2025
11 checks passed
@nextest-bot nextest-bot deleted the renovate/indexmap-2.x branch August 12, 2025 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency-related updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants