[PR #487] [MERGED] chore(deps): bump clap from 4.3.8 to 4.3.11 #948

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/487
Author: @dependabot[bot]
Created: 7/10/2023
Status: Merged
Merged: 7/11/2023
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/clap-4.3.11


📝 Commits (1)

  • c620345 chore(deps): bump clap from 4.3.8 to 4.3.11

📊 Changes

1 file changed (+4 additions, -5 deletions)

View changed files

📝 Cargo.lock (+4 -5)

📄 Description

Bumps clap from 4.3.8 to 4.3.11.

Release notes

Sourced from clap's releases.

v4.3.11

[4.3.11] - 2023-07-05

Features

  • (derive) Support fields wrapped in num::Wrapping, Box, or Arc
  • (derive) Support Box<str>, Box<OsStr>, and Box<Path>

v4.3.10

[4.3.10] - 2023-06-30

Performance

  • Drop a dependency, reducing binary size by 1.3 KiB

v4.3.9

[4.3.9] - 2023-06-28

Fixes

  • Command::ignore_errors no longer masks help/version
Changelog

Sourced from clap's changelog.

[4.3.11] - 2023-07-05

Features

  • (derive) Support fields wrapped in num::Wrapping, Box, or Arc
  • (derive) Support Box<str>, Box<OsStr>, and Box<Path>

[4.3.10] - 2023-06-30

Performance

  • Drop a dependency, reducing binary size by 1.3 KiB

[4.3.9] - 2023-06-28

Fixes

  • Command::ignore_errors no longer masks help/version
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/487 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/10/2023 **Status:** ✅ Merged **Merged:** 7/11/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/clap-4.3.11` --- ### 📝 Commits (1) - [`c620345`](https://github.com/LGUG2Z/komorebi/commit/c620345f279a60b31843b92d63442b3f349e905b) chore(deps): bump clap from 4.3.8 to 4.3.11 ### 📊 Changes **1 file changed** (+4 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+4 -5) </details> ### 📄 Description Bumps [clap](https://github.com/clap-rs/clap) from 4.3.8 to 4.3.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.3.11</h2> <h2>[4.3.11] - 2023-07-05</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> Support fields wrapped in <code>num::Wrapping</code>, <code>Box</code>, or <code>Arc</code></li> <li><em>(derive)</em> Support <code>Box&lt;str&gt;</code>, <code>Box&lt;OsStr&gt;</code>, and <code>Box&lt;Path&gt;</code></li> </ul> <h2>v4.3.10</h2> <h2>[4.3.10] - 2023-06-30</h2> <h3>Performance</h3> <ul> <li>Drop a dependency, reducing binary size by 1.3 KiB</li> </ul> <h2>v4.3.9</h2> <h2>[4.3.9] - 2023-06-28</h2> <h3>Fixes</h3> <ul> <li><code>Command::ignore_errors</code> no longer masks help/version</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.11] - 2023-07-05</h2> <h3>Features</h3> <ul> <li><em>(derive)</em> Support fields wrapped in <code>num::Wrapping</code>, <code>Box</code>, or <code>Arc</code></li> <li><em>(derive)</em> Support <code>Box&lt;str&gt;</code>, <code>Box&lt;OsStr&gt;</code>, and <code>Box&lt;Path&gt;</code></li> </ul> <h2>[4.3.10] - 2023-06-30</h2> <h3>Performance</h3> <ul> <li>Drop a dependency, reducing binary size by 1.3 KiB</li> </ul> <h2>[4.3.9] - 2023-06-28</h2> <h3>Fixes</h3> <ul> <li><code>Command::ignore_errors</code> no longer masks help/version</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/cafdf58e0241990f31e49c72cfcd7e78db35958e"><code>cafdf58</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/7d52a0a0d29c540c47d82f0f6eb4c5b2dc2db56b"><code>7d52a0a</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/890af8af1bb51b1571fe5b39520936ca94df14f1"><code>890af8a</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4995">#4995</a> from epage/parse</li> <li><a href="https://github.com/clap-rs/clap/commit/99bcdfc6c7262d01bbe4c9275acc46c339040fce"><code>99bcdfc</code></a> style(builder): Be consistent in order</li> <li><a href="https://github.com/clap-rs/clap/commit/a50e32c1357b9a73da6c7b2d4506dd4be8f3420f"><code>a50e32c</code></a> feat(derive): Accept Boxed Str/OsStr/Path</li> <li><a href="https://github.com/clap-rs/clap/commit/916c8d93e1c9e54ee80178fa600c2d756635268e"><code>916c8d9</code></a> feat(derive): Accept num::Wrapping wrapped types</li> <li><a href="https://github.com/clap-rs/clap/commit/f043f575599555e3dae769b3fc9fdac440114628"><code>f043f57</code></a> feat(derive): Accept Box/Arc wrapped types</li> <li><a href="https://github.com/clap-rs/clap/commit/7353b2be3477eb6846c1e05a619b1de7a3b7c0dc"><code>7353b2b</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/8f7a1d1aac6a638c5cf6562887111bd594a4bf0b"><code>8f7a1d1</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/1938cb221959564b05ccaaa7b772bfed77a5b127"><code>1938cb2</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4991">#4991</a> from epage/bit</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v4.3.8...v4.3.11">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.3.8&new-version=4.3.11)](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:31 +01:00
adam closed this issue 2026-01-05 14:53:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#948