Skip to content

chore(deps): update rust crate indexmap to v2.13.0#15

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/indexmap-2.x-lockfile
Open

chore(deps): update rust crate indexmap to v2.13.0#15
renovate[bot] wants to merge 1 commit intomainfrom
renovate/indexmap-2.x-lockfile

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2025

This PR contains the following updates:

Package Type Update Change
indexmap workspace.dependencies minor 2.10.02.13.0

Release Notes

indexmap-rs/indexmap (indexmap)

v2.13.0

Compare Source

  • Implemented Clone for IntoKeys and IntoValues.
  • Added map::Slice::split_at_checked and split_at_mut_checked.
  • Added set::Slice::split_at_checked.

v2.12.1

Compare Source

  • Simplified a lot of internals using hashbrown's new bucket API.

v2.12.0

Compare Source

  • MSRV: Rust 1.82.0 or later is now required.
  • Updated the hashbrown dependency to 0.16 alone.
  • Error types now implement core::error::Error.
  • Added pop_if methods to IndexMap and IndexSet, similar to the
    method for Vec added in Rust 1.86.

v2.11.4

Compare Source

  • Updated the hashbrown dependency to a range allowing 0.15 or 0.16.

v2.11.3

Compare Source

  • Make the minimum serde version only apply when "serde" is enabled.

v2.11.2

Compare Source

  • Switched the "serde" feature to depend on serde_core, improving build
    parallelism in cases where other dependents have enabled "serde/derive".

v2.11.1

Compare Source

  • Added a get_key_value_mut method to IndexMap.
  • Removed the unnecessary Ord bound on insert_sorted_by methods.

v2.11.0

Compare Source

  • Added insert_sorted_by and insert_sorted_by_key methods to IndexMap,
    IndexSet, and VacantEntry, like customizable versions of insert_sorted.
  • Added is_sorted, is_sorted_by, and is_sorted_by_key methods to
    IndexMap and IndexSet, as well as their Slice counterparts.
  • Added sort_by_key and sort_unstable_by_key methods to IndexMap and
    IndexSet, as well as parallel counterparts.
  • Added replace_index methods to IndexMap, IndexSet, and VacantEntry
    to replace the key (or set value) at a given index.
  • Added optional sval serialization support.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 8e54837 to 85efa08 Compare September 9, 2025 07:39
@renovate renovate bot changed the title chore(deps): update rust crate indexmap to v2.11.0 chore(deps): update rust crate indexmap to v2.11.1 Sep 9, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 85efa08 to ebb73e1 Compare September 17, 2025 03:56
@renovate renovate bot changed the title chore(deps): update rust crate indexmap to v2.11.1 chore(deps): update rust crate indexmap to v2.11.3 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from ebb73e1 to 5960da8 Compare September 18, 2025 20:08
@renovate renovate bot changed the title chore(deps): update rust crate indexmap to v2.11.3 chore(deps): update rust crate indexmap to v2.11.4 Sep 18, 2025
@renovate renovate bot changed the title chore(deps): update rust crate indexmap to v2.11.4 chore(deps): update rust crate indexmap to v2.12.0 Oct 18, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 5960da8 to 43362ee Compare October 18, 2025 07:05
@renovate renovate bot changed the title chore(deps): update rust crate indexmap to v2.12.0 chore(deps): update rust crate indexmap to v2.12.1 Nov 22, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 43362ee to 6eba55a Compare November 22, 2025 00:00
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 6eba55a to 00c4e63 Compare January 8, 2026 07:03
@renovate renovate bot changed the title chore(deps): update rust crate indexmap to v2.12.1 chore(deps): update rust crate indexmap to v2.13.0 Jan 8, 2026
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.

0 participants