Skip to content

Commit f72dc2a

Browse files
chore(deps-rs): bump indexmap from 2.13.1 to 2.14.0 in the minor group (#1510)
Bumps the minor group with 1 update: [indexmap](https://github.com/indexmap-rs/indexmap). Updates `indexmap` from 2.13.1 to 2.14.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.14.0 (2026-04-09)</h2> <ul> <li><strong>MSRV</strong>: Rust 1.85.0 or later is now required.</li> <li>Updated the <code>hashbrown</code> dependency to 0.17.</li> <li>Made more <code>map::Slice</code> methods <code>const</code>: <code>new_mut</code>, <code>first_mut</code>, <code>last_mut</code>, <code>split_at_mut</code>, <code>split_at_mut_checked</code>, <code>split_first_mut</code>, <code>split_last_mut</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indexmap-rs/indexmap/commit/bcd165baeb12bdf6e57a31d9869e9839e25679c6"><code>bcd165b</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/439">#439</a> from cuviper/release-2.14.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/4ef06a729e0af095d2f39ec4bda5e0882054726e"><code>4ef06a7</code></a> Release 2.14.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/d21826ca9351e968e7c5cff4f818e7a5e3cc481b"><code>d21826c</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/438">#438</a> from cuviper/hashbrown-0.17</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/2566bec20dfbca0fa037939e67df4938c0f60f01"><code>2566bec</code></a> Upgrade to <code>hashbrown v0.17</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/4b62776c3f7dec98a5b89f907c3add5c603343b0"><code>4b62776</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/437">#437</a> from cuviper/disjoint-panic</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/478fba2eb0594f0fdc70b6b93e90fae820bdf82e"><code>478fba2</code></a> Normalize the panic doc of <code>get_disjoint_mut</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/fb6dafda4ee443864c88b61a4dfc8982012d3d39"><code>fb6dafd</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/436">#436</a> from cuviper/const-slice-mut</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/5c237a2ab7db4017b057f6b52e28c78dd427cd94"><code>5c237a2</code></a> Make <code>Slice::{first,last,split_*}_mut</code> methods <code>const</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/48ff9ce2e3a2a464e4f599691df62dff178d655b"><code>48ff9ce</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/435">#435</a> from cuviper/edition-2024</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/648be98a3112278e1aea7c5b7d3c3a4f77e1eddb"><code>648be98</code></a> <code>cargo fmt</code> with edition 2024</li> <li>Additional commits viewable in <a href="https://github.com/indexmap-rs/indexmap/compare/2.13.1...2.14.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.13.1&new-version=2.14.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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9dfeccd commit f72dc2a

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 21 additions & 21 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
@@ -77,7 +77,7 @@ csv = "1.4.0"
7777
delegate = "0.13.5"
7878
derive_more = "2.1.1"
7979
fxhash = "0.2.1"
80-
indexmap = "2.13.1"
80+
indexmap = "2.14.0"
8181
lazy_static = "1.5.0"
8282
libc = "0.2.184"
8383
num_cpus = "1.17.0"

0 commit comments

Comments
 (0)