Skip to content

Conversation

@mend-5034428
Copy link

@mend-5034428 mend-5034428 bot commented Mar 14, 2025

This PR contains the following updates:

Package Type Update Change
indexmap dependencies minor 2.7 -> 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

@mend-5034428 mend-5034428 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
@mend-5034428 mend-5034428 bot force-pushed the whitesource-remediate/indexmap-2.x branch from c553f32 to e13ee2c Compare April 5, 2025 03:33
@mend-5034428 mend-5034428 bot force-pushed the whitesource-remediate/indexmap-2.x branch from e13ee2c to 3bd985b Compare June 28, 2025 01:15
@mend-5034428 mend-5034428 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 28, 2025
@mend-5034428 mend-5034428 bot force-pushed the whitesource-remediate/indexmap-2.x branch from 3bd985b to 5149476 Compare August 23, 2025 01:08
@mend-5034428 mend-5034428 bot changed the title fix(deps): update rust crate indexmap to 2.10.0 fix(deps): update rust crate indexmap to 2.11.0 Aug 23, 2025
@mend-5034428 mend-5034428 bot force-pushed the whitesource-remediate/indexmap-2.x branch from 5149476 to 72cfecb Compare September 9, 2025 01:09
@mend-5034428 mend-5034428 bot changed the title fix(deps): update rust crate indexmap to 2.11.0 fix(deps): update rust crate indexmap to 2.11.1 Sep 9, 2025
@mend-5034428 mend-5034428 bot force-pushed the whitesource-remediate/indexmap-2.x branch from 72cfecb to e2d24b6 Compare September 16, 2025 01:22
@mend-5034428 mend-5034428 bot changed the title fix(deps): update rust crate indexmap to 2.11.1 fix(deps): update rust crate indexmap to 2.11.3 Sep 16, 2025
@mend-5034428 mend-5034428 bot force-pushed the whitesource-remediate/indexmap-2.x branch from e2d24b6 to 3ad7c83 Compare September 20, 2025 01:27
@mend-5034428 mend-5034428 bot changed the title fix(deps): update rust crate indexmap to 2.11.3 fix(deps): update rust crate indexmap to 2.11.4 Sep 20, 2025
@mend-5034428 mend-5034428 bot force-pushed the whitesource-remediate/indexmap-2.x branch from 3ad7c83 to 2e0a180 Compare October 18, 2025 01:16
@mend-5034428 mend-5034428 bot changed the title fix(deps): update rust crate indexmap to 2.11.4 fix(deps): update rust crate indexmap to 2.12.0 Oct 18, 2025
@mend-5034428 mend-5034428 bot force-pushed the whitesource-remediate/indexmap-2.x branch from 2e0a180 to 9725856 Compare November 21, 2025 01:28
@mend-5034428 mend-5034428 bot changed the title fix(deps): update rust crate indexmap to 2.12.0 fix(deps): update rust crate indexmap to 2.12.1 Nov 21, 2025
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