[PR #351] [MERGED] build(deps): bump indexmap from 2.0.2 to 2.1.0 #4870

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/351
Author: @dependabot[bot]
Created: 11/6/2023
Status: Merged
Merged: 11/7/2023
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/indexmap-2.1.0


📝 Commits (1)

  • 8975127 build(deps): bump indexmap from 2.0.2 to 2.1.0

📊 Changes

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

View changed files

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

📄 Description

Bumps indexmap from 2.0.2 to 2.1.0.

Changelog

Sourced from indexmap's changelog.

  • 2.1.0

    • Empty slices can now be created with map::Slice::{new, new_mut} and set::Slice::new. In addition, Slice::new, len, and is_empty are now const functions on both types.

    • IndexMap, IndexSet, and their respective Slices all have binary search methods for sorted data: map binary_search_keys and set binary_search for plain comparision, binary_search_by for custom comparators, binary_search_by_key for key extraction, and partition_point for boolean conditions.

Commits

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/351 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/6/2023 **Status:** ✅ Merged **Merged:** 11/7/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/indexmap-2.1.0` --- ### 📝 Commits (1) - [`8975127`](https://github.com/JakeStanger/ironbar/commit/897512720a6427b5a245cf8f5fde49e2b4f206b0) build(deps): bump indexmap from 2.0.2 to 2.1.0 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [indexmap](https://github.com/bluss/indexmap) from 2.0.2 to 2.1.0. <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.1.0</p> <ul> <li> <p>Empty slices can now be created with <code>map::Slice::{new, new_mut}</code> and <code>set::Slice::new</code>. In addition, <code>Slice::new</code>, <code>len</code>, and <code>is_empty</code> are now <code>const</code> functions on both types.</p> </li> <li> <p><code>IndexMap</code>, <code>IndexSet</code>, and their respective <code>Slice</code>s all have binary search methods for sorted data: map <code>binary_search_keys</code> and set <code>binary_search</code> for plain comparision, <code>binary_search_by</code> for custom comparators, <code>binary_search_by_key</code> for key extraction, and <code>partition_point</code> for boolean conditions.</p> </li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bluss/indexmap/commit/ff497924ea8f5f949444f31fa3b33d50320f4e49"><code>ff49792</code></a> Merge pull request <a href="https://redirect.github.com/bluss/indexmap/issues/283">#283</a> from cuviper/release-2.1.0</li> <li><a href="https://github.com/bluss/indexmap/commit/f1ea00731d418e4dde4350bf93b8b058d74cb316"><code>f1ea007</code></a> Release 2.1.0</li> <li><a href="https://github.com/bluss/indexmap/commit/cd641d2942b8226dc3afaa1ddc5c29d475e3ed5b"><code>cd641d2</code></a> Merge pull request <a href="https://redirect.github.com/bluss/indexmap/issues/282">#282</a> from Eh2406/binary_search</li> <li><a href="https://github.com/bluss/indexmap/commit/7326a6e1ac696b479c3d2595c91a8393c1bf32e2"><code>7326a6e</code></a> Re-wrap the binary search docs</li> <li><a href="https://github.com/bluss/indexmap/commit/eec4c437ea435bfae4e507fe713cde225a63598f"><code>eec4c43</code></a> Add plain binary search to maps and sets too</li> <li><a href="https://github.com/bluss/indexmap/commit/1350db6fd48ca4ad6d9843681c6f7d710885f6fb"><code>1350db6</code></a> Capitalize &quot;see&quot; in binary search docs</li> <li><a href="https://github.com/bluss/indexmap/commit/3263c0f03fca5fa42902118adbdfb4854db17633"><code>3263c0f</code></a> fix wording</li> <li><a href="https://github.com/bluss/indexmap/commit/0d5ee8013ade2401d2ae5687ae3e537649107fc6"><code>0d5ee80</code></a> Merge pull request <a href="https://redirect.github.com/bluss/indexmap/issues/278">#278</a> from cuviper/slice-new</li> <li><a href="https://github.com/bluss/indexmap/commit/d93534fa2937599e2eb6fa59daa55e2ba2705f55"><code>d93534f</code></a> add tests</li> <li><a href="https://github.com/bluss/indexmap/commit/348b42f3cde32ca416ad76e3ceb8bbe3090fd01e"><code>348b42f</code></a> add binary_search and friends</li> <li>Additional commits viewable in <a href="https://github.com/bluss/indexmap/compare/2.0.2...2.1.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.0.2&new-version=2.1.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:55:39 +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#4870
No description provided.