aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/platform/build_target.py
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-05-28 17:42:17 +0000
committerGitHub <noreply@github.com>2025-05-28 17:42:17 +0000
commit398764a928261632a498479ab40ab9f125817cd3 (patch)
tree0cfcb0fdd000588b078ea595160776afe927fd29 /python/servo/platform/build_target.py
parentf1c80afbb5608692d4a6bb2da1e0f33708dcb54f (diff)
downloadservo-398764a928261632a498479ab40ab9f125817cd3.tar.gz
servo-398764a928261632a498479ab40ab9f125817cd3.zip
build(deps): bump clap from 4.5.38 to 4.5.39 (#37171)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.38 to 4.5.39. <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.39</h2> <h2>[4.5.39] - 2025-05-27</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Show short flag aliases before long</li> <li><em>(help)</em> Merge the short and long flag alias lists</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.39] - 2025-05-27</h2> <h3>Fixes</h3> <ul> <li><em>(help)</em> Show short flag aliases before long</li> <li><em>(help)</em> Merge the short and long flag alias lists</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/ed2360f9cdf9bb51477ace5cd79ac47794758086"><code>ed2360f</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/196a14b8c958bd172365f7b82999a0102301380d"><code>196a14b</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/cd622ab63c43a6c07b25a1e914a6aebd4430b0e3"><code>cd622ab</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5846">#5846</a> from ribru17/alias_fn_dedup</li> <li><a href="https://github.com/clap-rs/clap/commit/48ff72be28a0b563d15fc88cbb0e7e247fa33a02"><code>48ff72b</code></a> fix(complete): Deduplicate bash subcmd cases</li> <li><a href="https://github.com/clap-rs/clap/commit/b1b6f17f610efc51a6ac1d18f471b918492c1ea7"><code>b1b6f17</code></a> Merge pull request <a href="https://redirect.github.com/clap-rs/clap/issues/5843">#5843</a> from epage/link</li> <li><a href="https://github.com/clap-rs/clap/commit/5900216569d0ed0b9967e930c996644e6b86a53b"><code>5900216</code></a> fix(derive): Update link for derive attributes</li> <li><a href="https://github.com/clap-rs/clap/commit/fde45f9aea766fb8de46e3d46e6575f393c3b6b9"><code>fde45f9</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/45d5d7edcb37d07affb9185b2a06a3bce40e6ea0"><code>45d5d7e</code></a> docs: Update changelog</li> <li><a href="https://github.com/clap-rs/clap/commit/4b82b97cd9069dba864185d5c6147232f8ad4942"><code>4b82b97</code></a> chore: Release</li> <li><a href="https://github.com/clap-rs/clap/commit/a982adfbbd369e19427fcc7e31be58bb8a9e2dac"><code>a982adf</code></a> docs: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/clap_complete-v4.5.38...clap_complete-v4.5.39">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.38&new-version=4.5.39)](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>
Diffstat (limited to 'python/servo/platform/build_target.py')
0 files changed, 0 insertions, 0 deletions