[PR #847] [MERGED] build(deps): bump clap from 4.5.23 to 4.5.26 #5208

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/847
Author: @dependabot[bot]
Created: 1/20/2025
Status: Merged
Merged: 1/20/2025
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/clap-4.5.26


📝 Commits (1)

  • 3c44ada build(deps): bump clap from 4.5.23 to 4.5.26

📊 Changes

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

View changed files

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

📄 Description

Bumps clap from 4.5.23 to 4.5.26.

Release notes

Sourced from clap's releases.

v4.5.26

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

v4.5.25

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size

v4.5.24

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument
Changelog

Sourced from clap's changelog.

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument
Commits
  • df1efca chore: Release
  • d48bef6 docs: Update changelog
  • 6b7aa3d Merge pull request #5628 from mart-mihkel/complete_hyphen
  • 57b6cb8 refactor(complete): Simplify engine::complete
  • fbec05e refactor(complete): Fix typo in hyhpen
  • b7cfbdc feat(complete): Native support for hyphen values
  • 1d97c29 test(complete): Test cases for allow_hyphen_values
  • 64e3790 chore: Release
  • 1cf50c7 docs: Update changelog
  • 085143d Merge pull request #5722 from epage/sort
  • 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/847 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/20/2025 **Status:** ✅ Merged **Merged:** 1/20/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/clap-4.5.26` --- ### 📝 Commits (1) - [`3c44ada`](https://github.com/JakeStanger/ironbar/commit/3c44ada6c6769d2808f60d5450281a8288ce3a4a) build(deps): bump clap from 4.5.23 to 4.5.26 ### 📊 Changes **2 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+6 -6) 📝 `Cargo.toml` (+2 -2) </details> ### 📄 Description Bumps [clap](https://github.com/clap-rs/clap) from 4.5.23 to 4.5.26. <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.26</h2> <h2>[4.5.26] - 2025-01-09</h2> <h3>Fixes</h3> <ul> <li><em>(error)</em> Reduce binary size with the <code>suggestions</code> feature</li> </ul> <h2>v4.5.25</h2> <h2>[4.5.25] - 2025-01-09</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Reduce binary size</li> </ul> <h2>v4.5.24</h2> <h2>[4.5.24] - 2025-01-07</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> Correctly handle defaults with <code>ignore_errors(true)</code> and when a suggestion is provided for an unknown argument</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.26] - 2025-01-09</h2> <h3>Fixes</h3> <ul> <li><em>(error)</em> Reduce binary size with the <code>suggestions</code> feature</li> </ul> <h2>[4.5.25] - 2025-01-09</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Reduce binary size</li> </ul> <h2>[4.5.24] - 2025-01-07</h2> <h3>Fixes</h3> <ul> <li><em>(parser)</em> Correctly handle defaults with <code>ignore_errors(true)</code> and when a suggestion is provided for an unknown argument</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/df1efca03509f736e26d2f16766b7ea06acc3ecf"><code>df1efca</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/d48bef65af6930c26386e63d85cbdeb2d21bd359"><code>d48bef6</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/6b7aa3d490258f0acde0dd79166b7587ff68e3c0"><code>6b7aa3d</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5628">#5628</a> from mart-mihkel/complete_hyphen</li> <li><a href="https://github.com/clap-rs/clap/commit/57b6cb8e4781216e7c01397d2bd54b97028a5520"><code>57b6cb8</code></a> refactor(complete): Simplify engine::complete</li> <li><a href="https://github.com/clap-rs/clap/commit/fbec05e639f82635bd64fc7bd20d18796cd4b598"><code>fbec05e</code></a> refactor(complete): Fix typo in hyhpen</li> <li><a href="https://github.com/clap-rs/clap/commit/b7cfbdcf96c96da64f7d91c0bef915ef1a6dc37f"><code>b7cfbdc</code></a> feat(complete): Native support for hyphen values</li> <li><a href="https://github.com/clap-rs/clap/commit/1d97c293ba7968d7bcd06b624104218cab6fbe3f"><code>1d97c29</code></a> test(complete): Test cases for allow_hyphen_values</li> <li><a href="https://github.com/clap-rs/clap/commit/64e37904615c3e2df85fd38370beb5961a31d557"><code>64e3790</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/1cf50c77543cab6e648b967f8edc05115a24fe8b"><code>1cf50c7</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/085143dc14cb6686c1fe3852ea2aab193cd50a6e"><code>085143d</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5722">#5722</a> from epage/sort</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.23...clap_complete-v4.5.26">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.23&new-version=4.5.26)](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 00:56:36 +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#5208
No description provided.