[PR #102] [MERGED] chore(deps): bump clap from 3.0.8 to 3.0.13 #744

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

📋 Pull Request Information

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

Base: masterHead: dependabot/cargo/clap-3.0.13


📝 Commits (1)

  • 0a9282e chore(deps): bump clap from 3.0.8 to 3.0.13

📊 Changes

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

View changed files

📝 Cargo.lock (+2 -2)

📄 Description

Bumps clap from 3.0.8 to 3.0.13.

Release notes

Sourced from clap's releases.

v3.0.13

[3.0.13] - 2022-01-26

Fixes

  • Show optional flag values wrapped in []

v3.0.12

[3.0.12] - 2022-01-24

Features

  • (derive) Support for default_value_os_t

v3.0.11

[3.0.11] - 2022-01-24

Fixes

  • Ensure conflicts work when they target a group with a default value

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
Changelog

Sourced from clap's changelog.

[3.0.13] - 2022-01-26

Fixes

  • Show optional flag values wrapped in []

[3.0.12] - 2022-01-24

Features

  • (derive) Support for default_value_os_t

[3.0.11] - 2022-01-24

Fixes

  • Ensure conflicts work when they target a group with a default value

[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
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/102 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/1/2022 **Status:** ✅ Merged **Merged:** 2/1/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/clap-3.0.13` --- ### 📝 Commits (1) - [`0a9282e`](https://github.com/LGUG2Z/komorebi/commit/0a9282e4f5b1203710927b9728881ee88fb1c7c5) chore(deps): bump clap from 3.0.8 to 3.0.13 ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+2 -2) </details> ### 📄 Description Bumps [clap](https://github.com/clap-rs/clap) from 3.0.8 to 3.0.13. <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.13</h2> <h2>[3.0.13] - 2022-01-26</h2> <h3>Fixes</h3> <ul> <li>Show optional flag values wrapped in <code>[]</code></li> </ul> <h2>v3.0.12</h2> <h2>[3.0.12] - 2022-01-24</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> Support for <code>default_value_os_t</code></li> </ul> <h2>v3.0.11</h2> <h2>[3.0.11] - 2022-01-24</h2> <h3>Fixes</h3> <ul> <li>Ensure conflicts work when they target a group with a default value</li> </ul> <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> </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.13] - 2022-01-26</h2> <h3>Fixes</h3> <ul> <li>Show optional flag values wrapped in <code>[]</code></li> </ul> <h2>[3.0.12] - 2022-01-24</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> Support for <code>default_value_os_t</code></li> </ul> <h2>[3.0.11] - 2022-01-24</h2> <h3>Fixes</h3> <ul> <li>Ensure conflicts work when they target a group with a default value</li> </ul> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/d2109b39692291860a7b3a61e4bf51b02b9a32fe"><code>d2109b3</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/7f1860e7e2d549516553ca37d609a44c3d16ba2a"><code>7f1860e</code></a> chore: Update release process</li> <li><a href="https://github.com/clap-rs/clap/commit/f5ae5714bc192b41419f7292870441ee9a1840a4"><code>f5ae571</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/993d55fcf3bddd0ba478e06852901fefaa71d713"><code>993d55f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3347">#3347</a> from jpgrayson/master</li> <li><a href="https://github.com/clap-rs/clap/commit/7eea7d27ad685bb92bd71a01328729976eb2159c"><code>7eea7d2</code></a> fix(help): Optional arg values in brackets</li> <li><a href="https://github.com/clap-rs/clap/commit/50b3d2966e0562923cfd0bb5b4445b2f1cc1d0fb"><code>50b3d29</code></a> Correct README syntax for bool flag (<a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3346">#3346</a>)</li> <li><a href="https://github.com/clap-rs/clap/commit/5ccffb073b32d5094e923b5509fc2ab567eb518a"><code>5ccffb0</code></a> docs: Fix builder link from docs.rs <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3345">#3345</a></li> <li><a href="https://github.com/clap-rs/clap/commit/b88faadcb9b881bc09ef888ce077c12e589a0e0d"><code>b88faad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/3343">#3343</a> from epage/sub</li> <li><a href="https://github.com/clap-rs/clap/commit/f32d640d49355f8b1f748f57f1a896bd22c0bc29"><code>f32d640</code></a> docs(tutorial): Talk about required/optional subcommands</li> <li><a href="https://github.com/clap-rs/clap/commit/ea7699c11f58cbd921ae1aa549348204c2bb20f9"><code>ea7699c</code></a> chore: Release</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v3.0.8...v3.0.13">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.8&new-version=3.0.13)](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:48 +01:00
adam closed this issue 2026-01-05 14:52:48 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#744