Skip to content

Commit ff0f8b9

Browse files
chore(deps): bump clap from 4.5.60 to 4.6.0 (#111)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.60 to 4.6.0. <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.6.0] - 2026-03-12</h2> <h3>Compatibility</h3> <ul> <li>Update MSRV to 1.85</li> </ul> <h2>[4.5.61] - 2026-03-12</h2> <h3>Internal</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/9ab6dee710aa384e02ec5e9e2cfeadb2f35abf2a"><code>9ab6dee</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/374a30dac685d492cbdae124e757afdb52dd47b6"><code>374a30d</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/d0c8aabc000adc54fc39efa721e6caad035fc3da"><code>d0c8aab</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6306">#6306</a> from epage/update</li> <li><a href="https://github.com/clap-rs/clap/commit/686ce2f665f43f927c1dbd5ad63a2f989e503bb9"><code>686ce2f</code></a> chore: Upgrade compatible</li> <li><a href="https://github.com/clap-rs/clap/commit/8203238de61f89b60ce1ca1672cfe20997d20a1e"><code>8203238</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/6305">#6305</a> from epage/msrv</li> <li><a href="https://github.com/clap-rs/clap/commit/c774a892ba8bb703a9e77a16e6ebc6ff1c551868"><code>c774a89</code></a> docs: Reduce main's in doctests</li> <li><a href="https://github.com/clap-rs/clap/commit/73534f6ed3697b834743d283cedc7f529778d8a7"><code>73534f6</code></a> chore: Upgrade to 2025 edition</li> <li><a href="https://github.com/clap-rs/clap/commit/dfe05a9bfe5bf49ec560e484c1abf50bcb55cd96"><code>dfe05a9</code></a> chore: Bump MSRV to 1.85</li> <li><a href="https://github.com/clap-rs/clap/commit/8b41d0b8497ccaa0fb0d1d8a51f91ea2f62b3aa8"><code>8b41d0b</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/518220f102cc34b2cf39c64efa35975a22341e36"><code>518220f</code></a> docs: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.60...clap_complete-v4.6.0">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.60&new-version=4.6.0)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37c3aab commit ff0f8b9

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ js-sys = "0.3"
371371

372372
[dev-dependencies]
373373
serial_test = "3.4"
374-
clap = { version = "4.5", features = ["derive"] }
374+
clap = { version = "4.6", features = ["derive"] }
375375
tracing-subscriber = "0.3"
376376
tracing-log = "0.2"
377377
proptest = "1.10"

0 commit comments

Comments
 (0)