[PR #446] [MERGED] build(deps): bump indexmap from 2.2.1 to 2.2.3 #725

Closed
opened 2026-05-22 21:54:25 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/446
Author: @dependabot[bot]
Created: 2/12/2024
Status: Merged
Merged: 2/12/2024
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/indexmap-2.2.3


📝 Commits (1)

  • 3206dd5 build(deps): bump indexmap from 2.2.1 to 2.2.3

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 Cargo.lock (+5 -5)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps indexmap from 2.2.1 to 2.2.3.

Changelog

Sourced from indexmap's changelog.

2.2.3

  • Added move_index and swap_indices methods to IndexedEntry, OccupiedEntry, and RawOccupiedEntryMut, functioning like the existing methods on IndexMap.
  • Added shift_insert methods on VacantEntry and RawVacantEntryMut, as well as shift_insert_hashed_nocheck on the latter, to insert the new entry at a particular index.
  • Added shift_insert methods on IndexMap and IndexSet to insert a new entry at a particular index, or else move an existing entry there.

2.2.2

  • Added indexing methods to raw entries: RawEntryBuilder::from_hash_full, RawEntryBuilder::index_from_hash, and RawEntryMut::index.
Commits
  • 406bbdb Merge pull request #312 from cuviper/release-2.2.3
  • 3b79b87 Release 2.2.3
  • 8e6753c Merge pull request #310 from cuviper/shift_insert
  • e3ff25b Merge pull request #311 from cuviper/test_debug
  • 2a33977 Fully mask the "test_debug" code from normal builds
  • 8c206ef Test shift_insert that moves
  • 5debe73 IndexSet::swap_indices is O(1) too
  • 4572493 Add IndexSet::shift_insert based on map's method
  • 3b217ca Add IndexMap::shift_insert based on Entry
  • 209e3e1 Document equivalence of move_index/swap_indices
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/446 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/12/2024 **Status:** ✅ Merged **Merged:** 2/12/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/indexmap-2.2.3` --- ### 📝 Commits (1) - [`3206dd5`](https://github.com/JakeStanger/ironbar/commit/3206dd5c54a391a96de4d0d43906d8df50b3b044) build(deps): bump indexmap from 2.2.1 to 2.2.3 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+5 -5) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.2.1 to 2.2.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/indexmap-rs/indexmap/blob/master/RELEASES.md">indexmap's changelog</a>.</em></p> <blockquote> <h2>2.2.3</h2> <ul> <li>Added <code>move_index</code> and <code>swap_indices</code> methods to <code>IndexedEntry</code>, <code>OccupiedEntry</code>, and <code>RawOccupiedEntryMut</code>, functioning like the existing methods on <code>IndexMap</code>.</li> <li>Added <code>shift_insert</code> methods on <code>VacantEntry</code> and <code>RawVacantEntryMut</code>, as well as <code>shift_insert_hashed_nocheck</code> on the latter, to insert the new entry at a particular index.</li> <li>Added <code>shift_insert</code> methods on <code>IndexMap</code> and <code>IndexSet</code> to insert a new entry at a particular index, or else move an existing entry there.</li> </ul> <h2>2.2.2</h2> <ul> <li>Added indexing methods to raw entries: <code>RawEntryBuilder::from_hash_full</code>, <code>RawEntryBuilder::index_from_hash</code>, and <code>RawEntryMut::index</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indexmap-rs/indexmap/commit/406bbdb8ac6239d8e616a814a4db61502333d9c0"><code>406bbdb</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/312">#312</a> from cuviper/release-2.2.3</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/3b79b87ac1e72a796b6fd63b57f6eaf2fdd383f6"><code>3b79b87</code></a> Release 2.2.3</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/8e6753c9b40b30b94e5b5a5bd79be650abe40b0a"><code>8e6753c</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/310">#310</a> from cuviper/shift_insert</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/e3ff25b94c27e1035956dacd29a2dd4775339ab5"><code>e3ff25b</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/311">#311</a> from cuviper/test_debug</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/2a33977a155826904eaecef251f91ac5c566f359"><code>2a33977</code></a> Fully mask the <code>&quot;test_debug&quot;</code> code from normal builds</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/8c206ef7922d8d171fdbb1087c5935e55bb6fb1d"><code>8c206ef</code></a> Test shift_insert that moves</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/5debe7378d0289997b2092c9f685c6f64e20b880"><code>5debe73</code></a> IndexSet::swap_indices is O(1) too</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/4572493c53ecb74b37d6d3aed53007f3322a9329"><code>4572493</code></a> Add <code>IndexSet::shift_insert</code> based on map's method</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/3b217ca498d037087c86d72203753ac650fddc9f"><code>3b217ca</code></a> Add <code>IndexMap::shift_insert</code> based on <code>Entry</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/209e3e16cf8f007a8a0e7de871105f4cba50a07d"><code>209e3e1</code></a> Document equivalence of move_index/swap_indices</li> <li>Additional commits viewable in <a href="https://github.com/indexmap-rs/indexmap/compare/2.2.1...2.2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=indexmap&package-manager=cargo&previous-version=2.2.1&new-version=2.2.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 21:54:25 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#725
No description provided.