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/471
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 6/26/2023
**Status:** ✅ Merged
**Merged:** 6/26/2023
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/clap-4.3.8`
---
### 📝 Commits (1)
- [`4e90c5a`](https://github.com/LGUG2Z/komorebi/commit/4e90c5a1c6213658f30d95a4a4294a7bb504e63e) chore(deps): bump clap from 4.3.4 to 4.3.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 4.3.4 to 4.3.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>v4.3.8</h2>
<h2>[4.3.8] - 2023-06-23</h2>
<h3>Fixes</h3>
<ul>
<li>Error on ambiguity with <code>infer_long_arg</code>, rather than arbitrarily picking one, matching the documentation and subcommand's behavior</li>
</ul>
<h2>v4.3.7</h2>
<h2>[4.3.7] - 2023-06-23</h2>
<h3>Documentation</h3>
<ul>
<li>Further clarify magic behavior in derive tutorial</li>
<li>Further clarify derive API's relationship to builder within the tutorial</li>
</ul>
<h2>v4.3.6</h2>
<h2>[4.3.6] - 2023-06-23</h2>
<h3>Documentation</h3>
<ul>
<li>Suggest <code>clio</code></li>
</ul>
<h2>v4.3.5</h2>
<h2>[4.3.5] - 2023-06-20</h2>
<ul>
<li><code>ColorChoice::possible_values</code> is added to simplify things for builder users</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>ColorChoice::to_possible_value</code> no longer includes descriptions, encouraging shorter help where possible</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>[4.3.8] - 2023-06-23</h2>
<h3>Fixes</h3>
<ul>
<li>Error on ambiguity with <code>infer_long_arg</code>, rather than arbitrarily picking one, matching the documentation and subcommand's behavior</li>
</ul>
<h2>[4.3.7] - 2023-06-23</h2>
<h3>Documentation</h3>
<ul>
<li>Further clarify magic behavior in derive tutorial</li>
<li>Further clarify derive API's relationship to builder within the tutorial</li>
</ul>
<h2>[4.3.6] - 2023-06-23</h2>
<h3>Documentation</h3>
<ul>
<li>Suggest <code>clio</code></li>
</ul>
<h2>[4.3.5] - 2023-06-20</h2>
<ul>
<li><code>ColorChoice::possible_values</code> is added to simplify things for builder users</li>
</ul>
<h3>Fixes</h3>
<ul>
<li><code>ColorChoice::to_possible_value</code> no longer includes descriptions, encouraging shorter help where possible</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/clap-rs/clap/commit/1f71fd9e992c2d39a187c6bd1f015bdfe77dbadf"><code>1f71fd9</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/0f614dec400bb0991df4eeff0b8fbe90ebe50d40"><code>0f614de</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/8596fe65238967a55aab9e8a4d86878bfd3e92d3"><code>8596fe6</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4971">#4971</a> from SUPERCILEX/long-arg-inference</li>
<li><a href="https://github.com/clap-rs/clap/commit/f363e41916aae1f9b7220692fd5abc0a3556fc1c"><code>f363e41</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/f4cdebb5f6dd4d9c2d8ccec21dc279f53a2f2c55"><code>f4cdebb</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/f5d64d746e96ebe7911ceb4f313eccba5cfaac47"><code>f5d64d7</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4985">#4985</a> from epage/docs</li>
<li><a href="https://github.com/clap-rs/clap/commit/975eb0c6864bc65e3dad8f1ada5be2c1db53c25b"><code>975eb0c</code></a> docs(tutorial): Link out to other docs more</li>
<li><a href="https://github.com/clap-rs/clap/commit/7370c63caf217f7bb42f08a5f6441f9bd6a3d9f1"><code>7370c63</code></a> docs(tutorial): Provide next steps</li>
<li><a href="https://github.com/clap-rs/clap/commit/c2e6f1b7902c395f1aaccab3c81bfde21f6d17af"><code>c2e6f1b</code></a> docs(derive): Draw more attention to derive feature</li>
<li><a href="https://github.com/clap-rs/clap/commit/a0e6bdc50be61d2f36de0d1a53a61032caf9c4b7"><code>a0e6bdc</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4984">#4984</a> from epage/ref</li>
<li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.3.4...v4.3.8">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/471
Author: @dependabot[bot]
Created: 6/26/2023
Status: ✅ Merged
Merged: 6/26/2023
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/clap-4.3.8📝 Commits (1)
4e90c5achore(deps): bump clap from 4.3.4 to 4.3.8📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
Cargo.lock(+4 -4)📄 Description
Bumps clap from 4.3.4 to 4.3.8.
Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
1f71fd9chore: Release0f614dedocs: Update changelog8596fe6Merge pull request #4971 from SUPERCILEX/long-arg-inferencef363e41chore: Releasef4cdebbdocs: Update changelogf5d64d7Merge pull request #4985 from epage/docs975eb0cdocs(tutorial): Link out to other docs more7370c63docs(tutorial): Provide next stepsc2e6f1bdocs(derive): Draw more attention to derive featurea0e6bdcMerge pull request #4984 from epage/refDependabot 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.