[PR #205] [MERGED] chore(deps): bump clap from 3.2.16 to 3.2.17 #794

Closed
opened 2026-01-05 14:53:00 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/205
Author: @dependabot[bot]
Created: 8/12/2022
Status: Merged
Merged: 8/12/2022
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/clap-3.2.17


📝 Commits (1)

  • 6b4043a chore(deps): bump clap from 3.2.16 to 3.2.17

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps clap from 3.2.16 to 3.2.17.

Release notes

Sourced from clap's releases.

v3.2.17

[3.2.17] - 2022-08-12

Fixes

  • (derive) Expose #[clap(id = ...)] attribute to match Arg's latest API
Changelog

Sourced from clap's changelog.

[3.2.17] - 2022-08-12

Fixes

  • (derive) Expose #[clap(id = ...)] attribute to match Arg's latest API
Commits
  • df30c1a chore: Release
  • 57161db docs: Update changelog
  • e29f014 Merge pull request #4068 from danielparks/issue-3785-derive-id-attr-v3
  • bc84fc0 chore(ci): Lock docs to MSRV
  • d8e2549 fix(derive): Add "id" attribute
  • 565c5ea Merge pull request #4048 from epage/backport
  • 3af94ec docs(tutorial): Switch to hand-implemented ValueEnum
  • 3943ad7 test(tutorial): Ensure we actually test code
  • a61f874 Merge pull request #4043 from epage/action
  • c7123b3 docs(derive): Clarify what defaulted action/value_parser does
  • 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/LGUG2Z/komorebi/pull/205 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/12/2022 **Status:** ✅ Merged **Merged:** 8/12/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/clap-3.2.17` --- ### 📝 Commits (1) - [`6b4043a`](https://github.com/LGUG2Z/komorebi/commit/6b4043acb828309c27f34adb73f03babd67a1203) chore(deps): bump clap from 3.2.16 to 3.2.17 ### 📊 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.2.16 to 3.2.17. <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.17</h2> <h2>[3.2.17] - 2022-08-12</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Expose <code>#[clap(id = ...)]</code> attribute to match Arg's latest API</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/v3.2.17/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h2>[3.2.17] - 2022-08-12</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Expose <code>#[clap(id = ...)]</code> attribute to match Arg's latest API</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/df30c1a1a887215f9c8d6ee8474db1b4bfbecfc8"><code>df30c1a</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/57161dbe92705dbd4f2908f83f88e77b81c4abeb"><code>57161db</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/e29f0140a6220fdf80e54c50b1b96be580da957c"><code>e29f014</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4068">#4068</a> from danielparks/issue-3785-derive-id-attr-v3</li> <li><a href="https://github.com/clap-rs/clap/commit/bc84fc0f6e587239954d3aa98effb59b68fd31e1"><code>bc84fc0</code></a> chore(ci): Lock docs to MSRV</li> <li><a href="https://github.com/clap-rs/clap/commit/d8e25498b2e555c6fe5e98b842206723dbf4289f"><code>d8e2549</code></a> fix(derive): Add &quot;id&quot; attribute</li> <li><a href="https://github.com/clap-rs/clap/commit/565c5ea5c0ca5f2c9bff9fa2f948581c0f099a3e"><code>565c5ea</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4048">#4048</a> from epage/backport</li> <li><a href="https://github.com/clap-rs/clap/commit/3af94ec0af8cdb0b73f3d7ccc5c3493f5e622081"><code>3af94ec</code></a> docs(tutorial): Switch to hand-implemented ValueEnum</li> <li><a href="https://github.com/clap-rs/clap/commit/3943ad7fc0b75242fb7ee82f1f5ecb6fadfbbb00"><code>3943ad7</code></a> test(tutorial): Ensure we actually test code</li> <li><a href="https://github.com/clap-rs/clap/commit/a61f874a517c578b3e037ff599a9ddd88e999bc8"><code>a61f874</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4043">#4043</a> from epage/action</li> <li><a href="https://github.com/clap-rs/clap/commit/c7123b315977c34bd530f1d18034f96e66ef57e3"><code>c7123b3</code></a> docs(derive): Clarify what defaulted action/value_parser does</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.17">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.16&new-version=3.2.17)](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>
adam added the pull-request label 2026-01-05 14:53:00 +01:00
adam closed this issue 2026-01-05 14:53:00 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#794