[PR #1619] [CLOSED] Bump clap from 3.0.7 to 3.0.10 #2465

Closed
opened 2026-03-16 08:55:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dependabot/cargo/clap-3.0.10


📝 Commits (1)

  • 9de119c Bump clap from 3.0.7 to 3.0.10

📊 Changes

1 file changed (+4 additions, -4 deletions)

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps clap from 3.0.7 to 3.0.10.

Release notes

Sourced from clap's releases.

v3.0.10

[3.0.10] - 2022-01-18

Fixes

  • Resolve panic! from v3.0.8 when using global_setting(PropagateVersion).

v3.0.9

[3.0.9] - 2022-01-17

Features

  • Added App::find_subcommand_mut

v3.0.8

[3.0.8] - 2022-01-17

Fixes

  • Respected DisableColoredHelp on cmd help help
  • Provide a little more context when completing arguments for cmd help
  • Provide more context for some asserts
  • Small documentation improvements
Changelog

Sourced from clap's changelog.

[3.0.10] - 2022-01-18

Fixes

  • Resolve panic! from v3.0.8 when using global_setting(PropagateVersion).

[3.0.9] - 2022-01-17

Features

  • Added App::find_subcommand_mut

[3.0.8] - 2022-01-17

Fixes

  • Respected DisableColoredHelp on cmd help help
  • Provide a little more context when completing arguments for cmd help
  • Provide more context for some asserts
  • Small documentation improvements
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/hickory-dns/hickory-dns/pull/1619 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/21/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/clap-3.0.10` --- ### 📝 Commits (1) - [`9de119c`](https://github.com/hickory-dns/hickory-dns/commit/9de119cbf52931724e9a4eaa90e94a0a2723e362) Bump clap from 3.0.7 to 3.0.10 ### 📊 Changes **1 file changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -4) </details> ### 📄 Description Bumps [clap](https://github.com/clap-rs/clap) from 3.0.7 to 3.0.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>v3.0.10</h2> <h2>[3.0.10] - 2022-01-18</h2> <h3>Fixes</h3> <ul> <li>Resolve <code>panic!</code> from v3.0.8 when using <code>global_setting(PropagateVersion)</code>.</li> </ul> <h2>v3.0.9</h2> <h2>[3.0.9] - 2022-01-17</h2> <h3>Features</h3> <ul> <li>Added <code>App::find_subcommand_mut</code></li> </ul> <h2>v3.0.8</h2> <h2>[3.0.8] - 2022-01-17</h2> <h3>Fixes</h3> <ul> <li>Respected <code>DisableColoredHelp</code> on <code>cmd help help</code></li> <li>Provide a little more context when completing arguments for <code>cmd help</code></li> <li>Provide more context for some asserts</li> <li>Small documentation improvements</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>[3.0.10] - 2022-01-18</h2> <h3>Fixes</h3> <ul> <li>Resolve <code>panic!</code> from v3.0.8 when using <code>global_setting(PropagateVersion)</code>.</li> </ul> <h2>[3.0.9] - 2022-01-17</h2> <h3>Features</h3> <ul> <li>Added <code>App::find_subcommand_mut</code></li> </ul> <h2>[3.0.8] - 2022-01-17</h2> <h3>Fixes</h3> <ul> <li>Respected <code>DisableColoredHelp</code> on <code>cmd help help</code></li> <li>Provide a little more context when completing arguments for <code>cmd help</code></li> <li>Provide more context for some asserts</li> <li>Small documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/5877f884f17af99937f91ebb065179faacd65378"><code>5877f88</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/8cfa3567ef638255ce34abfcc05029f71c0bb98c"><code>8cfa356</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/c6b5f640a4ba883ef700425ecfae0173a307a9df"><code>c6b5f64</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3311">#3311</a> from epage/fix</li> <li><a href="https://github.com/clap-rs/clap/commit/38e6952d4687ac04645c97ecad31833d98838611"><code>38e6952</code></a> fix: Don't panic when propagating</li> <li><a href="https://github.com/clap-rs/clap/commit/4b60440d91c02a472e31e66117c34b0fc9e6d09a"><code>4b60440</code></a> docs: Note case in <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3309">#3309</a></li> <li><a href="https://github.com/clap-rs/clap/commit/bd1bf66279c3e965a0d4d73135d952bfd3c270eb"><code>bd1bf66</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/4e51f9b0efa39e71b92ced0bdfa30a0b39107f52"><code>4e51f9b</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/784d249a4ee12f4742c27e7a620a055e9b673121"><code>784d249</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3306">#3306</a> from sunshowers/sub</li> <li><a href="https://github.com/clap-rs/clap/commit/236ec973d95e02c8440ee0da6e6c5713389ffc71"><code>236ec97</code></a> feat: Implement App::find_subcommand_mut</li> <li><a href="https://github.com/clap-rs/clap/commit/ccbbba8908ac30114345a26ccba227326c0ec73d"><code>ccbbba8</code></a> chore: Release</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v3.0.7...v3.0.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=3.0.7&new-version=3.0.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>
kerem 2026-03-16 08:55:11 +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#2465
No description provided.