Skip to content

Commit 5fb24e0

Browse files
chore(deps): bump clap from 4.5.35 to 4.5.36 (#398)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.35 to 4.5.36. <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.36</h2> <h2>[4.5.36] - 2025-04-11</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Revert 4.5.35's &quot;Don't leave space for shorts if there are none&quot; for now</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.5.36] - 2025-04-11</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Revert 4.5.35's &quot;Don't leave space for shorts if there are none&quot; for now</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/7a6475e3c1ac68f810c50c6c1507a85bc9aa82fa"><code>7a6475e</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/0266c4197f6e700376663bf30627acb986b28cf6"><code>0266c41</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/6ec0b43448c9a4f9d744d42a2c96068f3ca66a79"><code>6ec0b43</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5791">#5791</a> from okapia/zsh-default-fallback</li> <li><a href="https://github.com/clap-rs/clap/commit/e40168c2fd6e0d711d52699895ba475d178d5024"><code>e40168c</code></a> fix(zsh): Use _default as zsh completion fallback</li> <li>See full diff in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.35...clap_complete-v4.5.36">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.5.35&new-version=4.5.36)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de54345 commit 5fb24e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -388,19 +388,19 @@ dependencies = [
388388

389389
[[package]]
390390
name = "clap"
391-
version = "4.5.35"
391+
version = "4.5.36"
392392
source = "registry+https://github.com/rust-lang/crates.io-index"
393-
checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944"
393+
checksum = "2df961d8c8a0d08aa9945718ccf584145eee3f3aa06cddbeac12933781102e04"
394394
dependencies = [
395395
"clap_builder",
396396
"clap_derive",
397397
]
398398

399399
[[package]]
400400
name = "clap_builder"
401-
version = "4.5.35"
401+
version = "4.5.36"
402402
source = "registry+https://github.com/rust-lang/crates.io-index"
403-
checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9"
403+
checksum = "132dbda40fb6753878316a489d5a1242a8ef2f0d9e47ba01c951ea8aa7d013a5"
404404
dependencies = [
405405
"anstream",
406406
"anstyle",

0 commit comments

Comments
 (0)