[PR #261] [MERGED] Bump clap from 4.5.29 to 4.5.30 #358

Closed
opened 2026-03-03 13:47:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/261
Author: @dependabot[bot]
Created: 2/18/2025
Status: Merged
Merged: 2/18/2025
Merged by: @loganmc10

Base: mainHead: dependabot/cargo/clap-4.5.30


📝 Commits (1)

  • c526146 Bump clap from 4.5.29 to 4.5.30

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps clap from 4.5.29 to 4.5.30.

Release notes

Sourced from clap's releases.

v4.5.30

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions
Changelog

Sourced from clap's changelog.

[4.5.30] - 2025-02-17

Fixes

  • (assert) Allow num_args(0..=1) to be used with SetTrue
  • (assert) Clean up rendering of takes_values assertions
Commits
  • f40b37f chore: Release
  • 63bfe1a docs: Update changelog
  • d6bd7e2 Merge pull request #5763 from epage/complete
  • 0887593 fix(complete): Change ValueHint::Unknown to Other, from AnyPath
  • 61ebe72 chore: Release
  • 2e3fcc6 docs: Update changelog
  • 13dad4c Merge pull request #5759 from clap-rs/renovate/unicode-width-0.x
  • 3ca44c7 Merge pull request #5758 from clap-rs/renovate/terminal_size-0.x
  • d71ae66 Merge pull request #5760 from clap-rs/renovate/stable-1.x
  • a25c734 chore(deps): Update dependency STABLE to v1.81.0
  • 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 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)

🔄 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/gopher64/gopher64/pull/261 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/18/2025 **Status:** ✅ Merged **Merged:** 2/18/2025 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `dependabot/cargo/clap-4.5.30` --- ### 📝 Commits (1) - [`c526146`](https://github.com/gopher64/gopher64/commit/c526146c05e5c3630a88c853be156c44245d0d35) Bump clap from 4.5.29 to 4.5.30 ### 📊 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.5.29 to 4.5.30. <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.5.30</h2> <h2>[4.5.30] - 2025-02-17</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Allow <code>num_args(0..=1)</code> to be used with <code>SetTrue</code></li> <li><em>(assert)</em> Clean up rendering of <code>takes_values</code> assertions</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.5.30] - 2025-02-17</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Allow <code>num_args(0..=1)</code> to be used with <code>SetTrue</code></li> <li><em>(assert)</em> Clean up rendering of <code>takes_values</code> assertions</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/f40b37f1d849dc0446e4ebfb8430f142c370903b"><code>f40b37f</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/63bfe1a532ad817b35d2804198d31e2b8f272adf"><code>63bfe1a</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/d6bd7e2ea658c0b3fa82624ca496872627228bda"><code>d6bd7e2</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5763">#5763</a> from epage/complete</li> <li><a href="https://github.com/clap-rs/clap/commit/08875932f7164fad33576e242dcd7a3863844201"><code>0887593</code></a> fix(complete): Change ValueHint::Unknown to Other, from AnyPath</li> <li><a href="https://github.com/clap-rs/clap/commit/61ebe72203f118de5b04692d45714e817a0172bd"><code>61ebe72</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/2e3fcc6aeed8411d7995bf1bdc770e079bc52346"><code>2e3fcc6</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/13dad4c275f9d8f52c28a455160b236a331d1c60"><code>13dad4c</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5759">#5759</a> from clap-rs/renovate/unicode-width-0.x</li> <li><a href="https://github.com/clap-rs/clap/commit/3ca44c7fdbc669222dd52c68a90fd5b7d5ee8323"><code>3ca44c7</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5758">#5758</a> from clap-rs/renovate/terminal_size-0.x</li> <li><a href="https://github.com/clap-rs/clap/commit/d71ae66c49c38bfe32ce2a30724dd5f64cfe1fde"><code>d71ae66</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5760">#5760</a> from clap-rs/renovate/stable-1.x</li> <li><a href="https://github.com/clap-rs/clap/commit/a25c73411d96c655a4ea73a050eba1a39564f737"><code>a25c734</code></a> chore(deps): Update dependency STABLE to v1.81.0</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.29...clap_complete-v4.5.30">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.5.29&new-version=4.5.30)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:47:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#358
No description provided.