[PR #466] [CLOSED] chore(deps): bump clap from 4.3.1 to 4.3.3 #935

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/466
Author: @dependabot[bot]
Created: 6/12/2023
Status: Closed

Base: masterHead: dependabot/cargo/clap-4.3.3


📝 Commits (1)

  • b4d482c chore(deps): bump clap from 4.3.1 to 4.3.3

📊 Changes

1 file changed (+6 additions, -6 deletions)

View changed files

📝 Cargo.lock (+6 -6)

📄 Description

Bumps clap from 4.3.1 to 4.3.3.

Release notes

Sourced from clap's releases.

v4.3.3

[4.3.3] - 2023-06-09

Features

  • Command::defer for delayed initialization of subcommands to reduce startup times of large applications like deno

v4.3.2

[4.3.2] - 2023-06-05

Fixes

  • (derive) Don't produce unused_equalifications warnings when someone brings a clap type into scope
Changelog

Sourced from clap's changelog.

[4.3.3] - 2023-06-09

Features

  • Command::defer for delayed initialization of subcommands to reduce startup times of large applications like deno

[4.3.2] - 2023-06-05

Fixes

  • (derive) Don't produce unused_equalifications warnings when someone brings a clap type into scope
Commits
  • a87fba2 chore: Release
  • 4b9ec6f docs: Update changelog
  • 13534b6 Merge pull request #4792 from epage/defer
  • d10938d feat: Allow deferred initialization of subcommands
  • 475e254 chore: Release
  • 75e2060 docs: Update changelog
  • 468ab55 Merge pull request #4952 from epage/derive
  • 103ae5c fix(derive): Don't warn when people bring types into scope
  • 5661b6b style: Remove unused mut
  • e7729d1 fix(derive): Mark all impls as automatically derived
  • See full diff in compare view

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/466 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/12/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/cargo/clap-4.3.3` --- ### 📝 Commits (1) - [`b4d482c`](https://github.com/LGUG2Z/komorebi/commit/b4d482caca04211c4456eb6afa5b32a6651d4713) chore(deps): bump clap from 4.3.1 to 4.3.3 ### 📊 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.3.1 to 4.3.3. <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.3</h2> <h2>[4.3.3] - 2023-06-09</h2> <h3>Features</h3> <ul> <li><code>Command::defer</code> for delayed initialization of subcommands to reduce startup times of large applications like deno</li> </ul> <h2>v4.3.2</h2> <h2>[4.3.2] - 2023-06-05</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Don't produce <code>unused_equalifications</code> warnings when someone brings a clap type into scope</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.3] - 2023-06-09</h2> <h3>Features</h3> <ul> <li><code>Command::defer</code> for delayed initialization of subcommands to reduce startup times of large applications like deno</li> </ul> <h2>[4.3.2] - 2023-06-05</h2> <h3>Fixes</h3> <ul> <li><em>(derive)</em> Don't produce <code>unused_equalifications</code> warnings when someone brings a clap type into scope</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/a87fba2bb6d45494d29f8eba6a080a639b80ae36"><code>a87fba2</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/4b9ec6fa87d41215d532199b5cd88e866d16ee72"><code>4b9ec6f</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/13534b67d0af24f8eaf6c8f6734469bcfa49c1f3"><code>13534b6</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4792">#4792</a> from epage/defer</li> <li><a href="https://github.com/clap-rs/clap/commit/d10938dd33de167674977c366a0b3f77044fc4ae"><code>d10938d</code></a> feat: Allow deferred initialization of subcommands</li> <li><a href="https://github.com/clap-rs/clap/commit/475e254d2534f888966ca5a61308176a99eb4281"><code>475e254</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/75e2060f0570bb0e33382e0e34e2b5efb0a37820"><code>75e2060</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/468ab556a65db5beeac04cae31da4e42bfd77953"><code>468ab55</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4952">#4952</a> from epage/derive</li> <li><a href="https://github.com/clap-rs/clap/commit/103ae5cf626819c7bfcfb933f549664227ac0a64"><code>103ae5c</code></a> fix(derive): Don't warn when people bring types into scope</li> <li><a href="https://github.com/clap-rs/clap/commit/5661b6b50843d2386a63c1243ee2c19050b00a40"><code>5661b6b</code></a> style: Remove unused mut</li> <li><a href="https://github.com/clap-rs/clap/commit/e7729d12826b26de7bdf1980d1d85f41dd376763"><code>e7729d1</code></a> fix(derive): Mark all impls as automatically derived</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.3.1...v4.3.3">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.1&new-version=4.3.3)](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:28 +01:00
adam closed this issue 2026-01-05 14:53:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#935