[PR #422] [MERGED] chore(deps): bump clap from 4.2.5 to 4.2.7 #920

Closed
opened 2026-01-05 14:53:25 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/422
Author: @dependabot[bot]
Created: 5/8/2023
Status: Merged
Merged: 5/8/2023
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/clap-4.2.7


📝 Commits (1)

  • 33cd766 chore(deps): bump clap from 4.2.5 to 4.2.7

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps clap from 4.2.5 to 4.2.7.

Release notes

Sourced from clap's releases.

v4.2.7

[4.2.7] - 2023-05-02

Fixes

  • Correctly track remaining length for iterators provided by ArgMatches

v4.2.6

[4.2.6] - 2023-05-02

Features

  • impl Eq<std::any::TypeId> for clap_builder::util::AnyValueId
Changelog

Sourced from clap's changelog.

[4.2.7] - 2023-05-02

Fixes

  • Correctly track remaining length for iterators provided by ArgMatches

[4.2.6] - 2023-05-02

Features

  • impl Eq<std::any::TypeId> for clap_builder::util::AnyValueId
Commits

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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/422 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/8/2023 **Status:** ✅ Merged **Merged:** 5/8/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/clap-4.2.7` --- ### 📝 Commits (1) - [`33cd766`](https://github.com/LGUG2Z/komorebi/commit/33cd766dbb7d3971b912209a9c5a25b6655b0db0) chore(deps): bump clap from 4.2.5 to 4.2.7 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [clap](https://github.com/clap-rs/clap) from 4.2.5 to 4.2.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p> <blockquote> <h2>v4.2.7</h2> <h2>[4.2.7] - 2023-05-02</h2> <h3>Fixes</h3> <ul> <li>Correctly track remaining length for iterators provided by <code>ArgMatches</code></li> </ul> <h2>v4.2.6</h2> <h2>[4.2.6] - 2023-05-02</h2> <h3>Features</h3> <ul> <li><code>impl Eq&lt;std::any::TypeId&gt; for clap_builder::util::AnyValueId</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[4.2.7] - 2023-05-02</h2> <h3>Fixes</h3> <ul> <li>Correctly track remaining length for iterators provided by <code>ArgMatches</code></li> </ul> <h2>[4.2.6] - 2023-05-02</h2> <h3>Features</h3> <ul> <li><code>impl Eq&lt;std::any::TypeId&gt; for clap_builder::util::AnyValueId</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/baaf5c64c1e751892bb85635f706f24de62a5aa2"><code>baaf5c6</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/1e0d76b51fbf9089b3a6e568d7bebea69a3a0112"><code>1e0d76b</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/7b40f43278c42dda65305ddb097adae7de591769"><code>7b40f43</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4875">#4875</a> from epage/panic</li> <li><a href="https://github.com/clap-rs/clap/commit/937f1ed9c915326fc9ff00d3038e6775e278e8db"><code>937f1ed</code></a> fix(parser): Update iterator sizes as we go</li> <li><a href="https://github.com/clap-rs/clap/commit/a7214540f60503057b04f8e050c0e6f1cacfcedc"><code>a721454</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/4fec57764a65ab7e61f94398c2098a37c1b7d4ff"><code>4fec577</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/a2131aeaf64cedc8e406f423ae703af15debfdc3"><code>a2131ae</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4873">#4873</a> from Molkars/master</li> <li><a href="https://github.com/clap-rs/clap/commit/be885673ab4e8d9ce3c1ecf33196fe2866a1bd4e"><code>be88567</code></a> docs(ref): Fix feature name</li> <li><a href="https://github.com/clap-rs/clap/commit/37507741c4882124a94a79c5ccaac97a03034b2d"><code>3750774</code></a> impl Eq&lt;std::any::TypeId&gt; for clap_builder::util::AnyValueId</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/v4.2.5...v4.2.7">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=4.2.5&new-version=4.2.7)](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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:53:25 +01:00
adam closed this issue 2026-01-05 14:53:25 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#920