[PR #278] [MERGED] build(deps): bump clap from 4.3.21 to 4.3.23 #599

Closed
opened 2026-05-22 21:54:01 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/278
Author: @dependabot[bot]
Created: 8/21/2023
Status: Merged
Merged: 8/21/2023
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/clap-4.3.23


📝 Commits (1)

  • 3f7904f build(deps): bump clap from 4.3.21 to 4.3.23

📊 Changes

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

View changed files

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

📄 Description

Bumps clap from 4.3.21 to 4.3.23.

Release notes

Sourced from clap's releases.

v4.3.23

[4.3.23] - 2023-08-18

Fixes

  • Fixed UnknownArgumentValueParser to not error on flag's absence

v4.3.22

[4.3.22] - 2023-08-17

Features

  • Add UnknownArgumentValueParser for injecting errors for improving the experience with errors
Changelog

Sourced from clap's changelog.

[4.3.23] - 2023-08-18

Fixes

  • Fixed UnknownArgumentValueParser to not error on flag's absence

[4.3.22] - 2023-08-17

Features

  • Add UnknownArgumentValueParser for injecting errors for improving the experience with errors
Commits
  • b9df80c chore: Release
  • e46e12b docs: Update changelog
  • c992311 Merge pull request #5080 from epage/unknown
  • 56135f3 fix(builder): UnknownValueParser shouldn't error on flag absense
  • 6720240 feat(parser): Report source to value parsers
  • b55ebc9 test(parser): Show bad Unknown bug on flags
  • df337de chore: Release
  • fb8a12a docs: Update changelog
  • b87ca2f Merge pull request #5075 from epage/err
  • 9f65eb0 refactor(error): Give caller control over suggestion
  • 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/278 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/21/2023 **Status:** ✅ Merged **Merged:** 8/21/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/clap-4.3.23` --- ### 📝 Commits (1) - [`3f7904f`](https://github.com/JakeStanger/ironbar/commit/3f7904fefb498830a0ae55b84ba1ab45399a08d8) build(deps): bump clap from 4.3.21 to 4.3.23 ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [clap](https://github.com/clap-rs/clap) from 4.3.21 to 4.3.23. <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.3.23</h2> <h2>[4.3.23] - 2023-08-18</h2> <h3>Fixes</h3> <ul> <li>Fixed <code>UnknownArgumentValueParser</code> to not error on flag's absence</li> </ul> <h2>v4.3.22</h2> <h2>[4.3.22] - 2023-08-17</h2> <h3>Features</h3> <ul> <li>Add <code>UnknownArgumentValueParser</code> for injecting errors for improving the experience with errors</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.3.23] - 2023-08-18</h2> <h3>Fixes</h3> <ul> <li>Fixed <code>UnknownArgumentValueParser</code> to not error on flag's absence</li> </ul> <h2>[4.3.22] - 2023-08-17</h2> <h3>Features</h3> <ul> <li>Add <code>UnknownArgumentValueParser</code> for injecting errors for improving the experience with errors</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/b9df80c2cefde66ba6bfc2c635fb86282ec78eb7"><code>b9df80c</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/e46e12b7eb5876eb9c2190d3b6031ae3c0eb4339"><code>e46e12b</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/c9923119d41688193dfd8648e8fff9b5ea7a2631"><code>c992311</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5080">#5080</a> from epage/unknown</li> <li><a href="https://github.com/clap-rs/clap/commit/56135f3ff3c2bd8c5a403e26f779cfd488ec3d33"><code>56135f3</code></a> fix(builder): UnknownValueParser shouldn't error on flag absense</li> <li><a href="https://github.com/clap-rs/clap/commit/6720240577577d185b886921290323c5dc647af7"><code>6720240</code></a> feat(parser): Report source to value parsers</li> <li><a href="https://github.com/clap-rs/clap/commit/b55ebc9f7f0364c67ef48e8cbcc308b139f1a72a"><code>b55ebc9</code></a> test(parser): Show bad Unknown bug on flags</li> <li><a href="https://github.com/clap-rs/clap/commit/df337de701ae1eb65175f6fbe71a7ff2686474f0"><code>df337de</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/fb8a12a739b7d4b37589bf3079b665353aa20b34"><code>fb8a12a</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/b87ca2ff2cba134e0b40f5316bf01a97a556e796"><code>b87ca2f</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5075">#5075</a> from epage/err</li> <li><a href="https://github.com/clap-rs/clap/commit/9f65eb0c9aa1f157ce9a14888aab4d80a27bc391"><code>9f65eb0</code></a> refactor(error): Give caller control over suggestion</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.3.21...v4.3.23">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.3.21&new-version=4.3.23)](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 21:54:01 +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#599
No description provided.