mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 21:01:45 +03:00
chore(deps): Bump clap from 4.5.16 to 4.5.17 (#1499)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.16 to 4.5.17. <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.17</h2> <h2>[4.5.17] - 2024-09-04</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Style required argument groups</li> <li><em>(derive)</em> Improve error messages when unsupported fields are used</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.17] - 2024-09-04</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Style required argument groups</li> <li><em>(derive)</em> Improve error messages when unsupported fields are used</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="6013ad4f67
"><code>6013ad4</code></a> chore: Release</li> <li><a href="f98e3ee215
"><code>f98e3ee</code></a> docs: Update changelog</li> <li><a href="addec17e9d
"><code>addec17</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5681">#5681</a> from epage/static</li> <li><a href="3c69aaa312
"><code>3c69aaa</code></a> docs(complete): Add stdout warning to env</li> <li><a href="e46263a048
"><code>e46263a</code></a> docs(complete): Redistribute dynamic's documentation</li> <li><a href="de723aaf8a
"><code>de723aa</code></a> fix(complete)!: Flatten in prep for stabilization</li> <li><a href="6727c1537b
"><code>6727c15</code></a> fix(complete): Section off existing completions</li> <li><a href="6842ed96da
"><code>6842ed9</code></a> refactor(complete): Remove low-value w macro</li> <li><a href="17d6d24232
"><code>17d6d24</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5680">#5680</a> from epage/unstable</li> <li><a href="23fb0568a8
"><code>23fb056</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5679">#5679</a> from epage/api</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.16...clap_complete-v4.5.17">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.16&new-version=4.5.17)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
bc3803c6c6
commit
015c8d6b5c
10
Cargo.lock
generated
10
Cargo.lock
generated
@ -776,9 +776,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.5.16"
|
||||
version = "4.5.17"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"
|
||||
checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive",
|
||||
@ -786,9 +786,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.5.15"
|
||||
version = "4.5.17"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
|
||||
checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
@ -2283,7 +2283,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"windows-targets 0.52.6",
|
||||
"windows-targets 0.48.5",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
Loading…
Reference in New Issue
Block a user