[PR #382] [MERGED] chore(deps): bump clap from 4.1.6 to 4.1.13 #899

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/382
Author: @dependabot[bot]
Created: 3/27/2023
Status: Merged
Merged: 3/28/2023
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/clap-4.1.13


📝 Commits (1)

  • 5fa5f70 chore(deps): bump clap from 4.1.6 to 4.1.13

📊 Changes

1 file changed (+31 additions, -21 deletions)

View changed files

📝 Cargo.lock (+31 -21)

📄 Description

Bumps clap from 4.1.6 to 4.1.13.

Release notes

Sourced from clap's releases.

v4.1.13

[4.1.13] - 2023-03-18

Performance

  • Reduce repeated alloc calls when building a Command
  • Reduce duplicate dependencies for faster builds

v4.1.12

[4.1.12] - 2023-03-18

Internal

  • (derive) Update to syn v2

Performance

  • (derive) Faster build times by dropping proc-macro-error dependency

v4.1.11

[4.1.11] - 2023-03-17

Internal

  • Update bitflags

v4.1.10

[4.1.10] - 2023-03-17

Fixes

  • (help) On Windows, avoid underlined text artifacts

v4.1.8

[4.1.8] - 2023-02-27

Fixes

  • (derive) Don't deny lints on the users behalf

v4.1.7

[4.1.7] - 2023-02-27

Fixes

  • (derive) Hide some nightly clippy warnings
Changelog

Sourced from clap's changelog.

[4.1.13] - 2023-03-18

Performance

  • Reduce repeated alloc calls when building a Command
  • Reduce duplicate dependencies for faster builds

[4.1.12] - 2023-03-18

Internal

  • (derive) Update to syn v2

Performance

  • (derive) Faster build times by dropping proc-macro-error dependency

[4.1.11] - 2023-03-17

Internal

  • Update bitflags

[4.1.10] - 2023-03-17

Fixes

  • (help) On Windows, avoid underlined text artifacts

[4.1.9] - 2023-03-16

Fixes

  • (assert) Improve the assert when using the wrong action with get_count / get_flag

[4.1.8] - 2023-02-27

Fixes

  • (derive) Don't deny lints on the users behalf

[4.1.7] - 2023-02-27

Fixes

  • (derive) Hide some nightly clippy warnings
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/382 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/27/2023 **Status:** ✅ Merged **Merged:** 3/28/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/clap-4.1.13` --- ### 📝 Commits (1) - [`5fa5f70`](https://github.com/LGUG2Z/komorebi/commit/5fa5f700a4782b0c35bb8f0c8a5065e6c1f80e26) chore(deps): bump clap from 4.1.6 to 4.1.13 ### 📊 Changes **1 file changed** (+31 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+31 -21) </details> ### 📄 Description Bumps [clap](https://github.com/clap-rs/clap) from 4.1.6 to 4.1.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>v4.1.13</h2> <h2>[4.1.13] - 2023-03-18</h2> <h3>Performance</h3> <ul> <li>Reduce repeated alloc calls when building a <code>Command</code></li> <li>Reduce duplicate dependencies for faster builds</li> </ul> <h2>v4.1.12</h2> <h2>[4.1.12] - 2023-03-18</h2> <h3>Internal</h3> <ul> <li><em>(derive)</em> Update to <code>syn</code> v2</li> </ul> <h3>Performance</h3> <ul> <li><em>(derive)</em> Faster build times by dropping <code>proc-macro-error</code> dependency</li> </ul> <h2>v4.1.11</h2> <h2>[4.1.11] - 2023-03-17</h2> <h3>Internal</h3> <ul> <li>Update <code>bitflags</code></li> </ul> <h2>v4.1.10</h2> <h2>[4.1.10] - 2023-03-17</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> On Windows, avoid underlined text artifacts</li> </ul> <h2>v4.1.8</h2> <h2>[4.1.8] - 2023-02-27</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Don't <code>deny</code> lints on the users behalf</li> </ul> <h2>v4.1.7</h2> <h2>[4.1.7] - 2023-02-27</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Hide some nightly clippy warnings</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.1.13] - 2023-03-18</h2> <h3>Performance</h3> <ul> <li>Reduce repeated alloc calls when building a <code>Command</code></li> <li>Reduce duplicate dependencies for faster builds</li> </ul> <h2>[4.1.12] - 2023-03-18</h2> <h3>Internal</h3> <ul> <li><em>(derive)</em> Update to <code>syn</code> v2</li> </ul> <h3>Performance</h3> <ul> <li><em>(derive)</em> Faster build times by dropping <code>proc-macro-error</code> dependency</li> </ul> <h2>[4.1.11] - 2023-03-17</h2> <h3>Internal</h3> <ul> <li>Update <code>bitflags</code></li> </ul> <h2>[4.1.10] - 2023-03-17</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> On Windows, avoid underlined text artifacts</li> </ul> <h2>[4.1.9] - 2023-03-16</h2> <h3>Fixes</h3> <ul> <li><em>(assert)</em> Improve the assert when using the wrong action with <code>get_count</code> / <code>get_flag</code></li> </ul> <h2>[4.1.8] - 2023-02-27</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Don't <code>deny</code> lints on the users behalf</li> </ul> <h2>[4.1.7] - 2023-02-27</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Hide some nightly clippy warnings</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/240e237b5f6c9a16397d495f395c0fc8b628f946"><code>240e237</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/60e023fb2cbc9b97caa8a4c9491f195870bb0043"><code>60e023f</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/6e1376cac8c4e199d569d27db24fff10d1de3187"><code>6e1376c</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4781">#4781</a> from epage/deny</li> <li><a href="https://github.com/clap-rs/clap/commit/f04ad2f38c9059d551316d46996590a8089ba9d8"><code>f04ad2f</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4779">#4779</a> from epage/reserve</li> <li><a href="https://github.com/clap-rs/clap/commit/bdfc6be5a7cdaab9d752a8669394e8d27cd3ec41"><code>bdfc6be</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4778">#4778</a> from epage/downgrade</li> <li><a href="https://github.com/clap-rs/clap/commit/a2f500e4402b0636fa0613c824626d3d2901649d"><code>a2f500e</code></a> chore(ci): Switch to cargo-deny</li> <li><a href="https://github.com/clap-rs/clap/commit/a62fd05d5392fd48a5fe9347451a49d18f564ab0"><code>a62fd05</code></a> perf: Reduce alloc calls when building</li> <li><a href="https://github.com/clap-rs/clap/commit/769ccc5cd6d4fbbf37fd0ef5f21b01b4d82c753b"><code>769ccc5</code></a> Revert &quot;chore: Update bitflags dep to 2.0&quot;</li> <li><a href="https://github.com/clap-rs/clap/commit/79b44d04609bf2bc8a6f4fafe49913c3b9b86b8b"><code>79b44d0</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/59109b640d35211c13c9de624d22dd9c3ec74505"><code>59109b6</code></a> docs: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.1.6...v4.1.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=4.1.6&new-version=4.1.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:53:21 +01:00
adam closed this issue 2026-01-05 14:53:21 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#899