[PR #169] [MERGED] chore(deps): bump clap from 3.2.5 to 3.2.8 #784

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/169
Author: @dependabot[bot]
Created: 7/1/2022
Status: Merged
Merged: 7/4/2022
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/clap-3.2.8


📝 Commits (1)

  • 6facf16 chore(deps): bump clap from 3.2.5 to 3.2.8

📊 Changes

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

View changed files

📝 Cargo.lock (+4 -4)

📄 Description

Bumps clap from 3.2.5 to 3.2.8.

Release notes

Sourced from clap's releases.

v3.2.8

[3.2.8] - 2022-06-30

Features

  • Added Command::mut_subcommand to mirror Command::mut_arg
Changelog

Sourced from clap's changelog.

[3.2.8] - 2022-06-30

Features

  • Added Command::mut_subcommand to mirror Command::mut_arg

[3.2.7] - 2022-06-28

Fixes

  • Global arguments should override env-sourced arguments

[3.2.6] - 2022-06-21

Fixes

  • Don't panic when parsing --=
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/LGUG2Z/komorebi/pull/169 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/1/2022 **Status:** ✅ Merged **Merged:** 7/4/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/clap-3.2.8` --- ### 📝 Commits (1) - [`6facf16`](https://github.com/LGUG2Z/komorebi/commit/6facf169e763fcef8351d6b401d9f1700ba41497) chore(deps): bump clap from 3.2.5 to 3.2.8 ### 📊 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.5 to 3.2.8. <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.8</h2> <h2>[3.2.8] - 2022-06-30</h2> <h3>Features</h3> <ul> <li>Added <code>Command::mut_subcommand</code> to mirror <code>Command::mut_arg</code></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.8] - 2022-06-30</h2> <h3>Features</h3> <ul> <li>Added <code>Command::mut_subcommand</code> to mirror <code>Command::mut_arg</code></li> </ul> <h2>[3.2.7] - 2022-06-28</h2> <h3>Fixes</h3> <ul> <li>Global arguments should override env-sourced arguments</li> </ul> <h2>[3.2.6] - 2022-06-21</h2> <h3>Fixes</h3> <ul> <li>Don't panic when parsing <code>--=</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/6614ffa6c8b90fa93c35c530febb119c7e10ba58"><code>6614ffa</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/a67746ecbe21e14dff3be02dfe988978a069cda3"><code>a67746e</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/5ca73f3299054e084591134711db46599ff7f357"><code>5ca73f3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3882">#3882</a> from emersonford/mut_subcommands</li> <li><a href="https://github.com/clap-rs/clap/commit/619f2091389b3303222163c3a2edf9e7a29d3121"><code>619f209</code></a> feat: Add <code>mut_subcommand</code> method to Command</li> <li><a href="https://github.com/clap-rs/clap/commit/b4a1362486a95309c44f4ba9ef24038f1281f384"><code>b4a1362</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/3e80393e4385d6a40ca9a465c3ed0cbf232d7315"><code>3e80393</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/f406d99b95b766ae264792db475e8e2e260f1ab4"><code>f406d99</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3879">#3879</a> from epage/env</li> <li><a href="https://github.com/clap-rs/clap/commit/72d206e4d90e39e106965c8cf0c10e1e6a8f88c7"><code>72d206e</code></a> fix(parser): Ensure globals override env vars</li> <li><a href="https://github.com/clap-rs/clap/commit/f082eb6d4aded355ac70566a252a9e97a653292e"><code>f082eb6</code></a> test(parser): Verify global/default interaction</li> <li><a href="https://github.com/clap-rs/clap/commit/9962393c20f2d1521aefdcf2562bef1380b4ccbe"><code>9962393</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3877">#3877</a> from epage/assert</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v3.2.5...v3.2.8">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.5&new-version=3.2.8)](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:58 +01:00
adam closed this issue 2026-01-05 14:52:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#784