[PR #1792] [CLOSED] Bump clap from 3.2.18 to 3.2.22 #2614

Closed
opened 2026-03-16 10:47:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1792
Author: @dependabot[bot]
Created: 10/10/2022
Status: Closed

Base: mainHead: dependabot/cargo/clap-3.2.22


📝 Commits (1)

  • ec123fd Bump clap from 3.2.18 to 3.2.22

📊 Changes

3 files changed (+6 additions, -6 deletions)

View changed files

📝 Cargo.lock (+4 -4)
📝 bin/Cargo.toml (+1 -1)
📝 util/Cargo.toml (+1 -1)

📄 Description

Bumps clap from 3.2.18 to 3.2.22.

Release notes

Sourced from clap's releases.

v3.2.22

[3.2.22] - 2022-09-16

Fixes

  • Unify dependencies on terminal_size to the 0.2 release

v3.2.21

[3.2.21] - 2022-09-12

Features

  • TypedValueParser::map to allow reusing existing value parsers for other purposes

v3.2.20

[3.2.20] - 2022-09-02

Features

  • ArgMatches::get_count help for ArgAction::Count
  • ArgMatches::get_flag help for ArgAction::SetTrue / ArgAction::SetFalse

v3.2.19

[3.2.19] - 2022-08-30

Fixes

  • (help) Ensure required arguments for parent commands aren't shown in their subcommands when using args_conflicts_with_subcommand
Changelog

Sourced from clap's changelog.

[3.2.22] - 2022-09-16

Fixes

  • Unify dependencies on terminal_size to the 0.2 release

[3.2.21] - 2022-09-12

Features

  • TypedValueParser::map to allow reusing existing value parsers for other purposes

[3.2.20] - 2022-09-02

Features

  • ArgMatches::get_count help for ArgAction::Count
  • ArgMatches::get_flag help for ArgAction::SetTrue / ArgAction::SetFalse

[3.2.19] - 2022-08-30

Fixes

  • (help) Ensure required arguments for parent commands aren't shown in their subcommands when using args_conflicts_with_subcommand
Commits
  • 9e3fa67 chore: Release
  • d188de0 docs: Update changelog
  • 48b2373 Merge pull request #4221 from niyaznigmatullin/bump_terminal_size
  • 2fd5507 chore(deps): Bump terminal_size and textwrap
  • 7de2f36 chore: Release
  • af47562 docs: Roll back deprecation message
  • 1f053b9 Merge pull request #4205 from epage/deprecations
  • d1ff063 Merge pull request #4204 from epage/map
  • 7272aa0 docs: Expand on deprecation instructions
  • 960c152 feat(parser): TypedValueParseer::map for adapting value parsers
  • 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 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/hickory-dns/hickory-dns/pull/1792 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/10/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/clap-3.2.22` --- ### 📝 Commits (1) - [`ec123fd`](https://github.com/hickory-dns/hickory-dns/commit/ec123fd243238d05a6ba5e3d584eb27bded8ae07) Bump clap from 3.2.18 to 3.2.22 ### 📊 Changes **3 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) 📝 `bin/Cargo.toml` (+1 -1) 📝 `util/Cargo.toml` (+1 -1) </details> ### 📄 Description Bumps [clap](https://github.com/clap-rs/clap) from 3.2.18 to 3.2.22. <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>v3.2.22</h2> <h2>[3.2.22] - 2022-09-16</h2> <h3>Fixes</h3> <ul> <li>Unify dependencies on <code>terminal_size</code> to the 0.2 release</li> </ul> <h2>v3.2.21</h2> <h2>[3.2.21] - 2022-09-12</h2> <h3>Features</h3> <ul> <li><code>TypedValueParser::map</code> to allow reusing existing value parsers for other purposes</li> </ul> <h2>v3.2.20</h2> <h2>[3.2.20] - 2022-09-02</h2> <h3>Features</h3> <ul> <li><code>ArgMatches::get_count</code> help for <code>ArgAction::Count</code></li> <li><code>ArgMatches::get_flag</code> help for <code>ArgAction::SetTrue</code> / <code>ArgAction::SetFalse</code></li> </ul> <h2>v3.2.19</h2> <h2>[3.2.19] - 2022-08-30</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Ensure required arguments for parent commands aren't shown in their subcommands when using <code>args_conflicts_with_subcommand</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/v3.2.22/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[3.2.22] - 2022-09-16</h2> <h3>Fixes</h3> <ul> <li>Unify dependencies on <code>terminal_size</code> to the 0.2 release</li> </ul> <h2>[3.2.21] - 2022-09-12</h2> <h3>Features</h3> <ul> <li><code>TypedValueParser::map</code> to allow reusing existing value parsers for other purposes</li> </ul> <h2>[3.2.20] - 2022-09-02</h2> <h3>Features</h3> <ul> <li><code>ArgMatches::get_count</code> help for <code>ArgAction::Count</code></li> <li><code>ArgMatches::get_flag</code> help for <code>ArgAction::SetTrue</code> / <code>ArgAction::SetFalse</code></li> </ul> <h2>[3.2.19] - 2022-08-30</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Ensure required arguments for parent commands aren't shown in their subcommands when using <code>args_conflicts_with_subcommand</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/9e3fa67e0484c826e87e6c3d079b6824fad785aa"><code>9e3fa67</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/d188de05350de5b41062d525fc4602da1f7e1df6"><code>d188de0</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/48b2373569b45a0def1dc73559d53da014b7a927"><code>48b2373</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4221">#4221</a> from niyaznigmatullin/bump_terminal_size</li> <li><a href="https://github.com/clap-rs/clap/commit/2fd55076e65b14fa92b34161c44d5058a9966f69"><code>2fd5507</code></a> chore(deps): Bump terminal_size and textwrap</li> <li><a href="https://github.com/clap-rs/clap/commit/7de2f36e6b82efafa0b3575f871ed2f262e123bc"><code>7de2f36</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/af47562311ac4b2ae05bead8fad05acf4419b0ed"><code>af47562</code></a> docs: Roll back deprecation message</li> <li><a href="https://github.com/clap-rs/clap/commit/1f053b9c9b1027bcc5f744aa0e6134d88301bc11"><code>1f053b9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4205">#4205</a> from epage/deprecations</li> <li><a href="https://github.com/clap-rs/clap/commit/d1ff0632adecd67dc0aa39c7eea0b6d87f915e7e"><code>d1ff063</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4204">#4204</a> from epage/map</li> <li><a href="https://github.com/clap-rs/clap/commit/7272aa0950ca1082388cdd61835d4b5439583c2e"><code>7272aa0</code></a> docs: Expand on deprecation instructions</li> <li><a href="https://github.com/clap-rs/clap/commit/960c152b53f3cfb572e37b2a1d13834cfc718826"><code>960c152</code></a> feat(parser): TypedValueParseer::map for adapting value parsers</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v3.2.18...v3.2.22">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=3.2.18&new-version=3.2.22)](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>
kerem 2026-03-16 10:47:26 +03: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
starred/hickory-dns#2614
No description provided.