Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump clap from 4.3.12 to 4.3.23 (#245)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.12 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> <h2>v4.3.21</h2> <h2>[4.3.21] - 2023-08-08</h2> <h3>Features</h3> <ul> <li>Expose <code>TryMapValueParser</code> so the type can be named</li> </ul> <h2>v4.3.20</h2> <h2>[4.3.20] - 2023-08-08</h2> <h3>Features</h3> <ul> <li>Expose <code>TryMapValueParser</code> so the type can be named</li> <li><code>Command::mut_args</code> for modifying all arguments en masse</li> </ul> <h2>v4.3.19</h2> <h2>[4.3.19] - 2023-07-21</h2> <h3>Fixes</h3> <ul> <li><em>(parse)</em> Respect <code>value_terminator</code> even in the presence of later multiple-value positional arguments</li> </ul> <h2>v4.3.18</h2> <h2>[4.3.18] - 2023-07-21</h2> <h3>Fixes</h3> <ul> <li><em>(parse)</em> Suggest <code>--</code> in fewer places where it won't work</li> </ul> <h2>v4.3.17</h2> <h2>[4.3.17] - 2023-07-19</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Address a regression in wrapping <code>PossibleValue</code> descriptions in <code>--help</code></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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> <h2>[4.3.21] - 2023-08-08</h2> <h3>Features</h3> <ul> <li>Expose <code>TryMapValueParser</code> so the type can be named</li> </ul> <h2>[4.3.20] - 2023-08-08</h2> <h3>Features</h3> <ul> <li><code>Command::mut_args</code> for modifying all arguments en masse</li> </ul> <h2>[4.3.19] - 2023-07-21</h2> <h3>Fixes</h3> <ul> <li><em>(parse)</em> Respect <code>value_terminator</code> even in the presence of later multiple-value positional arguments</li> </ul> <h2>[4.3.18] - 2023-07-21</h2> <h3>Fixes</h3> <ul> <li><em>(parse)</em> Suggest <code>--</code> in fewer places where it won't work</li> </ul> <h2>[4.3.17] - 2023-07-19</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Address a regression in wrapping <code>PossibleValue</code> descriptions in <code>--help</code></li> </ul> <h2>[4.3.16] - 2023-07-18</h2> <h3>Fixes</h3> <ul> <li>Don't assert when stateful value parsers fail on defaults (e.g. checking if a path exists)</li> </ul> <h2>[4.3.15] - 2023-07-18</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.12...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.12&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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information