Skip to content

Commit 5c19eed

Browse files
chore(deps): bump indexmap from 2.11.4 to 2.12.0 (apache#18162)
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.11.4 to 2.12.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.12.0 (2025-10-17)</h2> <ul> <li><strong>MSRV</strong>: Rust 1.82.0 or later is now required.</li> <li>Updated the <code>hashbrown</code> dependency to 0.16 alone.</li> <li>Error types now implement <code>core::error::Error</code>.</li> <li>Added <code>pop_if</code> methods to <code>IndexMap</code> and <code>IndexSet</code>, similar to the method for <code>Vec</code> added in Rust 1.86.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indexmap-rs/indexmap/commit/0e68f8a3605f56c79d2ed84bff5908ee1dcd8a95"><code>0e68f8a</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/422">#422</a> from cuviper/msrv-1.82</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/61c9c94672c2862b29dd65202ccf892969b0fe4c"><code>61c9c94</code></a> ci: only run full miri in the merge queue</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/db43f1945a7f0c39f28754e3557d7f34f1cb1ab3"><code>db43f19</code></a> Release 2.12.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/b46a32a5859fb5aa26f9a7e38c9c93c30fb773f9"><code>b46a32a</code></a> Move more to the lints table</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/4849b1679f6594112805ef8d542e230dfb4c37cf"><code>4849b16</code></a> Make use of RFC2145 type privacy for sealed traits</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/cfff4b7d03e53688b82b7afc350d472cca2d2e32"><code>cfff4b7</code></a> Use bounds in associated type position</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/c7178d73c45fe0cc52aec684282a0aef5b3675b2"><code>c7178d7</code></a> Use <code>core::error::Error</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/76b459b82cd7de7035d96f7b6f0a178e02c4425c"><code>76b459b</code></a> Use more precise capturing for some <code>impl Trait</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/b3d9cc355e227a847a2d2ebcae38a230c005174d"><code>b3d9cc3</code></a> Use the primitive slice's <code>is_sorted</code> methods</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/09db3cce19a24b74cfa13a1510fd72b8ab58ae83"><code>09db3cc</code></a> Use inherent <code>usize::div_ceil</code></li> <li>Additional commits viewable in <a href="https://github.com/indexmap-rs/indexmap/compare/2.11.4...2.12.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.11.4&new-version=2.12.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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcbbfa4 commit 5c19eed

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 17 additions & 17 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
@@ -154,7 +154,7 @@ futures = "0.3"
154154
half = { version = "2.7.0", default-features = false }
155155
hashbrown = { version = "0.14.5", features = ["raw"] }
156156
hex = { version = "0.4.3" }
157-
indexmap = "2.11.4"
157+
indexmap = "2.12.0"
158158
itertools = "0.14"
159159
log = "^0.4"
160160
object_store = { version = "0.12.4", default-features = false }

0 commit comments

Comments
 (0)