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 />
[](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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:dependabot/cargo/clap-3.2.16📝 Commits (1)
cd956bfchore(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.
Changelog
Sourced from clap's changelog.
Commits
9bd1e2fchore: Release5e52594docs: Update changelog80ea08cMerge pull request #4006 from epage/error4c43b21fix(parser): Include required argument in messageef1424brefactor(usage): Clarify required gatheringb2a8fd7chore: Release026e858chore: Allow releasing from release branches84ae6dfdocs: Update changelog69b0904Merge pull request #3987 from emersonford/default-values-t-v3-backport027a675feat(clap_derive): Adddefault_values_tanddefault_values_os_tDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.