[PR #1087] [CLOSED] build(deps): bump clap_complete from 4.5.54 to 4.5.55 #3948

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1087
Author: @dependabot[bot]
Created: 7/14/2025
Status: Closed

Base: masterHead: dependabot/cargo/clap_complete-4.5.55


📝 Commits (1)

  • 521ba34 build(deps): bump clap_complete from 4.5.54 to 4.5.55

📊 Changes

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

View changed files

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

📄 Description

Bumps clap_complete from 4.5.54 to 4.5.55.

Commits
  • 4c03930 chore: Release
  • fb948a2 docs: Update changelog
  • 0f60239 Merge pull request #6057 from GilShoshan94/master
  • 83d4206 test: Update fixture to cover all cases + styling
  • b13274d fix: Rename pvs to dvs for default values
  • df92ea0 feat(help): Allow styling for inline context
  • 0e535e5 chore(deps): Update compatible (dev) (#6054)
  • de57287 chore(deps): Update Rust Stable to v1.88 (#6048)
  • 5504a13 Merge pull request #6047 from clap-rs/revert-6045-cleanup-docsrs
  • c1c243c Revert "Cleanup docs.rs related issues"
  • 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/1087 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/14/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/clap_complete-4.5.55` --- ### 📝 Commits (1) - [`521ba34`](https://github.com/JakeStanger/ironbar/commit/521ba3433ea3feda1dbab0496cb60b1aadbe4ff7) build(deps): bump clap_complete from 4.5.54 to 4.5.55 ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+3 -3) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [clap_complete](https://github.com/clap-rs/clap) from 4.5.54 to 4.5.55. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/4c039309b614ee4523c67a243afc38af11860de9"><code>4c03930</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/fb948a25ffde7f108acc682d2751976e80ab100b"><code>fb948a2</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/0f602396a338455e2782963b8c8fb20240a6a87b"><code>0f60239</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6057">#6057</a> from GilShoshan94/master</li> <li><a href="https://github.com/clap-rs/clap/commit/83d4206ff16b489895e8a171a3bdb2e39d7d3e1f"><code>83d4206</code></a> test: Update fixture to cover all cases + styling</li> <li><a href="https://github.com/clap-rs/clap/commit/b13274d869ffa53910a6d16728546b1ca9161b2d"><code>b13274d</code></a> fix: Rename <code>pvs</code> to <code>dvs</code> for default values</li> <li><a href="https://github.com/clap-rs/clap/commit/df92ea02bb4aa79b2738d7a8a86dcbfab417b7dd"><code>df92ea0</code></a> feat(help): Allow styling for inline context</li> <li><a href="https://github.com/clap-rs/clap/commit/0e535e518d56df3f0b808d2f1977aba290e193c3"><code>0e535e5</code></a> chore(deps): Update compatible (dev) (<a href="https://redirect.github.com/clap-rs/clap/issues/6054">#6054</a>)</li> <li><a href="https://github.com/clap-rs/clap/commit/de57287f303db0e0b29f1bcca05fef50ef011225"><code>de57287</code></a> chore(deps): Update Rust Stable to v1.88 (<a href="https://redirect.github.com/clap-rs/clap/issues/6048">#6048</a>)</li> <li><a href="https://github.com/clap-rs/clap/commit/5504a134684fc1148e08d8e6919ca16e13ed83a4"><code>5504a13</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6047">#6047</a> from clap-rs/revert-6045-cleanup-docsrs</li> <li><a href="https://github.com/clap-rs/clap/commit/c1c243c924570052857d85206c7ee282e273a961"><code>c1c243c</code></a> Revert &quot;Cleanup docs.rs related issues&quot;</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.54...clap_complete-v4.5.55">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.54&new-version=4.5.55)](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-22 23:57:16 +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#3948
No description provided.