Skip to content

Commit f9697c1

Browse files
chore(deps): bump indexmap from 2.12.1 to 2.13.0 (#19747)
Bumps [indexmap](https://github.com/indexmap-rs/indexmap) from 2.12.1 to 2.13.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.13.0 (2026-01-07)</h2> <ul> <li>Implemented <code>Clone</code> for <code>IntoKeys</code> and <code>IntoValues</code>.</li> <li>Added <code>map::Slice::split_at_checked</code> and <code>split_at_mut_checked</code>.</li> <li>Added <code>set::Slice::split_at_checked</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/indexmap-rs/indexmap/commit/a4aba99f09636ad727d934d367f701c965367cc3"><code>a4aba99</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/431">#431</a> from cuviper/release-2.13.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/e345f3a7ba6064f34d6c9ac367cb878c21dd2ffd"><code>e345f3a</code></a> Release 2.13.0</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/e6b677b4ce0f35d127da24b1b4553aa7a7bc3fb1"><code>e6b677b</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/430">#430</a> from cuviper/split_at_checked</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/61c9d534e1dfbbd3b248f10b982dcf6f7f89613d"><code>61c9d53</code></a> Add <code>Slice::split_at_checked</code> and <code>split_at_mut_checked</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/8b8d35076238f1c06ea522efaf73be9154ca72d5"><code>8b8d350</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/426">#426</a> from cuviper/clone-intokv</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/88efd0cadd7cdab8624bbbaeac66fba14701472e"><code>88efd0c</code></a> <code>impl Clone for IntoKeys</code> and <code>IntoValues</code></li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/3b6d04bab36739744c78f91ce717b1f9344bae9a"><code>3b6d04b</code></a> Merge pull request <a href="https://redirect.github.com/indexmap-rs/indexmap/issues/425">#425</a> from cuviper/inner-core</li> <li><a href="https://github.com/indexmap-rs/indexmap/commit/eb30eb112bdea0eb344a508aeda58359db8696c8"><code>eb30eb1</code></a> Move crate::map::core to crate::inner</li> <li>See full diff in <a href="https://github.com/indexmap-rs/indexmap/compare/2.12.1...2.13.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.12.1&new-version=2.13.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 1c37638 commit f9697c1

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 18 additions & 18 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
@@ -158,7 +158,7 @@ glob = "0.3.0"
158158
half = { version = "2.7.0", default-features = false }
159159
hashbrown = { version = "0.16.1" }
160160
hex = { version = "0.4.3" }
161-
indexmap = "2.12.1"
161+
indexmap = "2.13.0"
162162
insta = { version = "1.46.0", features = ["glob", "filters"] }
163163
itertools = "0.14"
164164
liblzma = { version = "0.4.4", features = ["static"] }

0 commit comments

Comments
 (0)