[PR #324] [MERGED] build(deps): bump indexmap from 2.0.0 to 2.0.2 #4850

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/324
Author: @dependabot[bot]
Created: 10/2/2023
Status: Merged
Merged: 10/2/2023
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/indexmap-2.0.2


📝 Commits (1)

  • c55a301 build(deps): bump indexmap from 2.0.0 to 2.0.2

📊 Changes

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

View changed files

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

📄 Description

Bumps indexmap from 2.0.0 to 2.0.2.

Changelog

Sourced from indexmap's changelog.

  • 2.0.2

    • The hashbrown dependency has been updated to version 0.14.1 to complete the support for Rust 1.63.
  • 2.0.1

    • MSRV: Rust 1.63.0 is now supported as well, pending publication of hashbrown's relaxed MSRV (or use cargo --ignore-rust-version).
Commits
  • 67e67dd Merge pull request #277 from cuviper/release-2.0.2
  • 9de727d Release 2.0.2 with complete MSRV 1.63
  • fbd129f Merge pull request #276 from cuviper/release-2.0.1
  • 9dcae76 Release 2.0.1 with rust-version = "1.63"
  • 2eaf59c Merge pull request #275 from cuviper/safe-swap
  • 8e03753 Use RawTable::get_many_mut for safe swap_indices
  • 0604c5b Merge pull request #273 from your-diary/docs/indexset
  • 77c58aa Improve explanation about IndexSet's complexity.
  • 9469a1b Merge pull request #272 from daxpedda/minimal-versions
  • 8360847 Test direct-minimal-versions
  • 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/324 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/2/2023 **Status:** ✅ Merged **Merged:** 10/2/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/indexmap-2.0.2` --- ### 📝 Commits (1) - [`c55a301`](https://github.com/JakeStanger/ironbar/commit/c55a3016c3e75b10b206ba56cdb83d4297aaad9c) build(deps): bump indexmap from 2.0.0 to 2.0.2 ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+7 -7) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [indexmap](https://github.com/bluss/indexmap) from 2.0.0 to 2.0.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bluss/indexmap/blob/master/RELEASES.md">indexmap's changelog</a>.</em></p> <blockquote> <ul> <li> <p>2.0.2</p> <ul> <li>The <code>hashbrown</code> dependency has been updated to version 0.14.1 to complete the support for Rust 1.63.</li> </ul> </li> <li> <p>2.0.1</p> <ul> <li><strong>MSRV</strong>: Rust 1.63.0 is now supported as well, pending publication of <code>hashbrown</code>'s relaxed MSRV (or use cargo <code>--ignore-rust-version</code>).</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bluss/indexmap/commit/67e67dd62b105a8dd695a7bc45a6ebd35e85333e"><code>67e67dd</code></a> Merge pull request <a href="https://redirect.github.com/bluss/indexmap/issues/277">#277</a> from cuviper/release-2.0.2</li> <li><a href="https://github.com/bluss/indexmap/commit/9de727dafa8e025b3b2b100a8a2a918019d366a6"><code>9de727d</code></a> Release 2.0.2 with complete MSRV 1.63</li> <li><a href="https://github.com/bluss/indexmap/commit/fbd129fb076f40f1f2c874eaa64a10eeea07ce4d"><code>fbd129f</code></a> Merge pull request <a href="https://redirect.github.com/bluss/indexmap/issues/276">#276</a> from cuviper/release-2.0.1</li> <li><a href="https://github.com/bluss/indexmap/commit/9dcae7688e96fb29d4e80b40c32318613d5d3b5b"><code>9dcae76</code></a> Release 2.0.1 with <code>rust-version = &quot;1.63&quot;</code></li> <li><a href="https://github.com/bluss/indexmap/commit/2eaf59ca3fa9b363b360f81eef319b24e8b6a149"><code>2eaf59c</code></a> Merge pull request <a href="https://redirect.github.com/bluss/indexmap/issues/275">#275</a> from cuviper/safe-swap</li> <li><a href="https://github.com/bluss/indexmap/commit/8e03753066e75908694f0240198911b8fc75db69"><code>8e03753</code></a> Use <code>RawTable::get_many_mut</code> for safe <code>swap_indices</code></li> <li><a href="https://github.com/bluss/indexmap/commit/0604c5b0afc3cab7f45db8bf0391f068e20307f3"><code>0604c5b</code></a> Merge pull request <a href="https://redirect.github.com/bluss/indexmap/issues/273">#273</a> from your-diary/docs/indexset</li> <li><a href="https://github.com/bluss/indexmap/commit/77c58aaab83f268f6934ebe652484f9813854671"><code>77c58aa</code></a> Improve explanation about <code>IndexSet</code>'s complexity.</li> <li><a href="https://github.com/bluss/indexmap/commit/9469a1bf23f6a5490d4825a381d1cc9bd49478eb"><code>9469a1b</code></a> Merge pull request <a href="https://redirect.github.com/bluss/indexmap/issues/272">#272</a> from daxpedda/minimal-versions</li> <li><a href="https://github.com/bluss/indexmap/commit/836084780e096c2c33e2b84be22ca2f2d1e71def"><code>8360847</code></a> Test <code>direct-minimal-versions</code></li> <li>Additional commits viewable in <a href="https://github.com/bluss/indexmap/compare/2.0.0...2.0.2">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.0.0&new-version=2.0.2)](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:55:36 +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#4850
No description provided.