[PR #905] [MERGED] build(deps): bump indexmap from 2.7.1 to 2.8.0 #5246

Closed
opened 2026-05-23 00:56:42 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/905
Author: @dependabot[bot]
Created: 3/17/2025
Status: Merged
Merged: 3/17/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/indexmap-2.8.0


📝 Commits (1)

  • 82094e1 build(deps): bump indexmap from 2.7.1 to 2.8.0

📊 Changes

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

View changed files

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

📄 Description

Bumps indexmap from 2.7.1 to 2.8.0.

Changelog

Sourced from indexmap's changelog.

2.8.0 (2025-03-10)

  • 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.
Commits
  • dd06e57 Merge pull request #381 from cuviper/release-2.8.0
  • ab5c2df Release 2.8.0
  • b10b273 Merge pull request #380 from iajoiner/feat/macros-no-std
  • 5fd8971 feat: add indexmap_with_default and indexset_with_default macros
  • 5b133ae Merge pull request #376 from cuviper/slice-eq
  • b56f035 Merge pull request #378 from cuviper/indexes
  • e7e4de4 Correct "indexes" to "indices" in Keys doc
  • a34d7ae Merge pull request #377 from waywardmonkeys/update-to-rand-0.9
  • b8bdead Upgrade dev-dependency rand to 0.9
  • 3c1aa95 Make slice PartialEq more generic
  • 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/905 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/17/2025 **Status:** ✅ Merged **Merged:** 3/17/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/indexmap-2.8.0` --- ### 📝 Commits (1) - [`82094e1`](https://github.com/JakeStanger/ironbar/commit/82094e15da1c5a5089a535f1060d68cb88444baa) build(deps): bump indexmap from 2.7.1 to 2.8.0 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.7.1 to 2.8.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md">indexmap's changelog</a>.</em></p> <blockquote> <h2>2.8.0 (2025-03-10)</h2> <ul> <li>Added <code>indexmap_with_default!</code> and <code>indexset_with_default!</code> to be used with alternative hashers, especially when using the crate without <code>std</code>.</li> <li>Implemented <code>PartialEq</code> between each <code>Slice</code> and <code>[]</code>/arrays.</li> <li>Removed the internal <code>rustc-rayon</code> feature and dependency.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indexmap-rs/indexmap/commit/dd06e5773e4f91748396c67d00c83637f5c0dd49"><code>dd06e57</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/381">#381</a> from cuviper/release-2.8.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/ab5c2df91350897be406cb75d1d2b6d4932c831c"><code>ab5c2df</code></a> Release 2.8.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/b10b27300b2ddd2e702d0d0071ea27be8cc2e763"><code>b10b273</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/380">#380</a> from iajoiner/feat/macros-no-std</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/5fd897196333c830798ade91e655a3c07f131926"><code>5fd8971</code></a> feat: add <code>indexmap_with_default</code> and <code>indexset_with_default</code> macros</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/5b133ae30eb58a67309f98a9bad8a5d6aa7dd08a"><code>5b133ae</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/376">#376</a> from cuviper/slice-eq</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/b56f035f37afc2db4e2f571770a7174a018c68a9"><code>b56f035</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/378">#378</a> from cuviper/indexes</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/e7e4de441037d2668b70a2dcf63c9019744fcf5c"><code>e7e4de4</code></a> Correct &quot;indexes&quot; to &quot;indices&quot; in <code>Keys</code> doc</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/a34d7ae78ecc2287e81c24b1b96bee2e07315c93"><code>a34d7ae</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/377">#377</a> from waywardmonkeys/update-to-rand-0.9</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/b8bdead54196d333a2f7cd76a1c256e953e440b0"><code>b8bdead</code></a> Upgrade dev-dependency <code>rand</code> to 0.9</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/3c1aa9577a543d9fd075307372345801a39d5fd3"><code>3c1aa95</code></a> Make slice <code>PartialEq</code> more generic</li> <li>Additional commits viewable in <a href="https://github.com/indexmap-rs/indexmap/compare/2.7.1...2.8.0">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.7.1&new-version=2.8.0)](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-23 00:56:42 +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#5246
No description provided.