Commit graph

43468 commits

Author SHA1 Message Date
WPT Sync Bot
b505991695 Update web-platform-tests to revision b464d69274950c7707855c0b29729d58b9a8d492 2020-12-05 11:00:15 +00:00
bors-servo
93c31df551
Auto merge of #27866 - lyuyuan:master, r=jdm
Implement referrerPolicy for HTMLScriptElement and HTMLLinkElement

<!-- Please describe your changes on the following line: -->
* Added referrerPolicy attribute in webidl files
* Implemented getters and setters for the new attribute
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #26454 (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
2020-12-04 14:17:43 -05:00
bors-servo
2d3811c21b
Auto merge of #27913 - servo-wpt-sync:wpt_update_04-12-2020, r=servo-wpt-sync
Sync WPT with upstream (04-12-2020)

Automated downstream sync of changes from upstream as of 04-12-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-12-04 05:54:39 -05:00
WPT Sync Bot
5abb5fe693 Update web-platform-tests to revision 35450a5d2eb710e579c1554872247fa3eae7b5e9 2020-12-04 10:54:26 +00:00
bors-servo
4ad0fe43ee
Auto merge of #27900 - servo:dependabot/cargo/net2-0.2.36, r=jdm
Bump net2 from 0.2.34 to 0.2.36

Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.34 to 0.2.36.
<details>
<summary>Commits</summary>
<ul>
<li><a href="71708b75d6"><code>71708b7</code></a> Release v0.2.36</li>
<li><a href="49b43f277a"><code>49b43f2</code></a> Do not assume memory layout of std::net::SocketAddr</li>
<li><a href="77a6eb4d5e"><code>77a6eb4</code></a> Release v0.2.35</li>
<li><a href="eeeab131cb"><code>eeeab13</code></a> Add support for Haiku</li>
<li>See full diff in <a href="https://github.com/deprecrated/net2-rs/compare/0.2.34...0.2.36">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=net2&package-manager=cargo&previous-version=0.2.34&new-version=0.2.36)](https://dependabot.com/compatibility-score/?dependency-name=net2&package-manager=cargo&previous-version=0.2.34&new-version=0.2.36)

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>
2020-12-03 15:38:27 -05:00
bors-servo
8b8ff8f4b0
Auto merge of #27870 - servo:dependabot/cargo/serde-1.0.117, r=jdm
Bump serde from 1.0.115 to 1.0.117

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.115 to 1.0.117.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p>
<blockquote>
<h2>v1.0.117</h2>
<ul>
<li>Allow serialization of std::net::SocketAddrV6 to include a scope id if present (based on <a href="https://github-redirect.dependabot.com/rust-lang/rust/pull/77426">rust-lang/rust#77426</a>)</li>
</ul>
<h2>v1.0.116</h2>
<ul>
<li>Fix deserialization of IpAddr, SocketAddr, Bound, Result, OsString in formats which process variant identifiers as u64 (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1888">#1888</a>, thanks <a href="https://github.com/joshtriplett">@joshtriplett</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="fc3f104c4a"><code>fc3f104</code></a> Release 1.0.117</li>
<li><a href="4bec9ffd0f"><code>4bec9ff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1906">#1906</a> from Mingun/fix-misprint</li>
<li><a href="e6d2322e68"><code>e6d2322</code></a> Fix misprint in the error message</li>
<li><a href="2b504099e4"><code>2b50409</code></a> Include room for SocketAddrV6 to serialize scope id</li>
<li><a href="be7d0e7eb2"><code>be7d0e7</code></a> Ignore map_err_ignore Clippy pedantic lint</li>
<li><a href="b539cb45d7"><code>b539cb4</code></a> Release 1.0.116</li>
<li><a href="a5490e20e1"><code>a5490e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1888">#1888</a> from joshtriplett/fix-enum-deserialization-u64</li>
<li><a href="45c45e87bf"><code>45c45e8</code></a> Fix hand-written enum variant deserializations to allow u64 discriminant</li>
<li><a href="2e76f7013f"><code>2e76f70</code></a> Update code of conduct link</li>
<li><a href="d35de19120"><code>d35de19</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1885">#1885</a> from dtolnay/qs</li>
<li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.115...v1.0.117">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.115&new-version=1.0.117)](https://dependabot.com/compatibility-score/?dependency-name=serde&package-manager=cargo&previous-version=1.0.115&new-version=1.0.117)

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>
2020-12-03 12:23:11 -05:00
dependabot-preview[bot]
c680c88c54
Bump serde from 1.0.115 to 1.0.117
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.115 to 1.0.117.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.115...v1.0.117)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-03 15:40:28 +00:00
bors-servo
bc30cda347
Auto merge of #27901 - servo:dependabot/cargo/jni-0.18.0, r=jdm
Bump jni from 0.16.0 to 0.18.0

Bumps [jni](https://github.com/jni-rs/jni-rs) from 0.16.0 to 0.18.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/jni-rs/jni-rs/releases">jni's releases</a>.</em></p>
<blockquote>
<h2>Rust JNI 0.18.0</h2>
<h3>Added</h3>
<ul>
<li><code>JNIEnv#define_unnamed_class</code> function that allows loading a class without
specifying its name. The name is inferred from the class data. (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/246">#246</a>)</li>
<li><code>SetStatic&lt;type&gt;Field</code>. (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/248">#248</a>)</li>
<li><code>TryFrom&lt;JValue&gt;</code> for types inside JValue variants (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/264">#264</a>).</li>
<li>Implemented Copy for JNIEnv (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/255">#255</a>).</li>
<li><code>repr(transparent)</code> attribute to JavaVM struct (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/259">#259</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>⚠️ Switch from <code>error-chain</code> to <code>thiserror</code>, making all errors <code>Send</code>. Also, support all JNI errors
in the <code>jni_error_code_to_result</code> function and add more information to the <code>InvalidArgList</code>
error. (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/pull/242">#242</a>)</li>
</ul>
<h2>Rust JNI 0.17.0</h2>
<h3>Added</h3>
<ul>
<li>Get/ReleaseByteArrayElements, and Get/ReleasePrimitiveArrayCritical. (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/237">#237</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jni-rs/jni-rs/blob/master/CHANGELOG.md">jni's changelog</a>.</em></p>
<blockquote>
<h2>[0.18.0] — 2020-09-23</h2>
<h3>Added</h3>
<ul>
<li><code>JNIEnv#define_unnamed_class</code> function that allows loading a class without
specifying its name. The name is inferred from the class data. (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/246">#246</a>)</li>
<li><code>SetStatic&lt;type&gt;Field</code>. (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/248">#248</a>)</li>
<li><code>TryFrom&lt;JValue&gt;</code> for types inside JValue variants (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/264">#264</a>).</li>
<li>Implemented Copy for JNIEnv (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/255">#255</a>).</li>
<li><code>repr(transparent)</code> attribute to JavaVM struct (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/259">#259</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Switch from <code>error-chain</code> to <code>thiserror</code>, making all errors <code>Send</code>. Also, support all JNI errors
in the <code>jni_error_code_to_result</code> function and add more information to the <code>InvalidArgList</code>
error. (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/pull/242">#242</a>)</li>
</ul>
<h2>[0.17.0] — 2020-06-30</h2>
<h3>Added</h3>
<ul>
<li>Get/ReleaseByteArrayElements, and Get/ReleasePrimitiveArrayCritical. (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/237">#237</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="242c954589"><code>242c954</code></a> Bump the version to 0.18.0. (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/258">#258</a>)</li>
<li><a href="553d3b0e8d"><code>553d3b0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/259">#259</a> from aleksuss/javamv_transparent</li>
<li><a href="7ad5d33a1b"><code>7ad5d33</code></a> Merge branch 'master' into javamv_transparent</li>
<li><a href="b3fb6d3f5c"><code>b3fb6d3</code></a> Apply suggestions by beta and nightly clippy</li>
<li><a href="d7454200bf"><code>d745420</code></a> Remove redundant assertions and comment</li>
<li><a href="391b473b2d"><code>391b473</code></a> Implement <code>TryFrom\&lt;JValue&gt;</code> for JValue variants (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/264">#264</a>)</li>
<li><a href="fe4d075b0c"><code>fe4d075</code></a> Add changelog section to the 0.14.0 version (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/271">#271</a>)</li>
<li><a href="29ad78a036"><code>29ad78a</code></a> Clarify which changes go to the changelog (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/265">#265</a>)</li>
<li><a href="846d18845e"><code>846d188</code></a> Fix API documentation for JList (<a href="https://github-redirect.dependabot.com/jni-rs/jni-rs/issues/260">#260</a>)</li>
<li><a href="99163324be"><code>9916332</code></a> Remove redundant asserts in new_primitive_array_wrong test</li>
<li>Additional commits viewable in <a href="https://github.com/jni-rs/jni-rs/compare/v0.16.0...v0.18.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=jni&package-manager=cargo&previous-version=0.16.0&new-version=0.18.0)](https://dependabot.com/compatibility-score/?dependency-name=jni&package-manager=cargo&previous-version=0.16.0&new-version=0.18.0)

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>
2020-12-03 09:39:19 -05:00
bors-servo
de8e1783ff
Auto merge of #27907 - servo-wpt-sync:wpt_update_03-12-2020, r=servo-wpt-sync
Sync WPT with upstream (03-12-2020)

Automated downstream sync of changes from upstream as of 03-12-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-12-03 06:27:16 -05:00
WPT Sync Bot
6764feaa1e Update web-platform-tests to revision 4ac59dc8fb85817b4cf8fc801b524ed74743d2c1 2020-12-03 10:36:08 +00:00
bors-servo
4e68aebde2
Auto merge of #27905 - servo:dependabot/cargo/tokio-macros-0.2.6, r=jdm
Bump tokio-macros from 0.2.5 to 0.2.6

Bumps [tokio-macros](https://github.com/tokio-rs/tokio) from 0.2.5 to 0.2.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio-macros's releases</a>.</em></p>
<blockquote>
<h2>Tokio v0.2.6</h2>
<p>This release fixes an API regression introduced as part of v0.2.5.</p>
<h3>Fixes</h3>
<ul>
<li><code>fs::File::seek</code> API regression (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1991">#1991</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d2ad49aa6e"><code>d2ad49a</code></a> chore: prepare tokio-macros v0.2.6 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3127">#3127</a>)</li>
<li><a href="85d8029e9b"><code>85d8029</code></a> util: Add <code>TokioContext</code> future (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2791">#2791</a>) (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2958">#2958</a>)</li>
<li><a href="b69d4a6108"><code>b69d4a6</code></a> v0.2.x: disable clippy check (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2961">#2961</a>)</li>
<li><a href="a517dbf605"><code>a517dbf</code></a> net: make <code>UnixListener::poll_accept</code> public (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2880">#2880</a>)</li>
<li><a href="c0c7124a4b"><code>c0c7124</code></a> sync: fix missing notification during mpsc close (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2854">#2854</a>)</li>
<li><a href="2b96b1773d"><code>2b96b17</code></a> ci: update nightly and fix all sorts of new failures (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2852">#2852</a>)</li>
<li><a href="f0328f7810"><code>f0328f7</code></a> sync: implement map methods of parking_lot fame (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2771">#2771</a>)</li>
<li><a href="30d4ec0a20"><code>30d4ec0</code></a> io: add ReaderStream (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2714">#2714</a>)</li>
<li><a href="1167c09ae8"><code>1167c09</code></a> process: document remote killing for Child (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2736">#2736</a>)</li>
<li><a href="7276d47072"><code>7276d47</code></a> net: impl ToSocketAddrs for (String, u16) (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2724">#2724</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-macros-0.2.5...tokio-macros-0.2.6">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tokio-macros&package-manager=cargo&previous-version=0.2.5&new-version=0.2.6)](https://dependabot.com/compatibility-score/?dependency-name=tokio-macros&package-manager=cargo&previous-version=0.2.5&new-version=0.2.6)

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>
2020-12-03 05:18:37 -05:00
dependabot-preview[bot]
8ac8b602e1
Bump tokio-macros from 0.2.5 to 0.2.6
Bumps [tokio-macros](https://github.com/tokio-rs/tokio) from 0.2.5 to 0.2.6.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-macros-0.2.5...tokio-macros-0.2.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-03 06:20:24 +00:00
dependabot-preview[bot]
6454df2c51
Bump jni from 0.16.0 to 0.18.0
Bumps [jni](https://github.com/jni-rs/jni-rs) from 0.16.0 to 0.18.0.
- [Release notes](https://github.com/jni-rs/jni-rs/releases)
- [Changelog](https://github.com/jni-rs/jni-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jni-rs/jni-rs/compare/v0.16.0...v0.18.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-03 06:17:05 +00:00
dependabot-preview[bot]
a94a09969d
Bump net2 from 0.2.34 to 0.2.36
Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.34 to 0.2.36.
- [Release notes](https://github.com/deprecrated/net2-rs/releases)
- [Commits](https://github.com/deprecrated/net2-rs/compare/0.2.34...0.2.36)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-03 06:15:17 +00:00
bors-servo
cbdfc7453e
Auto merge of #27892 - servo:dependabot/cargo/sw-composite-0.7.14, r=jdm
Bump sw-composite from 0.7.10 to 0.7.14

Bumps [sw-composite](https://github.com/jrmuizel/sw-composite) from 0.7.10 to 0.7.14.
<details>
<summary>Commits</summary>
<ul>
<li><a href="be087eb7d5"><code>be087eb</code></a> Bump version</li>
<li><a href="8da6a9171c"><code>8da6a91</code></a> Fix overflow over_in.</li>
<li><a href="c487237fee"><code>c487237</code></a> Bump version</li>
<li><a href="3edc4c1617"><code>3edc4c1</code></a> Make <code>over</code> inline</li>
<li><a href="5f7c0aff19"><code>5f7c0af</code></a> Elaborate the history of the <code>over_in</code> implementation</li>
<li><a href="f931ba3813"><code>f931ba3</code></a> Reimplement over_in</li>
<li><a href="b5f790ba4f"><code>b5f790b</code></a> Make Screen::blend inline</li>
<li><a href="864977302f"><code>8649773</code></a> Use wrapping arithmetic in MatrixFixedPoint to prevent panics in debug.</li>
<li><a href="63e8c23039"><code>63e8c23</code></a> Fix panic when gradient stop position is outside the 0..1 range.</li>
<li><a href="9b6d42581b"><code>9b6d425</code></a> Reformat.</li>
<li>See full diff in <a href="https://github.com/jrmuizel/sw-composite/compare/v0.7.10...v0.7.14">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=sw-composite&package-manager=cargo&previous-version=0.7.10&new-version=0.7.14)](https://dependabot.com/compatibility-score/?dependency-name=sw-composite&package-manager=cargo&previous-version=0.7.10&new-version=0.7.14)

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>
2020-12-02 14:40:07 -05:00
bors-servo
619e64eb9e
Auto merge of #27898 - jdm:ccup, r=jdm
Update cc to 1.0.65.
2020-12-02 12:06:23 -05:00
bors-servo
158128de9b
Auto merge of #27893 - servo:dependabot/cargo/futures-executor-0.3.8, r=jdm
Bump futures-executor from 0.3.5 to 0.3.8

Bumps [futures-executor](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/releases">futures-executor's releases</a>.</em></p>
<blockquote>
<h2>0.3.8</h2>
<ul>
<li>Switch proc-macros to use native <code>#[proc_macro]</code> at Rust 1.45+ (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2243">#2243</a>)</li>
<li>Add <code>WeakShared</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2169">#2169</a>)</li>
<li>Add <code>TryStreamExt::try_buffered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2245">#2245</a>)</li>
<li>Add <code>StreamExt::cycle</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li>
<li>Implemented <code>Clone</code> for <code>stream::{Empty, Pending, Repeat, Iter}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2248">#2248</a>, <a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li>
<li>Fix panic in some <code>TryStreamExt</code> combinators (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2250">#2250</a>)</li>
</ul>
<h2>0.3.7</h2>
<ul>
<li>Fixed unsoundness in <code>MappedMutexGuard</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2240">#2240</a>)</li>
<li>Re-exported <code>TakeUntil</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2235">#2235</a>)</li>
<li>futures-test: Prevent double panic in <code>panic_waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2236">#2236</a>)</li>
</ul>
<h2>0.3.6</h2>
<ul>
<li>Fixed UB due to missing 'static on <code>task::waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2206">#2206</a>)</li>
<li>Added <code>AsyncBufReadExt::fill_buf</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2225">#2225</a>)</li>
<li>Added <code>TryStreamExt::try_take_while</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2212">#2212</a>)</li>
<li>Added <code>is_connected_to</code> method to <code>mpsc::{Sender, UnboundedSender}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2179">#2179</a>)</li>
<li>Added <code>is_connected_to</code> method to <code>oneshot::Sender</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2158">#2158</a>)</li>
<li>Implement <code>FusedStream</code> for <code>FuturesOrdered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2205">#2205</a>)</li>
<li>Fixed documentation links</li>
<li>Improved documentation</li>
<li>futures-test: Added <code>track_closed</code> method to <code>AsyncWriteTestExt</code> and <code>SinkTestExt</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2159">#2159</a>)</li>
<li>futures-test: Implemented more traits for <code>InterleavePending</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li>
<li>futures-test: Implemented more traits for <code>AssertUnmoved</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md">futures-executor's changelog</a>.</em></p>
<blockquote>
<h1>0.3.8 - 2020-11-04</h1>
<ul>
<li>Switch proc-macros to use native <code>#[proc_macro]</code> at Rust 1.45+ (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2243">#2243</a>)</li>
<li>Add <code>WeakShared</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2169">#2169</a>)</li>
<li>Add <code>TryStreamExt::try_buffered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2245">#2245</a>)</li>
<li>Add <code>StreamExt::cycle</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li>
<li>Implemented <code>Clone</code> for <code>stream::{Empty, Pending, Repeat, Iter}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2248">#2248</a>, <a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li>
<li>Fix panic in some <code>TryStreamExt</code> combinators (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2250">#2250</a>)</li>
</ul>
<h1>0.3.7 - 2020-10-23</h1>
<ul>
<li>Fixed unsoundness in <code>MappedMutexGuard</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2240">#2240</a>)</li>
<li>Re-exported <code>TakeUntil</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2235">#2235</a>)</li>
<li>futures-test: Prevent double panic in <code>panic_waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2236">#2236</a>)</li>
</ul>
<h1>0.3.6 - 2020-10-06</h1>
<ul>
<li>Fixed UB due to missing 'static on <code>task::waker</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2206">#2206</a>)</li>
<li>Added <code>AsyncBufReadExt::fill_buf</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2225">#2225</a>)</li>
<li>Added <code>TryStreamExt::try_take_while</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2212">#2212</a>)</li>
<li>Added <code>is_connected_to</code> method to <code>mpsc::{Sender, UnboundedSender}</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2179">#2179</a>)</li>
<li>Added <code>is_connected_to</code> method to <code>oneshot::Sender</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2158">#2158</a>)</li>
<li>Implement <code>FusedStream</code> for <code>FuturesOrdered</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2205">#2205</a>)</li>
<li>Fixed documentation links</li>
<li>Improved documentation</li>
<li>futures-test: Added <code>track_closed</code> method to <code>AsyncWriteTestExt</code> and <code>SinkTestExt</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2159">#2159</a>)</li>
<li>futures-test: Implemented more traits for <code>InterleavePending</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li>
<li>futures-test: Implemented more traits for <code>AssertUnmoved</code> (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2208">#2208</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="bde29dad82"><code>bde29da</code></a> Release 0.3.8</li>
<li><a href="ed0c997e86"><code>ed0c997</code></a> Remove needless borrows and method calls (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2259">#2259</a>)</li>
<li><a href="f521ecc3be"><code>f521ecc</code></a> Use HTTPS (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2258">#2258</a>)</li>
<li><a href="a570781fed"><code>a570781</code></a> Add StreamExt::cycle (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2252">#2252</a>)</li>
<li><a href="1fa794a593"><code>1fa794a</code></a> Use Self keyword instead of concrete type name (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2251">#2251</a>)</li>
<li><a href="90b4a8e6cb"><code>90b4a8e</code></a> Add TryStreamExt::try_buffered (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2245">#2245</a>)</li>
<li><a href="76672516d3"><code>7667251</code></a> Fix panic in some TryStreamExt combinators (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2250">#2250</a>)</li>
<li><a href="310fd0d608"><code>310fd0d</code></a> impl Clone for stream::{Empty, Pending, Repeat} (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2248">#2248</a>)</li>
<li><a href="e363f1839f"><code>e363f18</code></a> Fix clippy::unnecessary_cast warning</li>
<li><a href="4122f3d5af"><code>4122f3d</code></a> Use only_hack_old_rustc for proc_macro_hack (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2243">#2243</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/futures-rs/compare/0.3.5...0.3.8">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=futures-executor&package-manager=cargo&previous-version=0.3.5&new-version=0.3.8)](https://dependabot.com/compatibility-score/?dependency-name=futures-executor&package-manager=cargo&previous-version=0.3.5&new-version=0.3.8)

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>
2020-12-02 10:58:22 -05:00
Josh Matthews
79934a5733 Update sccache on linux. 2020-12-02 09:26:49 -05:00
bors-servo
2a6217cc83
Auto merge of #27890 - servo:dependabot/cargo/memoffset-0.5.6, r=jdm
Bump memoffset from 0.5.4 to 0.5.6

Bumps [memoffset](https://github.com/Gilnaa/memoffset) from 0.5.4 to 0.5.6.
<details>
<summary>Commits</summary>
<ul>
<li><a href="f2a5508ab8"><code>f2a5508</code></a> v0.5.6</li>
<li><a href="9549c8b47b"><code>9549c8b</code></a> remove unnecessary 'cargo miri setup'</li>
<li><a href="8adf72ac67"><code>8adf72a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Gilnaa/memoffset/issues/46">#46</a> from RalfJung/no-transmute</li>
<li><a href="bcf50b5cdd"><code>bcf50b5</code></a> use MaybeUninit::as_ptr instead of transmute</li>
<li><a href="9520967b00"><code>9520967</code></a> Remove const_transmute feature dependency (<a href="https://github-redirect.dependabot.com/Gilnaa/memoffset/issues/45">#45</a>)</li>
<li><a href="8ec286293c"><code>8ec2862</code></a> v0.5.5</li>
<li><a href="d09d3324f0"><code>d09d332</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Gilnaa/memoffset/issues/44">#44</a> from RalfJung/refactor</li>
<li><a href="72d7c04348"><code>72d7c04</code></a> Travis shares caches between jobs unless their env vars differ</li>
<li><a href="782c7d4408"><code>782c7d4</code></a> fix allow_clippy</li>
<li><a href="6098248fd4"><code>6098248</code></a> share more code in raw_field</li>
<li>Additional commits viewable in <a href="https://github.com/Gilnaa/memoffset/compare/v0.5.4...v0.5.6">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=memoffset&package-manager=cargo&previous-version=0.5.4&new-version=0.5.6)](https://dependabot.com/compatibility-score/?dependency-name=memoffset&package-manager=cargo&previous-version=0.5.4&new-version=0.5.6)

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>
2020-12-02 09:15:22 -05:00
Josh Matthews
d135e54d31 Update cc-rs to latest. 2020-12-02 08:17:38 -05:00
bors-servo
b6072f94b8
Auto merge of #27895 - servo:dependabot/cargo/gfx-backend-dx11-0.6.17, r=jdm
Bump gfx-backend-dx11 from 0.6.15 to 0.6.17

Bumps [gfx-backend-dx11](https://github.com/gfx-rs/gfx) from 0.6.15 to 0.6.17.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/gfx-rs/gfx/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=gfx-backend-dx11&package-manager=cargo&previous-version=0.6.15&new-version=0.6.17)](https://dependabot.com/compatibility-score/?dependency-name=gfx-backend-dx11&package-manager=cargo&previous-version=0.6.15&new-version=0.6.17)

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>
2020-12-02 08:12:35 -05:00
bors-servo
f25c0a80ac
Auto merge of #27897 - servo-wpt-sync:wpt_update_02-12-2020, r=servo-wpt-sync
Sync WPT with upstream (02-12-2020)

Automated downstream sync of changes from upstream as of 02-12-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-12-02 06:14:17 -05:00
WPT Sync Bot
48add2991a Update web-platform-tests to revision 2f95271debcba3e26e7294beeee4fa5a2ecfbfa0 2020-12-02 11:14:00 +00:00
dependabot-preview[bot]
dac52c9c80
Bump gfx-backend-dx11 from 0.6.15 to 0.6.17
Bumps [gfx-backend-dx11](https://github.com/gfx-rs/gfx) from 0.6.15 to 0.6.17.
- [Release notes](https://github.com/gfx-rs/gfx/releases)
- [Changelog](https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gfx-rs/gfx/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-02 06:20:26 +00:00
dependabot-preview[bot]
b81fa7df53
Bump futures-executor from 0.3.5 to 0.3.8
Bumps [futures-executor](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.8.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.5...0.3.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-02 06:18:37 +00:00
dependabot-preview[bot]
bbfd2292c3
Bump sw-composite from 0.7.10 to 0.7.14
Bumps [sw-composite](https://github.com/jrmuizel/sw-composite) from 0.7.10 to 0.7.14.
- [Release notes](https://github.com/jrmuizel/sw-composite/releases)
- [Commits](https://github.com/jrmuizel/sw-composite/compare/v0.7.10...v0.7.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-02 06:17:08 +00:00
dependabot-preview[bot]
563f428923
Bump memoffset from 0.5.4 to 0.5.6
Bumps [memoffset](https://github.com/Gilnaa/memoffset) from 0.5.4 to 0.5.6.
- [Release notes](https://github.com/Gilnaa/memoffset/releases)
- [Commits](https://github.com/Gilnaa/memoffset/compare/v0.5.4...v0.5.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-02 06:15:29 +00:00
bors-servo
6fab7a7d84
Auto merge of #27886 - servo:dependabot/cargo/gfx-backend-metal-0.6.5, r=jdm
Bump gfx-backend-metal from 0.6.4 to 0.6.5

Bumps [gfx-backend-metal](https://github.com/gfx-rs/gfx) from 0.6.4 to 0.6.5.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md">gfx-backend-metal's changelog</a>.</em></p>
<blockquote>
<h3>backend-vulkan-0.6.5 (15-10-2020)</h3>
<ul>
<li>support different types of descriptors in a single <code>DescriptorSetWrite</code></li>
</ul>
<h3>backend-dx12-0.6.3 backend-dx11-0.6.1 backend-metal-0.6.2 auxil-0.5.1 (31-08-2020)</h3>
<ul>
<li>update spirv_cross to 0.21:
<ul>
<li>force zero initialization in all generated shaders</li>
<li>force the use of native arrays for MSL</li>
</ul>
</li>
</ul>
<h3>backend-dx12-0.6.7 (12-10-2020)</h3>
<ul>
<li>get proper support for compressed textures</li>
</ul>
<h3>backend-dx12-0.6.6 (05-10-2020)</h3>
<ul>
<li>allow color blend factors to be used on alpha channel</li>
</ul>
<h3>backend-dx12-0.6.5 (04-10-2020)</h3>
<ul>
<li>implement command buffer markers</li>
<li>debug names for render passes and descriptor sets</li>
</ul>
<h3>backend-vulkan-0.6.3 (30-09-2020)</h3>
<ul>
<li>enable VK_KHR_maintenance3 when VK_EXT_descriptor_indexing is enabled</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/gfx-rs/gfx/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=gfx-backend-metal&package-manager=cargo&previous-version=0.6.4&new-version=0.6.5)](https://dependabot.com/compatibility-score/?dependency-name=gfx-backend-metal&package-manager=cargo&previous-version=0.6.4&new-version=0.6.5)

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>
2020-12-01 14:29:35 -05:00
bors-servo
3c51720b07
Auto merge of #27888 - servo:dependabot/cargo/socket2-0.3.17, r=jdm
Bump socket2 from 0.3.12 to 0.3.17

Bumps [socket2](https://github.com/alexcrichton/socket2-rs) from 0.3.12 to 0.3.17.
<details>
<summary>Commits</summary>
<ul>
<li><a href="7312f81e94"><code>7312f81</code></a> Release v0.3.17</li>
<li><a href="930c9a9803"><code>930c9a9</code></a> Additional Linux socket options</li>
<li><a href="06a25107c7"><code>06a2510</code></a> [0.3] Update cfg-if to 1.0</li>
<li><a href="73d54bb336"><code>73d54bb</code></a> Release v0.3.16</li>
<li><a href="d2c15de849"><code>d2c15de</code></a> Don't assume memory layout of std::net::SocketAddr</li>
<li><a href="99da5c22a3"><code>99da5c2</code></a> Haiku: no SOCK_RDM support in Haiku</li>
<li><a href="b806433d6b"><code>b806433</code></a> Bump to v0.3.15</li>
<li><a href="670ca5f5bb"><code>670ca5f</code></a> Fix mutability of buffers for a few send_* functions (<a href="https://github-redirect.dependabot.com/alexcrichton/socket2-rs/issues/92">#92</a>)</li>
<li><a href="70efe5c791"><code>70efe5c</code></a> Unify sigpipe settings for macOS and iOS</li>
<li><a href="063b1a89e4"><code>063b1a8</code></a> fix: correct recv_from_with_flags and sendto (<a href="https://github-redirect.dependabot.com/alexcrichton/socket2-rs/issues/81">#81</a>)</li>
<li>See full diff in <a href="https://github.com/alexcrichton/socket2-rs/compare/0.3.12...v0.3.17">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=socket2&package-manager=cargo&previous-version=0.3.12&new-version=0.3.17)](https://dependabot.com/compatibility-score/?dependency-name=socket2&package-manager=cargo&previous-version=0.3.12&new-version=0.3.17)

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>
2020-12-01 13:23:14 -05:00
bors-servo
198f8f125e
Auto merge of #27885 - servo:dependabot/cargo/unicode-segmentation-1.7.1, r=jdm
Bump unicode-segmentation from 1.6.0 to 1.7.1

Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.6.0 to 1.7.1.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/unicode-rs/unicode-segmentation/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=unicode-segmentation&package-manager=cargo&previous-version=1.6.0&new-version=1.7.1)](https://dependabot.com/compatibility-score/?dependency-name=unicode-segmentation&package-manager=cargo&previous-version=1.6.0&new-version=1.7.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>
2020-12-01 09:41:25 -05:00
bors-servo
ed756357da
Auto merge of #27883 - servo:dependabot/cargo/gfx-backend-vulkan-0.6.5, r=jdm
Bump gfx-backend-vulkan from 0.6.1 to 0.6.5

Bumps [gfx-backend-vulkan](https://github.com/gfx-rs/gfx) from 0.6.1 to 0.6.5.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md">gfx-backend-vulkan's changelog</a>.</em></p>
<blockquote>
<h3>backend-vulkan-0.6.5 (15-10-2020)</h3>
<ul>
<li>support different types of descriptors in a single <code>DescriptorSetWrite</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/gfx-rs/gfx/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=gfx-backend-vulkan&package-manager=cargo&previous-version=0.6.1&new-version=0.6.5)](https://dependabot.com/compatibility-score/?dependency-name=gfx-backend-vulkan&package-manager=cargo&previous-version=0.6.1&new-version=0.6.5)

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>
2020-12-01 08:45:45 -05:00
bors-servo
a3e9e3f2bc
Auto merge of #27889 - servo-wpt-sync:wpt_update_01-12-2020, r=servo-wpt-sync
Sync WPT with upstream (01-12-2020)

Automated downstream sync of changes from upstream as of 01-12-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-12-01 06:03:37 -05:00
WPT Sync Bot
6e75c491e4 Update web-platform-tests to revision 77f3f1533681dedef98a4c94c2abdb562d097002 2020-12-01 11:03:24 +00:00
dependabot-preview[bot]
c4b65d934c
Bump socket2 from 0.3.12 to 0.3.17
Bumps [socket2](https://github.com/alexcrichton/socket2-rs) from 0.3.12 to 0.3.17.
- [Release notes](https://github.com/alexcrichton/socket2-rs/releases)
- [Commits](https://github.com/alexcrichton/socket2-rs/compare/0.3.12...v0.3.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-01 06:34:12 +00:00
dependabot-preview[bot]
ee0a129ff7
Bump gfx-backend-metal from 0.6.4 to 0.6.5
Bumps [gfx-backend-metal](https://github.com/gfx-rs/gfx) from 0.6.4 to 0.6.5.
- [Release notes](https://github.com/gfx-rs/gfx/releases)
- [Changelog](https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gfx-rs/gfx/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-01 06:33:14 +00:00
dependabot-preview[bot]
4d3e2f5834
Bump unicode-segmentation from 1.6.0 to 1.7.1
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.6.0 to 1.7.1.
- [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases)
- [Commits](https://github.com/unicode-rs/unicode-segmentation/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-01 06:32:48 +00:00
dependabot-preview[bot]
58e08bd78c
Bump gfx-backend-vulkan from 0.6.1 to 0.6.5
Bumps [gfx-backend-vulkan](https://github.com/gfx-rs/gfx) from 0.6.1 to 0.6.5.
- [Release notes](https://github.com/gfx-rs/gfx/releases)
- [Changelog](https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gfx-rs/gfx/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-12-01 06:30:38 +00:00
YUAN LYU
a999850b24 Implement referrerPolicy for HTMLLinkElement and HTMLScriptElement 2020-12-01 00:37:16 -05:00
bors-servo
02af8952eb
Auto merge of #27881 - servo:jdm-patch-46, r=jdm
Remove unneeded python dependencies.

Fixes #27880.
2020-11-30 11:47:42 -05:00
Josh Matthews
f0e8d6ee80
Remove unneeded python dependencies. 2020-11-30 09:04:21 -05:00
bors-servo
e8b125ff13
Auto merge of #27879 - servo-wpt-sync:wpt_update_30-11-2020, r=servo-wpt-sync
Sync WPT with upstream (30-11-2020)

Automated downstream sync of changes from upstream as of 30-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-30 05:19:28 -05:00
WPT Sync Bot
e59153d749 Update web-platform-tests to revision c27db3f1743ef9f3634f181a84f687da6260a395 2020-11-30 10:19:12 +00:00
bors-servo
b482e314a1
Auto merge of #27867 - servo-wpt-sync:wpt_update_28-11-2020, r=servo-wpt-sync
Sync WPT with upstream (28-11-2020)

Automated downstream sync of changes from upstream as of 28-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-28 11:38:57 -05:00
bors-servo
ea16440b7b
Auto merge of #27853 - servo:dependabot/cargo/memchr-2.3.4, r=jdm
Bump memchr from 2.3.3 to 2.3.4

Bumps [memchr](https://github.com/BurntSushi/rust-memchr) from 2.3.3 to 2.3.4.
<details>
<summary>Commits</summary>
<ul>
<li><a href="d6b8186692"><code>d6b8186</code></a> 2.3.4</li>
<li><a href="3f9b977281"><code>3f9b977</code></a> build: only enable simd on targets which feature SSE</li>
<li><a href="153e3afb17"><code>153e3af</code></a> ci: add build for non-SSE target</li>
<li><a href="10f11fbeaa"><code>10f11fb</code></a> bench: run libc benchmarks on non-x86 environments</li>
<li>See full diff in <a href="https://github.com/BurntSushi/rust-memchr/compare/2.3.3...2.3.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=memchr&package-manager=cargo&previous-version=2.3.3&new-version=2.3.4)](https://dependabot.com/compatibility-score/?dependency-name=memchr&package-manager=cargo&previous-version=2.3.3&new-version=2.3.4)

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>
2020-11-28 06:47:21 -05:00
WPT Sync Bot
33c2bfef75 Update web-platform-tests to revision 73c6ad369cbd5572ceaedfed98e4672ef1f42dd0 2020-11-28 11:01:37 +00:00
bors-servo
9a052a7fab
Auto merge of #27863 - servo-wpt-sync:wpt_update_27-11-2020, r=servo-wpt-sync
Sync WPT with upstream (27-11-2020)

Automated downstream sync of changes from upstream as of 27-11-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-11-27 15:11:13 -05:00
bors-servo
3e19113ae6
Auto merge of #27864 - servo:jdm-patch-46, r=jdm
Update curl version.

The URLs for curl versions <=7.69.1 now 404.
2020-11-27 11:09:06 -05:00
Josh Matthews
adeaa5f5e6
Update curl sha. 2020-11-27 08:07:07 -05:00
Josh Matthews
5117e63e35
Update curl version. 2020-11-27 08:01:00 -05:00
WPT Sync Bot
808edd90a4 Update web-platform-tests to revision fcb3495f6321b32f607cabcbe0e63a918f48d348 2020-11-27 10:41:42 +00:00