Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Type Update Change
indexmap dependencies minor 2.7.0 -> 2.12.1

Release Notes

indexmap-rs/indexmap (indexmap)

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.

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.

v2.7.1

Compare Source

  • Added #[track_caller] to functions that may panic.
  • Improved memory reservation for insert_entry.

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 changed the title Update Rust crate indexmap to v2.7.1 Update Rust crate indexmap to v2.8.0 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 97785d1 to 326d500 Compare March 10, 2025 21:45
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 326d500 to 2efc9f3 Compare April 5, 2025 01:55
@renovate renovate bot changed the title Update Rust crate indexmap to v2.8.0 Update Rust crate indexmap to v2.9.0 Apr 5, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 2efc9f3 to 350195c Compare June 26, 2025 20:49
@renovate renovate bot changed the title Update Rust crate indexmap to v2.9.0 Update Rust crate indexmap to v2.10.0 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 350195c to 4a949d1 Compare August 22, 2025 20:11
@renovate renovate bot changed the title Update Rust crate indexmap to v2.10.0 Update Rust crate indexmap to v2.11.0 Aug 22, 2025
@renovate renovate bot changed the title Update Rust crate indexmap to v2.11.0 Update Rust crate indexmap to v2.11.1 Sep 9, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 4a949d1 to 2d5984a Compare September 9, 2025 02:02
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 2d5984a to 6e7da73 Compare September 16, 2025 04:54
@renovate renovate bot changed the title Update Rust crate indexmap to v2.11.1 Update Rust crate indexmap to v2.11.3 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 6e7da73 to a40c9cd Compare September 18, 2025 20:59
@renovate renovate bot changed the title Update Rust crate indexmap to v2.11.3 Update Rust crate indexmap to v2.11.4 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from a40c9cd to 0ad8a2b Compare October 18, 2025 01:06
@renovate renovate bot changed the title Update Rust crate indexmap to v2.11.4 Update Rust crate indexmap to v2.12.0 Oct 18, 2025
@renovate renovate bot changed the title Update Rust crate indexmap to v2.12.0 Update Rust crate indexmap to v2.12.1 Nov 20, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 0ad8a2b to 7fe9631 Compare November 20, 2025 18:44
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.

1 participant