Skip to content

chore(deps): bump indexmap from 2.14.0 to 2.14.1 in the all-other-cargo-deps group across 1 directory - #10940

Merged
Jefffrey merged 1 commit into
mainfrom
dependabot/cargo/main/all-other-cargo-deps-9a04a1746e
Sep 2, 2026
Merged

Jefffrey merged 1 commit into
mainfrom
dependabot/cargo/main/all-other-cargo-deps-9a04a1746e

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-other-cargo-deps group with 1 update in the / directory: indexmap.

Updates indexmap from 2.14.0 to 2.14.1

Changelog

Sourced from indexmap's changelog.

2.14.1 (2026-08-28)

  • Simplify comparisons where Equivalent isn't needed (Q = K).
  • Unify index assertions for bounds checks.
  • Fix (or expect) clippy lints.
Commits
  • fdf7e17 Merge pull request #449 from cuviper/release-2.14.1
  • ada540e Release 2.14.1
  • af93b43 expect clippy::redundant_slicing in tests
  • c95da18 fix clippy::derivable_impls
  • 2196365 fix clippy::useless_vec (and more) in tests
  • 1c2be7b use inherent usize::MAX
  • 64f4a06 fix clippy::int_plus_one
  • 41760c5 fix clippy::map_entry
  • be7ffd0 expect clippy::unnecessary_get_then_check in benches
  • bb35663 expect clippy::reversed_empty_ranges in tests
  • Additional commits viewable in compare view

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 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

Bumps the all-other-cargo-deps group with 1 update in the / directory: [indexmap](https://github.com/indexmap-rs/indexmap).


Updates `indexmap` from 2.14.0 to 2.14.1
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.14.0...2.14.1)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-version: 2.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-other-cargo-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added arrow Changes to the arrow crate auto-dependencies labels Sep 1, 2026
@github-actions github-actions Bot removed the arrow Changes to the arrow crate label Sep 1, 2026
@Jefffrey
Jefffrey merged commit da1e0bc into main Sep 2, 2026
27 of 28 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/main/all-other-cargo-deps-9a04a1746e branch September 2, 2026 01:45
Rich-T-kid pushed a commit to Rich-T-kid/arrow-rs that referenced this pull request Sep 18, 2026
…go-deps group across 1 directory (apache#10940)

Bumps the all-other-cargo-deps group with 1 update in the / directory:
[indexmap](https://github.com/indexmap-rs/indexmap).

Updates `indexmap` from 2.14.0 to 2.14.1
<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.1 (2026-08-28)</h2>
<ul>
<li>Simplify comparisons where <code>Equivalent</code> isn't needed
(<code>Q = K</code>).</li>
<li>Unify index assertions for bounds checks.</li>
<li>Fix (or <code>expect</code>) clippy lints.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/fdf7e1738b3b53869bdc15d666f9b81961041825"><code>fdf7e17</code></a>
Merge pull request <a
href="https://redirect.github.com/indexmap-rs/indexmap/issues/449">#449</a>
from cuviper/release-2.14.1</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/ada540e17cc7d8f38359f7d83c225e38f367c86b"><code>ada540e</code></a>
Release 2.14.1</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/af93b43ecd62d28deb59a6ac23f98bd115475eaf"><code>af93b43</code></a>
expect clippy::redundant_slicing in tests</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/c95da18c97d2742fe8731f36e81c1d04f0620c6a"><code>c95da18</code></a>
fix clippy::derivable_impls</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/21963654e41f86f396a2ba6d9582ccd8eb7df52c"><code>2196365</code></a>
fix clippy::useless_vec (and more) in tests</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/1c2be7b00c5bb61f654210355d1e9f0d9be03956"><code>1c2be7b</code></a>
use inherent usize::MAX</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/64f4a06684dd4ed06dc6629dd8bbefc59394b2c9"><code>64f4a06</code></a>
fix clippy::int_plus_one</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/41760c52bbfdd6c7cb43331246c813506d825a49"><code>41760c5</code></a>
fix clippy::map_entry</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/be7ffd0d154c06f76152b6884ee44f88eebe68aa"><code>be7ffd0</code></a>
expect clippy::unnecessary_get_then_check in benches</li>
<li><a
href="https://github.com/indexmap-rs/indexmap/commit/bb35663f7593b37976ed6271c09f747559d646fe"><code>bb35663</code></a>
expect clippy::reversed_empty_ranges in tests</li>
<li>Additional commits viewable in <a
href="https://github.com/indexmap-rs/indexmap/compare/2.14.0...2.14.1">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.14.0&new-version=2.14.1)](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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant