[PR #1255] [MERGED] build(deps): bump clap_complete from 4.5.60 to 4.5.61 #6880

Closed
opened 2026-05-23 01:57:23 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1255
Author: @dependabot[bot]
Created: 11/24/2025
Status: Merged
Merged: 11/24/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/clap_complete-4.5.61


📝 Commits (1)

  • 78e4cd5 build(deps): bump clap_complete from 4.5.60 to 4.5.61

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 Cargo.lock (+2 -2)
📝 Cargo.toml (+1 -1)

📄 Description

Bumps clap_complete from 4.5.60 to 4.5.61.

Commits
  • 8d87e70 chore: Release
  • fe99e5a docs: Update changelog
  • 596e98c Merge pull request #6129 from cooronx/feat_default_values_if_and_default_valu...
  • c2ced1a feat: Add default_values_if and default_values_ifs to match default_values
  • e82e1ed chore: Release
  • 558e374 docs: Update changelog
  • dd7cafe Merge pull request #6184 from epage/conflict
  • 1823cef fix(parser): Don't panic when subcommands conflict with groups
  • dcc2846 test(parser): Show panic
  • bb0b2f1 Merge pull request #6181 from jgreitemann/jg/kqvvzuzuzywv
  • 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/JakeStanger/ironbar/pull/1255 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/24/2025 **Status:** ✅ Merged **Merged:** 11/24/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/clap_complete-4.5.61` --- ### 📝 Commits (1) - [`78e4cd5`](https://github.com/JakeStanger/ironbar/commit/78e4cd566292b40358a1ad89feaa42b4331a0f6b) build(deps): bump clap_complete from 4.5.60 to 4.5.61 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.60 to 4.5.61. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/8d87e70789ed7832aa93473779d248090712d66b"><code>8d87e70</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/fe99e5a7d33df6d71f5bd1feb19f46244d27d62d"><code>fe99e5a</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/596e98ce71a7293d497e9a09e3bae3b78e725bcb"><code>596e98c</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6129">#6129</a> from cooronx/feat_default_values_if_and_default_valu...</li> <li><a href="https://github.com/clap-rs/clap/commit/c2ced1aed1f30d468dfaa6ddbd53403fc667450b"><code>c2ced1a</code></a> feat: Add default_values_if and default_values_ifs to match default_values</li> <li><a href="https://github.com/clap-rs/clap/commit/e82e1edf76bcbddf5fe53428d297520d76a6a300"><code>e82e1ed</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/558e3744900bb3887c16fc6c5a6ff79c159078d2"><code>558e374</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/dd7cafe67b87f671f9c6d23e0ee8b060ec133205"><code>dd7cafe</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6184">#6184</a> from epage/conflict</li> <li><a href="https://github.com/clap-rs/clap/commit/1823cef9d6ebf89c5076f23db63350fcc2f78473"><code>1823cef</code></a> fix(parser): Don't panic when subcommands conflict with groups</li> <li><a href="https://github.com/clap-rs/clap/commit/dcc28467d1a4b28a60f257efdb9b53cda9e7c2c5"><code>dcc2846</code></a> test(parser): Show panic</li> <li><a href="https://github.com/clap-rs/clap/commit/bb0b2f17bf94ef94a1e3215e488be08b5668b15d"><code>bb0b2f1</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6181">#6181</a> from jgreitemann/jg/kqvvzuzuzywv</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.60...clap_complete-v4.5.61">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=clap_complete&package-manager=cargo&previous-version=4.5.60&new-version=4.5.61)](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>
JakeStanger 2026-05-23 01:57:23 +01: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
JakeStanger/ironbar#6880
No description provided.