aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglsync.rs
diff options
context:
space:
mode:
authorbors-servo <servo-ops@mozilla.com>2020-05-21 23:02:47 -0400
committerGitHub <noreply@github.com>2020-05-21 23:02:47 -0400
commit32b240b013a5ac6ec0c19b3af0d6f548f6c6aed6 (patch)
tree76dd87fcf6cd67fc9e3e81ed7001439584ba3201 /components/script/dom/webglsync.rs
parent2e6c62ed6214bf7f8d69bad5ef11ccf27f25280a (diff)
parentf27c33adde351c623a231e288086aecd6bec8812 (diff)
downloadservo-32b240b013a5ac6ec0c19b3af0d6f548f6c6aed6.tar.gz
servo-32b240b013a5ac6ec0c19b3af0d6f548f6c6aed6.zip
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="https://github.com/clap-rs/clap/commit/922c64508389170c9c77f1c8a4e597d14d3ed2f0">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="https://github.com/kbknapp/clap-rs/commit/d307466af1013f172b8ec0252f01a473e2192d6b">d307466a</a>)</li> <li><strong>README.md:</strong> <ul> <li>cuts down the number of examples to reduce confusion (<a href="https://github.com/kbknapp/clap-rs/commit/6e508ee09e7153de4adf4e88b0aa6418a537dadd">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="https://github.com/kbknapp/clap-rs/commit/b57ee94609da3ddc897286cfba968f26ff961491">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="https://github.com/clap-rs/clap/commit/922c64508389170c9c77f1c8a4e597d14d3ed2f0">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="https://github.com/kbknapp/clap-rs/commit/d307466af1013f172b8ec0252f01a473e2192d6b">d307466a</a>)</li> <li><strong>README.md:</strong> <ul> <li>cuts down the number of examples to reduce confusion (<a href="https://github.com/kbknapp/clap-rs/commit/6e508ee09e7153de4adf4e88b0aa6418a537dadd">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="https://github.com/kbknapp/clap-rs/commit/b57ee94609da3ddc897286cfba968f26ff961491">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="https://github.com/kbknapp/clap-rs/commit/823457c0ef5e994ed7080cf62addbfe1aa3b1833">823457c0</a>)</li> <li><strong>SPONSORS.md:</strong> fixes Josh Triplett's info in the sponsor document (<a href="https://github.com/kbknapp/clap-rs/commit/24cb574090a11159b48bba105d5ec2dfb0a20e4e">24cb5740</a>)</li> </ul> <h4>Features</h4> <ul> <li><strong>Completions:</strong> adds completion support for Elvish. (<a href="https://github.com/kbknapp/clap-rs/commit/e9d0562a1dc5dfe731ed7c767e6cee0af08f0cf9">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="https://github.com/kbknapp/clap-rs/commit/47192b7a2d84ec716b81ae4af621e008a8762dc9">47192b7a</a>)</li> <li><strong>macros:</strong> Support shorthand syntax for ArgGroups (<a href="https://github.com/kbknapp/clap-rs/commit/df9095e75bb1e7896415251d0d4ffd8a0ebcd559">df9095e7</a>)</li> </ul> <h4>Documentation</h4> <ul> <li>Refer to macOS rather than OSX. (<a href="https://github.com/kbknapp/clap-rs/commit/ab0d767f3a5a57e2bbb97d0183c2ef63c8c77a6c">ab0d767f</a>)</li> <li><strong>README.md:</strong> use https for all links (<a href="https://github.com/kbknapp/clap-rs/commit/96a7639a36bcb184c3f45348986883115ef1ab3a">96a7639a</a>)</li> </ul> <h4>Bug Fixes</h4> <ul> <li>add debug assertion for missing args in subcommand ArgGroup (<a href="https://github.com/kbknapp/clap-rs/commit/2699d9e51e7eadc258ba64c4e347c5d1fef61343">2699d9e5</a>)</li> <li>Restore compat with Rust 1.21 (<a href="https://github.com/kbknapp/clap-rs/commit/6b263de1d42ede692ec5ee55019ad2fc6386f92e">6b263de1</a>)</li> <li>Dont mention unused subcommands (<a href="https://github.com/kbknapp/clap-rs/commit/ef92e2b639ed305bdade4741f60fa85cb0101c5a">ef92e2b6</a>)</li> <li><strong>OsValues:</strong> Add <code>ExactSizeIterator</code> implementation (<a href="https://github.com/kbknapp/clap-rs/commit/356c69e508fd25a9f0ea2d27bf80ae1d9a8d88f4">356c69e5</a>)</li> <li><strong>arg_enum!:</strong></li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clap-rs/clap/commit/ffb8d552c2e9a49da50d93577345779fb92c34a1"><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="https://github.com/clap-rs/clap/commit/7ac16ac5c7ee7bfcf7b9a083cf9f4e1e99a4ed65"><code>7ac16ac</code></a> chore: increase ver ref in lib.rs</li> <li><a href="https://github.com/clap-rs/clap/commit/bc3291db8e2d44e3171d42fe59bdaf0f07e24dce"><code>bc3291d</code></a> chore: increase version on v2 branch</li> <li><a href="https://github.com/clap-rs/clap/commit/922c64508389170c9c77f1c8a4e597d14d3ed2f0"><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="https://github.com/clap-rs/clap/commit/703caf37c49517ef72550cf310ff781eab90c4a2"><code>703caf3</code></a> prevent some panics when parsing invalid Unicode on Windows</li> <li><a href="https://github.com/clap-rs/clap/commit/0129fe517a542e665a923594d907848b7f55da61"><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="https://github.com/clap-rs/clap/commit/48a71f35accb34da72bdd3fd712f0ea8ebf8ea7f"><code>48a71f3</code></a> Update minimum rust version</li> <li><a href="https://github.com/clap-rs/clap/commit/57baeb489c5ec2efbf49950126b56a047a66761e"><code>57baeb4</code></a> Formatted rust</li> <li><a href="https://github.com/clap-rs/clap/commit/f9ffeb861610d6b2c2cc837dfa2d028afbb03083"><code>f9ffeb8</code></a> CI for v2-master</li> <li><a href="https://github.com/clap-rs/clap/commit/fa45af5caddf891b6e827a97b4969366c46dc76f"><code>fa45af5</code></a> where -&gt; 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 /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=2.32.0&new-version=2.33.1)](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>
Diffstat (limited to 'components/script/dom/webglsync.rs')
0 files changed, 0 insertions, 0 deletions