[PR #197] [MERGED] chore(deps): bump clap from 3.2.14 to 3.2.16 #787

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/clap-3.2.16


📝 Commits (1)

  • cd956bf chore(deps): bump clap from 3.2.14 to 3.2.16

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps clap from 3.2.14 to 3.2.16.

Release notes

Sourced from clap's releases.

v3.2.16

[3.2.16] - 2022-07-30

Fixes

  • Ensure required arguments appear in errors when they are also members of a group (#4004)

v3.2.15

[3.2.15] - 2022-07-25

Features

  • (derive) New default_values_t and default_values_os_t attributes
Changelog

Sourced from clap's changelog.

[3.2.16] - 2022-07-30

Fixes

  • Ensure required arguments appear in errors when they are also members of a group (#4004)

[3.2.15] - 2022-07-25

Features

  • (derive) New default_values_t and default_values_os_t attributes
Commits
  • 9bd1e2f chore: Release
  • 5e52594 docs: Update changelog
  • 80ea08c Merge pull request #4006 from epage/error
  • 4c43b21 fix(parser): Include required argument in message
  • ef1424b refactor(usage): Clarify required gathering
  • b2a8fd7 chore: Release
  • 026e858 chore: Allow releasing from release branches
  • 84ae6df docs: Update changelog
  • 69b0904 Merge pull request #3987 from emersonford/default-values-t-v3-backport
  • 027a675 feat(clap_derive): Add default_values_t and default_values_os_t
  • 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/197 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/1/2022 **Status:** ✅ Merged **Merged:** 8/2/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/clap-3.2.16` --- ### 📝 Commits (1) - [`cd956bf`](https://github.com/LGUG2Z/komorebi/commit/cd956bf31cc0b8d65e2db9d44b3f1e2d3ab158ab) chore(deps): bump clap from 3.2.14 to 3.2.16 ### 📊 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.14 to 3.2.16. <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.16</h2> <h2>[3.2.16] - 2022-07-30</h2> <h3>Fixes</h3> <ul> <li>Ensure required arguments appear in errors when they are also members of a group (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4004">#4004</a>)</li> </ul> <h2>v3.2.15</h2> <h2>[3.2.15] - 2022-07-25</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> New <code>default_values_t</code> and <code>default_values_os_t</code> attributes</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.2.16] - 2022-07-30</h2> <h3>Fixes</h3> <ul> <li>Ensure required arguments appear in errors when they are also members of a group (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4004">#4004</a>)</li> </ul> <h2>[3.2.15] - 2022-07-25</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> New <code>default_values_t</code> and <code>default_values_os_t</code> attributes</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/9bd1e2fd394ef19660e8807b4ddc68edb21f4da7"><code>9bd1e2f</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/5e525944a560beb03a659fcc26a1577d44cd6c6b"><code>5e52594</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/80ea08cc5a38cd0162890b3b6b27398e547f5c3b"><code>80ea08c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/4006">#4006</a> from epage/error</li> <li><a href="https://github.com/clap-rs/clap/commit/4c43b21c3545a3272c1ae8058167af3183b122b7"><code>4c43b21</code></a> fix(parser): Include required argument in message</li> <li><a href="https://github.com/clap-rs/clap/commit/ef1424b21c8f6513afedebf380e1b972473ee54a"><code>ef1424b</code></a> refactor(usage): Clarify required gathering</li> <li><a href="https://github.com/clap-rs/clap/commit/b2a8fd7f46a7480512d5af8157041f5ce4c2c2b7"><code>b2a8fd7</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/026e8580651091c2b2cfedb9a79b7cf695cccc33"><code>026e858</code></a> chore: Allow releasing from release branches</li> <li><a href="https://github.com/clap-rs/clap/commit/84ae6df0a1b4422b611be8c7459f7f244cadfdd2"><code>84ae6df</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/69b0904eda6e8ef4edd65f555c1e2b63f809e055"><code>69b0904</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3987">#3987</a> from emersonford/default-values-t-v3-backport</li> <li><a href="https://github.com/clap-rs/clap/commit/027a67542bf3097b486f045f76ea7d9a8f833d63"><code>027a675</code></a> feat(clap_derive): Add <code>default_values_t</code> and <code>default_values_os_t</code></li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v3.2.14...v3.2.16">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.14&new-version=3.2.16)](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:52:59 +01:00
adam closed this issue 2026-01-05 14:52:59 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#787