[PR #455] [MERGED] chore(deps): bump clap from 4.3.0 to 4.3.1 #930

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/455
Author: @dependabot[bot]
Created: 6/5/2023
Status: Merged
Merged: 6/8/2023
Merged by: @LGUG2Z

Base: masterHead: dependabot/cargo/clap-4.3.1


📝 Commits (1)

  • be09013 chore(deps): bump clap from 4.3.0 to 4.3.1

📊 Changes

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

View changed files

📝 Cargo.lock (+6 -6)

📄 Description

Bumps clap from 4.3.0 to 4.3.1.

Changelog

Sourced from clap's changelog.

[4.3.1] - 2023-06-02

Performance

  • (derive) Reduce the amount of generated code
Commits
  • 50f0e6b chore: Release
  • 1471457 docs: Update changelog
  • 7ead9ab Merge pull request #4947 from klensy/formatless-error
  • df5d901 perf(derive): Reduce amount of generated code
  • e8a3568 Merge pull request #4944 from clap-rs/renovate/criterion-0.x
  • a4f8391 Merge pull request #4943 from clap-rs/renovate/compatible-(dev)
  • 4eb03ea chore(deps): update rust crate criterion to 0.5.1
  • 534be34 chore(deps): update compatible (dev)
  • 78bb48b chore: Release
  • 3430d62 Merge pull request #4935 from epage/nu
  • Additional commits viewable 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/455 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/5/2023 **Status:** ✅ Merged **Merged:** 6/8/2023 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `dependabot/cargo/clap-4.3.1` --- ### 📝 Commits (1) - [`be09013`](https://github.com/LGUG2Z/komorebi/commit/be090139657715055b8860f3523d0016c6ea61ed) chore(deps): bump clap from 4.3.0 to 4.3.1 ### 📊 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.0 to 4.3.1. <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.1] - 2023-06-02</h2> <h3>Performance</h3> <ul> <li><em>(derive)</em> Reduce the amount of generated code</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/50f0e6bffbe28ba0d245c1789010592764a7d80d"><code>50f0e6b</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/147145714329b0f5dc203c31ab949cbd60fe3718"><code>1471457</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/7ead9ab3563422d87422fec05873852729f04256"><code>7ead9ab</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4947">#4947</a> from klensy/formatless-error</li> <li><a href="https://github.com/clap-rs/clap/commit/df5d90101a86d5ff848c4ae713a535619ee390a7"><code>df5d901</code></a> perf(derive): Reduce amount of generated code</li> <li><a href="https://github.com/clap-rs/clap/commit/e8a35682195b7610dc4020fe650d9aa1c3722f12"><code>e8a3568</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4944">#4944</a> from clap-rs/renovate/criterion-0.x</li> <li><a href="https://github.com/clap-rs/clap/commit/a4f839196155b050a75544f72c42795204a4f9ea"><code>a4f8391</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4943">#4943</a> from clap-rs/renovate/compatible-(dev)</li> <li><a href="https://github.com/clap-rs/clap/commit/4eb03ea4056fd4106c3df92117b9b0cf6027b069"><code>4eb03ea</code></a> chore(deps): update rust crate criterion to 0.5.1</li> <li><a href="https://github.com/clap-rs/clap/commit/534be345d8b8775b56a017acf081b07798810d5f"><code>534be34</code></a> chore(deps): update compatible (dev)</li> <li><a href="https://github.com/clap-rs/clap/commit/78bb48b6b8ef4d597b4b30b9add7927a2b0b0d8d"><code>78bb48b</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/3430d62ed79796b471926e13dced883aac665e2d"><code>3430d62</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/4935">#4935</a> from epage/nu</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.3.0...clap_complete-v4.3.1">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.0&new-version=4.3.1)](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:27 +01:00
adam closed this issue 2026-01-05 14:53:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#930