[PR #215] [MERGED] build(deps): bump clap from 4.3.4 to 4.3.10 #554

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

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/215
Author: @dependabot[bot]
Created: 7/3/2023
Status: Merged
Merged: 7/3/2023
Merged by: @JakeStanger

Base: masterHead: dependabot/cargo/clap-4.3.10


📝 Commits (1)

  • f41afce build(deps): bump clap from 4.3.4 to 4.3.10

📊 Changes

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

View changed files

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

📄 Description

Bumps clap from 4.3.4 to 4.3.10.

Release notes

Sourced from clap's releases.

v4.3.10

[4.3.10] - 2023-06-30

Performance

  • Drop a dependency, reducing binary size by 1.3 KiB

v4.3.9

[4.3.9] - 2023-06-28

Fixes

  • Command::ignore_errors no longer masks help/version

v4.3.8

[4.3.8] - 2023-06-23

Fixes

  • Error on ambiguity with infer_long_arg, rather than arbitrarily picking one, matching the documentation and subcommand's behavior

v4.3.7

[4.3.7] - 2023-06-23

Documentation

  • Further clarify magic behavior in derive tutorial
  • Further clarify derive API's relationship to builder within the tutorial

v4.3.6

[4.3.6] - 2023-06-23

Documentation

  • Suggest clio

v4.3.5

[4.3.5] - 2023-06-20

  • ColorChoice::possible_values is added to simplify things for builder users

Fixes

  • ColorChoice::to_possible_value no longer includes descriptions, encouraging shorter help where possible
Changelog

Sourced from clap's changelog.

[4.3.10] - 2023-06-30

Performance

  • Drop a dependency, reducing binary size by 1.3 KiB

[4.3.9] - 2023-06-28

Fixes

  • Command::ignore_errors no longer masks help/version

[4.3.8] - 2023-06-23

Fixes

  • Error on ambiguity with infer_long_arg, rather than arbitrarily picking one, matching the documentation and subcommand's behavior

[4.3.7] - 2023-06-23

Documentation

  • Further clarify magic behavior in derive tutorial
  • Further clarify derive API's relationship to builder within the tutorial

[4.3.6] - 2023-06-23

Documentation

  • Suggest clio

[4.3.5] - 2023-06-20

  • ColorChoice::possible_values is added to simplify things for builder users

Fixes

  • ColorChoice::to_possible_value no longer includes descriptions, encouraging shorter help where possible
Commits

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 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/215 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/3/2023 **Status:** ✅ Merged **Merged:** 7/3/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `dependabot/cargo/clap-4.3.10` --- ### 📝 Commits (1) - [`f41afce`](https://github.com/JakeStanger/ironbar/commit/f41afce91d33631a968fccaca0bd9f6f3a824aaa) build(deps): bump clap from 4.3.4 to 4.3.10 ### 📊 Changes **2 files changed** (+5 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -5) 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [clap](https://github.com/clap-rs/clap) from 4.3.4 to 4.3.10. <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.10</h2> <h2>[4.3.10] - 2023-06-30</h2> <h3>Performance</h3> <ul> <li>Drop a dependency, reducing binary size by 1.3 KiB</li> </ul> <h2>v4.3.9</h2> <h2>[4.3.9] - 2023-06-28</h2> <h3>Fixes</h3> <ul> <li><code>Command::ignore_errors</code> no longer masks help/version</li> </ul> <h2>v4.3.8</h2> <h2>[4.3.8] - 2023-06-23</h2> <h3>Fixes</h3> <ul> <li>Error on ambiguity with <code>infer_long_arg</code>, rather than arbitrarily picking one, matching the documentation and subcommand's behavior</li> </ul> <h2>v4.3.7</h2> <h2>[4.3.7] - 2023-06-23</h2> <h3>Documentation</h3> <ul> <li>Further clarify magic behavior in derive tutorial</li> <li>Further clarify derive API's relationship to builder within the tutorial</li> </ul> <h2>v4.3.6</h2> <h2>[4.3.6] - 2023-06-23</h2> <h3>Documentation</h3> <ul> <li>Suggest <code>clio</code></li> </ul> <h2>v4.3.5</h2> <h2>[4.3.5] - 2023-06-20</h2> <ul> <li><code>ColorChoice::possible_values</code> is added to simplify things for builder users</li> </ul> <h3>Fixes</h3> <ul> <li><code>ColorChoice::to_possible_value</code> no longer includes descriptions, encouraging shorter help where possible</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.10] - 2023-06-30</h2> <h3>Performance</h3> <ul> <li>Drop a dependency, reducing binary size by 1.3 KiB</li> </ul> <h2>[4.3.9] - 2023-06-28</h2> <h3>Fixes</h3> <ul> <li><code>Command::ignore_errors</code> no longer masks help/version</li> </ul> <h2>[4.3.8] - 2023-06-23</h2> <h3>Fixes</h3> <ul> <li>Error on ambiguity with <code>infer_long_arg</code>, rather than arbitrarily picking one, matching the documentation and subcommand's behavior</li> </ul> <h2>[4.3.7] - 2023-06-23</h2> <h3>Documentation</h3> <ul> <li>Further clarify magic behavior in derive tutorial</li> <li>Further clarify derive API's relationship to builder within the tutorial</li> </ul> <h2>[4.3.6] - 2023-06-23</h2> <h3>Documentation</h3> <ul> <li>Suggest <code>clio</code></li> </ul> <h2>[4.3.5] - 2023-06-20</h2> <ul> <li><code>ColorChoice::possible_values</code> is added to simplify things for builder users</li> </ul> <h3>Fixes</h3> <ul> <li><code>ColorChoice::to_possible_value</code> no longer includes descriptions, encouraging shorter help where possible</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/7353b2be3477eb6846c1e05a619b1de7a3b7c0dc"><code>7353b2b</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/8f7a1d1aac6a638c5cf6562887111bd594a4bf0b"><code>8f7a1d1</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/1938cb221959564b05ccaaa7b772bfed77a5b127"><code>1938cb2</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4991">#4991</a> from epage/bit</li> <li><a href="https://github.com/clap-rs/clap/commit/27431a43a1713abab32afb6d85486d547eaf65fd"><code>27431a4</code></a> refactor(builder): Remove bitflags dependency</li> <li><a href="https://github.com/clap-rs/clap/commit/3f09458094d1b398e02f79fd1a184bfce032c14b"><code>3f09458</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4990">#4990</a> from epage/bit</li> <li><a href="https://github.com/clap-rs/clap/commit/6bfd7852ac5e2605a3b7ad820dda81b75ec07120"><code>6bfd785</code></a> chore: Update bitflags</li> <li><a href="https://github.com/clap-rs/clap/commit/18f0ad46765083e16aeb44c6ae070e041c280ff5"><code>18f0ad4</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/94015b1a696221bc53605e11a0ce9506988eb4c1"><code>94015b1</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/d83cc6d3e771687f53b4766c15ad9f572c0b9d83"><code>d83cc6d</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4988">#4988</a> from sebastiantoh/ignore-errors</li> <li><a href="https://github.com/clap-rs/clap/commit/8103e9760a9e6267490b5c09439416ef575d5991"><code>8103e97</code></a> fix(ignore_errors): Allow help and version command</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.3.4...v4.3.10">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.4&new-version=4.3.10)](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 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:53:53 +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#554
No description provided.