Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Aug 23, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
indexmap workspace.dependencies minor 2.10.02.14.0

Release Notes

indexmap-rs/indexmap (indexmap)

v2.14.0

Compare Source

  • MSRV: Rust 1.85.0 or later is now required.
  • Updated the hashbrown dependency to 0.17.
  • Made more map::Slice methods const: new_mut, first_mut, last_mut,
    split_at_mut, split_at_mut_checked, split_first_mut, split_last_mut

v2.13.1

Compare Source

  • Made some Slice methods const:
    • map::Slice::{first,last,split_at,split_at_checked,split_first,split_last}
    • set::Slice::{first,last,split_at,split_at_checked,split_first,split_last}

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: (UTC)

  • 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
@renovate
renovate Bot force-pushed the renovate/indexmap-2.x-lockfile branch from 00c4e63 to 4cc93a4 Compare April 15, 2026 15:50
@renovate renovate Bot changed the title chore(deps): update rust crate indexmap to v2.13.0 chore(deps): update rust crate indexmap to v2.14.0 Apr 15, 2026
@renovate
renovate Bot force-pushed the renovate/indexmap-2.x-lockfile branch from 4cc93a4 to ed1fdf1 Compare May 23, 2026 07:12
@renovate
renovate Bot force-pushed the renovate/indexmap-2.x-lockfile branch from ed1fdf1 to f6c9c1e Compare July 25, 2026 15:14
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