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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@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/535
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 9/11/2023
**Status:** ✅ Merged
**Merged:** 9/12/2023
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `dependabot/cargo/clap-4.4.2`
---
### 📝 Commits (1)
- [`e2d58ff`](https://github.com/LGUG2Z/komorebi/commit/e2d58ff23bff37a52dde053551b3d4a2a190f1a5) chore(deps): bump clap from 4.3.19 to 4.4.2
### 📊 Changes
**1 file changed** (+13 additions, -45 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+13 -45)
</details>
### 📄 Description
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.19 to 4.4.2.
<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.4.2</h2>
<h2>[4.4.2] - 2023-08-31</h2>
<h3>Performance</h3>
<ul>
<li>Improve build times by removing <code>once_cell</code> dependency</li>
</ul>
<h2>v4.4.1</h2>
<h2>[4.4.1] - 2023-08-28</h2>
<h3>Features</h3>
<ul>
<li>Stabilize <code>Command::styles</code></li>
</ul>
<h2>v4.3.24</h2>
<h2>[4.3.24] - 2023-08-23</h2>
<h3>Fixes</h3>
<ul>
<li>Ensure column padding is preserved in <code>--help</code> with custom templates</li>
</ul>
<h2>v4.3.23</h2>
<h2>[4.3.23] - 2023-08-18</h2>
<h3>Fixes</h3>
<ul>
<li>Fixed <code>UnknownArgumentValueParser</code> to not error on flag's absence</li>
</ul>
<h2>v4.3.22</h2>
<h2>[4.3.22] - 2023-08-17</h2>
<h3>Features</h3>
<ul>
<li>Add <code>UnknownArgumentValueParser</code> for injecting errors for improving the experience with errors</li>
</ul>
<h2>v4.3.21</h2>
<h2>[4.3.21] - 2023-08-08</h2>
<h3>Features</h3>
<ul>
<li>Expose <code>TryMapValueParser</code> so the type can be named</li>
</ul>
<h2>v4.3.20</h2>
<h2>[4.3.20] - 2023-08-08</h2>
<h3>Features</h3>
<ul>
<li>Expose <code>TryMapValueParser</code> so the type can be named</li>
<li><code>Command::mut_args</code> for modifying all arguments en masse</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.4.2] - 2023-08-31</h2>
<h3>Performance</h3>
<ul>
<li>Improve build times by removing <code>once_cell</code> dependency</li>
</ul>
<h2>[4.4.1] - 2023-08-28</h2>
<h3>Features</h3>
<ul>
<li>Stabilize <code>Command::styles</code></li>
</ul>
<h2>[4.4.0] - 2023-08-24</h2>
<h3>Compatibility</h3>
<ul>
<li>Update MSRV to 1.70.0</li>
</ul>
<h2>[4.3.24] - 2023-08-23</h2>
<h3>Fixes</h3>
<ul>
<li>Ensure column padding is preserved in <code>--help</code> with custom templates</li>
</ul>
<h2>[4.3.23] - 2023-08-18</h2>
<h3>Fixes</h3>
<ul>
<li>Fixed <code>UnknownArgumentValueParser</code> to not error on flag's absence</li>
</ul>
<h2>[4.3.22] - 2023-08-17</h2>
<h3>Features</h3>
<ul>
<li>Add <code>UnknownArgumentValueParser</code> for injecting errors for improving the experience with errors</li>
</ul>
<h2>[4.3.21] - 2023-08-08</h2>
<h3>Features</h3>
<ul>
<li>Expose <code>TryMapValueParser</code> so the type can be named</li>
</ul>
<h2>[4.3.20] - 2023-08-08</h2>
<h3>Features</h3>
<ul>
<li><code>Command::mut_args</code> for modifying all arguments en masse</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/clap-rs/clap/commit/3cd571e654b8a978f2244289729a85a82e638373"><code>3cd571e</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/59f1d01e9a9f566d3acfb8c7ea6e8adc2eaac0d1"><code>59f1d01</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/7a4f7d3f2cc66929cbb7746d0ff3655535854f8d"><code>7a4f7d3</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5106">#5106</a> from epage/once</li>
<li><a href="https://github.com/clap-rs/clap/commit/087224a48639622a23cedac7824de914c4fc63e6"><code>087224a</code></a> perf: Drop a dep for faster builds</li>
<li><a href="https://github.com/clap-rs/clap/commit/98712dba51829f745db0aa4523e313f12a932828"><code>98712db</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5105">#5105</a> from geometryolife/fix</li>
<li><a href="https://github.com/clap-rs/clap/commit/4012b195fd26ce73cadc133d9aef5873ea501fd8"><code>4012b19</code></a> fix(builder): Update documentation comments</li>
<li><a href="https://github.com/clap-rs/clap/commit/7126f78421de4041c0de2f0c4a2141fa50f8b54a"><code>7126f78</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/f31e6affdf50a15675667af9a8dedee5989b5be8"><code>f31e6af</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/0a4c8e26f24132d42a326cb7e2e96f47c3657d49"><code>0a4c8e2</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5096">#5096</a> from epage/nu</li>
<li><a href="https://github.com/clap-rs/clap/commit/4647a8a860541083e33ebdc52706a8d291dbd090"><code>4647a8a</code></a> chore: Update dependencies</li>
<li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.3.19...v4.4.2">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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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/535
Author: @dependabot[bot]
Created: 9/11/2023
Status: ✅ Merged
Merged: 9/12/2023
Merged by: @LGUG2Z
Base:
master← Head:dependabot/cargo/clap-4.4.2📝 Commits (1)
e2d58ffchore(deps): bump clap from 4.3.19 to 4.4.2📊 Changes
1 file changed (+13 additions, -45 deletions)
View changed files
📝
Cargo.lock(+13 -45)📄 Description
Bumps clap from 4.3.19 to 4.4.2.
Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
3cd571echore: Release59f1d01docs: Update changelog7a4f7d3Merge pull request #5106 from epage/once087224aperf: Drop a dep for faster builds98712dbMerge pull request #5105 from geometryolife/fix4012b19fix(builder): Update documentation comments7126f78chore: Releasef31e6afdocs: Update changelog0a4c8e2Merge pull request #5096 from epage/nu4647a8achore: Update dependenciesDependabot 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@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.