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/930
**Author:** [@dependabot[bot]](https://github.com/apps/dependabot)
**Created:** 7/29/2024
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `dependabot/cargo/clap-4.5.11`
---
### 📝 Commits (1)
- [`8c39f54`](https://github.com/LGUG2Z/komorebi/commit/8c39f5439a6c8f207dc426726ce7fa2e1b733a18) chore(deps): bump clap from 4.5.9 to 4.5.11
### 📊 Changes
**1 file changed** (+6 additions, -6 deletions)
<details>
<summary>View changed files</summary>
📝 `Cargo.lock` (+6 -6)
</details>
### 📄 Description
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.9 to 4.5.11.
<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.5.10</h2>
<h2>[4.5.10] - 2024-07-23</h2>
</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.5.11] - 2024-07-25</h2>
<h2>[4.5.10] - 2024-07-23</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/clap-rs/clap/commit/349ed304cf1705bd8727d68e9a2a6fcd1fa80c92"><code>349ed30</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/68ed9ff02d6aa922ce9db8a8a61c38d006bd30c6"><code>68ed9ff</code></a> docs: Update changelog</li>
<li><a href="https://github.com/clap-rs/clap/commit/afecaa4f9a26dc689f3f634743c431929908ffd1"><code>afecaa4</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5576">#5576</a> from shannmu/option_value_new</li>
<li><a href="https://github.com/clap-rs/clap/commit/4a006770245ff0225db86fff3ac0d107099d694f"><code>4a00677</code></a> chore: Release</li>
<li><a href="https://github.com/clap-rs/clap/commit/36c849b5bbf8a1b70258d04b07203434a51beee4"><code>36c849b</code></a> refactor(clap_complete): Reuse code about shortflag parsing</li>
<li><a href="https://github.com/clap-rs/clap/commit/fc479ba625fb45eb3a840cfaaf377fc751bb3aae"><code>fc479ba</code></a> feat(clap_complete): Add support for <code>-fbar</code> and <code>-f=bar</code> completion</li>
<li><a href="https://github.com/clap-rs/clap/commit/48a23f5c944b041612e5f7cda25293e58e62e219"><code>48a23f5</code></a> test(clap_complete): Add test cases for <code>-fbar</code> and <code>-f=bar</code> completion</li>
<li><a href="https://github.com/clap-rs/clap/commit/6b18d7725c6077a3da955d199617eb1fb3b88ea2"><code>6b18d77</code></a> docs(derive): Acknowledge Vec<Vec<!-- raw HTML omitted -->></li>
<li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.9...clap_complete-v4.5.11">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/930
Author: @dependabot[bot]
Created: 7/29/2024
Status: ❌ Closed
Base:
master← Head:dependabot/cargo/clap-4.5.11📝 Commits (1)
8c39f54chore(deps): bump clap from 4.5.9 to 4.5.11📊 Changes
1 file changed (+6 additions, -6 deletions)
View changed files
📝
Cargo.lock(+6 -6)📄 Description
Bumps clap from 4.5.9 to 4.5.11.
Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
349ed30chore: Release68ed9ffdocs: Update changelogafecaa4Merge pull request #5576 from shannmu/option_value_new4a00677chore: Release36c849brefactor(clap_complete): Reuse code about shortflag parsingfc479bafeat(clap_complete): Add support for-fbarand-f=barcompletion48a23f5test(clap_complete): Add test cases for-fbarand-f=barcompletion6b18d77docs(derive): Acknowledge Vec<Vec>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 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.