mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #26603 - servo:dependabot/cargo/clap-2.33.1, r=jdm
Bump clap from 2.32.0 to 2.33.1 Bumps [clap](https://github.com/clap-rs/clap) from 2.32.0 to 2.33.1. <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>v2.33.1</h2> <p><a name="v2.33.1"></a></p> <h3>v2.33.1 (2020-05-11)</h3> <h4>Bug Fixes</h4> <ul> <li>Windows: Prevent some panics when parsing invalid Unicode on Windows (<a href="922c645083
">922c645</a>, closes <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/1905">#1905</a>)</li> </ul> <h4>Documentation</h4> <ul> <li>fixes versions referenced in the README (<a href="d307466af1
">d307466a</a>)</li> <li><strong>README.md:</strong> <ul> <li>cuts down the number of examples to reduce confusion (<a href="6e508ee09e
">6e508ee0</a>)</li> </ul> </li> </ul> <h4>Improvements</h4> <ul> <li><strong>Deps:</strong> doesnt compile ansi_term on Windows since its not used (<a href="b57ee94609
">b57ee946</a>, closes <a href="https://github-redirect.dependabot.com/kbknapp/clap-rs/issues/1155">#1155</a>)</li> </ul> <h4>Minimum Required Rust</h4> <ul> <li>As of this release, <code>clap</code> requires <code>rustc 1.36.0</code> or greater.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/v2.33.1/CHANGELOG.md">clap's changelog</a>.</em></p> <blockquote> <h3>v2.33.1 (2020-05-11)</h3> <h4>Bug Fixes</h4> <ul> <li>Windows: Prevent some panics when parsing invalid Unicode on Windows (<a href="922c645083
">922c645</a>, closes <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/1905">#1905</a>)</li> </ul> <h4>Documentation</h4> <ul> <li>fixes versions referenced in the README (<a href="d307466af1
">d307466a</a>)</li> <li><strong>README.md:</strong> <ul> <li>cuts down the number of examples to reduce confusion (<a href="6e508ee09e
">6e508ee0</a>)</li> </ul> </li> </ul> <h4>Improvements</h4> <ul> <li><strong>Deps:</strong> doesnt compile ansi_term on Windows since its not used (<a href="b57ee94609
">b57ee946</a>, closes <a href="https://github-redirect.dependabot.com/kbknapp/clap-rs/issues/1155">#1155</a>)</li> </ul> <h4>Minimum Required Rust</h4> <ul> <li>As of this release, <code>clap</code> requires <code>rustc 1.36.0</code> or greater.</li> </ul> <p><a name="v2.33.0"></a></p> <h2>v2.33.0 (2019-04-06)</h2> <h4>New Sponsor</h4> <ul> <li>Stephen Oats is now a sponsor \o/ (<a href="823457c0ef
">823457c0</a>)</li> <li><strong>SPONSORS.md:</strong> fixes Josh Triplett's info in the sponsor document (<a href="24cb574090
">24cb5740</a>)</li> </ul> <h4>Features</h4> <ul> <li><strong>Completions:</strong> adds completion support for Elvish. (<a href="e9d0562a1d
">e9d0562a</a>)</li> <li>There is a new setting to disable automatic building of <code>--help</code> and <code>-h</code> flags (<code>AppSettings::DisableAutoHelp</code>)</li> </ul> <h4>Improvements</h4> <ul> <li><strong>arg_matches.rs:</strong> add Debug implementations (<a href="47192b7a2d
">47192b7a</a>)</li> <li><strong>macros:</strong> Support shorthand syntax for ArgGroups (<a href="df9095e75b
">df9095e7</a>)</li> </ul> <h4>Documentation</h4> <ul> <li>Refer to macOS rather than OSX. (<a href="ab0d767f3a
">ab0d767f</a>)</li> <li><strong>README.md:</strong> use https for all links (<a href="96a7639a36
">96a7639a</a>)</li> </ul> <h4>Bug Fixes</h4> <ul> <li>add debug assertion for missing args in subcommand ArgGroup (<a href="2699d9e51e
">2699d9e5</a>)</li> <li>Restore compat with Rust 1.21 (<a href="6b263de1d4
">6b263de1</a>)</li> <li>Dont mention unused subcommands (<a href="ef92e2b639
">ef92e2b6</a>)</li> <li><strong>OsValues:</strong> Add <code>ExactSizeIterator</code> implementation (<a href="356c69e508
">356c69e5</a>)</li> <li><strong>arg_enum!:</strong></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="ffb8d552c2
"><code>ffb8d55</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/1917">#1917</a> from clap-rs/v2.33.1</li> <li><a href="7ac16ac5c7
"><code>7ac16ac</code></a> chore: increase ver ref in lib.rs</li> <li><a href="bc3291db8e
"><code>bc3291d</code></a> chore: increase version on v2 branch</li> <li><a href="922c645083
"><code>922c645</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/1907">#1907</a> from oconnor663/windows_2.33</li> <li><a href="703caf37c4
"><code>703caf3</code></a> prevent some panics when parsing invalid Unicode on Windows</li> <li><a href="0129fe517a
"><code>0129fe5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/1673">#1673</a> from clap-rs/v2-ci</li> <li><a href="48a71f35ac
"><code>48a71f3</code></a> Update minimum rust version</li> <li><a href="57baeb489c
"><code>57baeb4</code></a> Formatted rust</li> <li><a href="f9ffeb8616
"><code>f9ffeb8</code></a> CI for v2-master</li> <li><a href="fa45af5cad
"><code>fa45af5</code></a> where -> were</li> <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v2.32.0...v2.33.1">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=clap&package-manager=cargo&previous-version=2.32.0&new-version=2.33.1) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
This commit is contained in:
commit
32b240b013
1 changed files with 6 additions and 6 deletions
12
Cargo.lock
generated
12
Cargo.lock
generated
|
@ -651,9 +651,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "2.32.0"
|
||||
version = "2.33.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
||||
checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"atty",
|
||||
|
@ -5549,9 +5549,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "strsim"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
||||
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
||||
|
||||
[[package]]
|
||||
name = "style"
|
||||
|
@ -5815,9 +5815,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "textwrap"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
|
||||
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
||||
dependencies = [
|
||||
"unicode-width",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue