Skip to content

Commit 84e5e25

Browse files
chore(deps-rs): bump indexmap from 2.8.0 to 2.9.0 in the minor group (#2063)
Bumps the minor group with 1 update: [indexmap](https://github.com/indexmap-rs/indexmap). Updates `indexmap` from 2.8.0 to 2.9.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.9.0 (2025-04-04)</h2> <ul> <li>Added a <code>get_disjoint_mut</code> method to <code>IndexMap</code>, matching Rust 1.86's <code>HashMap</code> method.</li> <li>Added a <code>get_disjoint_indices_mut</code> method to <code>IndexMap</code> and <code>map::Slice</code>, matching Rust 1.86's <code>get_disjoint_mut</code> method on slices.</li> <li>Deprecated the <code>borsh</code> feature in favor of their own <code>indexmap</code> feature, solving a cyclic dependency that occured via <code>borsh-derive</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indexmap-rs/indexmap/commit/1818d4140d86aeef18c515f1b060a3fa68da2708"><code>1818d41</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/387">#387</a> from cuviper/release-2.9.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/9f4998341b2f7fad5624fdc1d92c2ca51f0dce64"><code>9f49983</code></a> Release 2.9.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/582a90fda3326cb8e75f702a7251ea46bdd47d34"><code>582a90f</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/386">#386</a> from cuviper/de-borsh</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/90117397b693d3794ce960fe1582ed247569d480"><code>9011739</code></a> Deprecate the &quot;borsh&quot; feature</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/0a836e8648304ac3c29059aaae2569274530dab1"><code>0a836e8</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/238">#238</a> from NiklasJonsson/get_many_mut</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/434d7ac6d122cf27dce979eb3888e362853dfb2d"><code>434d7ac</code></a> Avoid let-else for MSRV's sake</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/5be552d557765a8ccc919185838067b3c77eab95"><code>5be552d</code></a> Implement additional suggestions from review</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/4e1d8cef470b4d96380ebbb8bae8994db1d79f51"><code>4e1d8ce</code></a> Address review feedback</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/5aec9ec674d40f2c2da74ef6a335353cc41092dc"><code>5aec9ec</code></a> Implement get_disjoint_mut for arrays of keys</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/d10de30e74924c8f71f924a307ebca7678ba58e5"><code>d10de30</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/385">#385</a> from iajoiner/docs/macros</li> <li>Additional commits viewable in <a href="https://github.com/indexmap-rs/indexmap/compare/2.8.0...2.9.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.8.0&new-version=2.9.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fbbf237 commit 84e5e25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ clap-verbosity-flag = "3.0.1"
7474
assert_cmd = "2.0.14"
7575
assert_fs = "1.1.1"
7676
predicates = "3.1.0"
77-
indexmap = "2.8.0"
77+
indexmap = "2.9.0"
7878
fxhash = "0.2.1"
7979
bumpalo = "3.16.0"
8080
pathsearch = "0.2.0"

0 commit comments

Comments
 (0)