Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2024

This PR contains the following updates:

Package Type Update Change
indexmap workspace.dependencies minor 2.6.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.

v2.7.0

Compare Source

  • Added methods Entry::insert_entry and VacantEntry::insert_entry, returning
    an OccupiedEntry after insertion.

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.

kodiakhq[bot]
kodiakhq bot previously approved these changes Dec 1, 2024
@renovate renovate bot changed the title chore: update rust crate indexmap to v2.7.0 chore: update rust crate indexmap to v2.7.1 Jan 20, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 5db9b22 to c1d892d Compare January 20, 2025 06:01
kodiakhq[bot]
kodiakhq bot previously approved these changes Jan 20, 2025
@renovate renovate bot changed the title chore: update rust crate indexmap to v2.7.1 chore: update rust crate indexmap to v2.8.0 Mar 10, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from c1d892d to 40844d4 Compare March 10, 2025 22:38
kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 10, 2025
@renovate renovate bot changed the title chore: update rust crate indexmap to v2.8.0 chore: update rust crate indexmap to v2.9.0 Apr 5, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 40844d4 to 5603db9 Compare April 5, 2025 02:02
kodiakhq[bot]
kodiakhq bot previously approved these changes Apr 5, 2025
@renovate renovate bot changed the title chore: update rust crate indexmap to v2.9.0 chore: update rust crate indexmap to v2.10.0 Jun 26, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 5603db9 to f7567a2 Compare June 26, 2025 22:24
kodiakhq[bot]
kodiakhq bot previously approved these changes Jun 26, 2025
@renovate renovate bot changed the title chore: update rust crate indexmap to v2.10.0 chore: update rust crate indexmap to v2.11.0 Aug 22, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from f7567a2 to 2b90f20 Compare August 22, 2025 18:31
kodiakhq[bot]
kodiakhq bot previously approved these changes Aug 22, 2025
@renovate renovate bot changed the title chore: update rust crate indexmap to v2.11.0 chore: update rust crate indexmap to v2.11.1 Sep 9, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 2b90f20 to 9639878 Compare September 9, 2025 01:14
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 9, 2025
@renovate renovate bot changed the title chore: update rust crate indexmap to v2.11.1 chore: update rust crate indexmap to v2.11.3 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 9639878 to df7aa9c Compare September 16, 2025 03:38
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 16, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from df7aa9c to 9b2fe35 Compare September 18, 2025 22:36
@renovate renovate bot changed the title chore: update rust crate indexmap to v2.11.3 chore: update rust crate indexmap to v2.11.4 Sep 18, 2025
kodiakhq[bot]
kodiakhq bot previously approved these changes Sep 18, 2025
@renovate renovate bot changed the title chore: update rust crate indexmap to v2.11.4 chore: update rust crate indexmap to v2.12.0 Oct 18, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 9b2fe35 to 1735420 Compare October 18, 2025 03:59
kodiakhq[bot]
kodiakhq bot previously approved these changes Oct 18, 2025
@renovate renovate bot force-pushed the renovate/indexmap-2.x-lockfile branch from 1735420 to 38c8f1b Compare November 20, 2025 21:31
@renovate renovate bot changed the title chore: update rust crate indexmap to v2.12.0 chore: update rust crate indexmap to v2.12.1 Nov 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant