Commit graph

41937 commits

Author SHA1 Message Date
bors-servo
c30fcd94e6
Auto merge of #26737 - servo:dependabot/cargo/serde-1.0.111, r=jdm
Bump serde from 1.0.110 to 1.0.111

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.110 to 1.0.111.
<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.111</h2>
<ul>
<li>Process borrowed lifetimes inside of interpolated macro_rules metavariables, such as in the case of <code>#[derive(Deserialize)] struct S&lt;'a&gt; { field: $field }</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1821">#1821</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9f331cc257"><code>9f331cc</code></a> Release 1.0.111</li>
<li><a href="ef16c815f6"><code>ef16c81</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1821">#1821</a> from dtolnay/ungroup</li>
<li><a href="c45a809d5c"><code>c45a809</code></a> Look inside of None-delimited groups when examining types</li>
<li><a href="f7d06cae4c"><code>f7d06ca</code></a> Add failing test involving macro_rules metavariable</li>
<li><a href="31fe82a215"><code>31fe82a</code></a> Resolve match_wildcard_for_single_variants pedantic lint</li>
<li><a href="ef6ed1d1be"><code>ef6ed1d</code></a> Copy some new links from serde.rs to the crate-level doc</li>
<li><a href="9d1251548b"><code>9d12515</code></a> Mirror 'Getting help' from github readme to crates.io readme</li>
<li><a href="c20730ee39"><code>c20730e</code></a> Remove reference to mozilla irc</li>
<li><a href="afd51ef0f4"><code>afd51ef</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/1808">#1808</a> from dtolnay/help</li>
<li><a href="3167f98689"><code>3167f98</code></a> Update 'Getting help' section</li>
<li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.110...v1.0.111">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.110&new-version=1.0.111)](https://dependabot.com/compatibility-score/?dependency-name=serde&package-manager=cargo&previous-version=1.0.110&new-version=1.0.111)

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-06-01 18:06:49 -04:00
bors-servo
023c869f88
Auto merge of #26736 - servo:dependabot/cargo/combine-3.8.1, r=jdm
Bump combine from 3.5.2 to 3.8.1

Bumps [combine](https://github.com/Marwes/combine) from 3.5.2 to 3.8.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Marwes/combine/blob/master/CHANGELOG.md">combine's changelog</a>.</em></p>
<blockquote>
<h3>3.8.1 (2019-03-13)</h3>
<h4>Bug Fixes</h4>
<ul>
<li>Handle partial parsing in <code>take_fn/take_until*</code> (<a href="bae1e3bbe4">bae1e3bb</a>)</li>
</ul>
<p><a name="3.8.0"></a></p>
<h2>3.8.0 (2019-03-12)</h2>
<h4>Features</h4>
<ul>
<li>Add take_fn and take_until_bytes (<a href="5f5607806f">5f560780</a>)</li>
</ul>
<p><a name="3.6.7"></a></p>
<h3>3.6.7 (2019-02-13)</h3>
<h4>Bug Fixes</h4>
<ul>
<li>Forward is_partial in all Stream adaptors (<a href="121b398795">121b3987</a>)</li>
</ul>
<p><a name="3.6.6"></a></p>
<h3>3.6.6 (2019-01-12)</h3>
<ul>
<li>Fix two inconsisties regarding EOI <a href="https://github-redirect.dependabot.com/Marwes/combine/pull/227">#227</a></li>
</ul>
<p><a name="3.6.5"></a></p>
<h3>3.6.5 (2019-01-09)</h3>
<h4>Bug Fixes</h4>
<ul>
<li>not_followed_by should fail on empty successful parses (<a href="aa17e7d255">aa17e7d2</a>)</li>
<li>Propagate the PartialState through parser! uses (<a href="ae8882449e">ae888244</a>, closes <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/223">#223</a>)</li>
</ul>
<p><a name="3.6.3"></a></p>
<h3>3.6.3 (2018-11-16)</h3>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="bdbcdfe1ae"><code>bdbcdfe</code></a> (cargo-release) version 3.8.1</li>
<li><a href="aeecb43b63"><code>aeecb43</code></a> Updated changelog</li>
<li><a href="bae1e3bbe4"><code>bae1e3b</code></a> fix: Handle partial parsing in <code>take_fn/take_until*</code></li>
<li><a href="c6c1673106"><code>c6c1673</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/236">#236</a> from Marwes/take_until_bytes</li>
<li><a href="a301124ea5"><code>a301124</code></a> FIx changelog</li>
<li><a href="e054643a13"><code>e054643</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Marwes/combine/issues/234">#234</a> from Marwes/take_until_bytes</li>
<li><a href="4440bbf5cd"><code>4440bbf</code></a> (cargo-release) start next development iteration 3.8.1-alpha.0</li>
<li><a href="53f7fa0801"><code>53f7fa0</code></a> (cargo-release) version 3.8.0</li>
<li><a href="ea28478d2e"><code>ea28478</code></a> (cargo-release) version 3.7.0</li>
<li><a href="5f5607806f"><code>5f56078</code></a> feat: Add take_fn and take_until_bytes</li>
<li>Additional commits viewable in <a href="https://github.com/Marwes/combine/compare/3.5.2...3.8.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=combine&package-manager=cargo&previous-version=3.5.2&new-version=3.8.1)](https://dependabot.com/compatibility-score/?dependency-name=combine&package-manager=cargo&previous-version=3.5.2&new-version=3.8.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-06-01 16:57:44 -04:00
bors-servo
ac42d7915c
Auto merge of #26733 - servo:dependabot/cargo/lyon_geom-0.14.1, r=jdm
Bump lyon_geom from 0.14.0 to 0.14.1

Bumps [lyon_geom](https://github.com/nical/lyon) from 0.14.0 to 0.14.1.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/nical/lyon/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=lyon_geom&package-manager=cargo&previous-version=0.14.0&new-version=0.14.1)](https://dependabot.com/compatibility-score/?dependency-name=lyon_geom&package-manager=cargo&previous-version=0.14.0&new-version=0.14.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-06-01 15:43:01 -04:00
bors-servo
dc8301371b
Auto merge of #26735 - servo:dependabot/cargo/dbus-0.6.5, r=jdm
Bump dbus from 0.6.3 to 0.6.5

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

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=dbus&package-manager=cargo&previous-version=0.6.3&new-version=0.6.5)](https://dependabot.com/compatibility-score/?dependency-name=dbus&package-manager=cargo&previous-version=0.6.3&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-06-01 13:45:40 -04:00
bors-servo
684a32879c
Auto merge of #26731 - servo:dependabot/cargo/generic-array-0.12.3, r=jdm
Bump generic-array from 0.12.0 to 0.12.3

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.0 to 0.12.3.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/fizyk20/generic-array/commits">compare view</a></li>
</ul>
</details>
<br />

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

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-06-01 12:02:04 -04:00
bors-servo
afb8be50a5
Auto merge of #26732 - servo:dependabot/cargo/miniz-sys-0.1.12, r=jdm
Bump miniz-sys from 0.1.10 to 0.1.12

Bumps [miniz-sys](https://github.com/alexcrichton/flate2-rs) from 0.1.10 to 0.1.12.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/alexcrichton/flate2-rs/commits/miniz-sys-0.1.12">compare view</a></li>
</ul>
</details>
<br />

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

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-06-01 09:54:58 -04:00
bors-servo
9e58459173
Auto merge of #26730 - servo:dependabot/cargo/podio-0.1.7, r=jdm
Bump podio from 0.1.6 to 0.1.7

Bumps [podio](https://github.com/mvdnes/podio) from 0.1.6 to 0.1.7.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/mvdnes/podio/commits">compare view</a></li>
</ul>
</details>
<br />

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

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-06-01 08:38:14 -04:00
dependabot-preview[bot]
4b57d92df4
Bump serde from 1.0.110 to 1.0.111
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.110 to 1.0.111.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.110...v1.0.111)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 08:38:20 +00:00
dependabot-preview[bot]
461f980dbf
Bump combine from 3.5.2 to 3.8.1
Bumps [combine](https://github.com/Marwes/combine) from 3.5.2 to 3.8.1.
- [Release notes](https://github.com/Marwes/combine/releases)
- [Changelog](https://github.com/Marwes/combine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Marwes/combine/compare/3.5.2...3.8.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 08:37:53 +00:00
dependabot-preview[bot]
d113aef00c
Bump dbus from 0.6.3 to 0.6.5
Bumps [dbus](https://github.com/diwic/dbus-rs) from 0.6.3 to 0.6.5.
- [Release notes](https://github.com/diwic/dbus-rs/releases)
- [Commits](https://github.com/diwic/dbus-rs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 08:37:25 +00:00
dependabot-preview[bot]
a7386d00ad
Bump lyon_geom from 0.14.0 to 0.14.1
Bumps [lyon_geom](https://github.com/nical/lyon) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/nical/lyon/releases)
- [Changelog](https://github.com/nical/lyon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nical/lyon/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 08:36:34 +00:00
dependabot-preview[bot]
89ca192079
Bump miniz-sys from 0.1.10 to 0.1.12
Bumps [miniz-sys](https://github.com/alexcrichton/flate2-rs) from 0.1.10 to 0.1.12.
- [Release notes](https://github.com/alexcrichton/flate2-rs/releases)
- [Commits](https://github.com/alexcrichton/flate2-rs/commits/miniz-sys-0.1.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 08:36:04 +00:00
dependabot-preview[bot]
4a4512a0ff
Bump generic-array from 0.12.0 to 0.12.3
Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.0 to 0.12.3.
- [Release notes](https://github.com/fizyk20/generic-array/releases)
- [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fizyk20/generic-array/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 08:35:38 +00:00
dependabot-preview[bot]
647a5131e1
Bump podio from 0.1.6 to 0.1.7
Bumps [podio](https://github.com/mvdnes/podio) from 0.1.6 to 0.1.7.
- [Release notes](https://github.com/mvdnes/podio/releases)
- [Commits](https://github.com/mvdnes/podio/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 08:35:07 +00:00
bors-servo
b59c566880
Auto merge of #26727 - atouchet:cargo3, r=jdm
More Cargo.toml updates

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (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-05-31 12:56:17 -04:00
atouchet
ca30ec02fc More Cargo.toml updates 2020-05-31 08:55:28 -07:00
bors-servo
a509c33abf
Auto merge of #26721 - atouchet:master, r=jdm
More Cargo.toml updates

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (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-05-31 08:24:55 -04:00
bors-servo
b103df6f56
Auto merge of #26725 - servo-wpt-sync:wpt_update_31-05-2020, r=servo-wpt-sync
Sync WPT with upstream (31-05-2020)

Automated downstream sync of changes from upstream as of 31-05-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-05-31 07:25:04 -04:00
WPT Sync Bot
ce1de3b503 Update web-platform-tests to revision c99723afe33bc5b265e41c1a9446eaff7f8e0d57 2020-05-31 11:24:52 +00:00
atouchet
77f7fa552d More Cargo.toml updates 2020-05-30 18:18:57 -07:00
bors-servo
14303bd651
Auto merge of #26719 - servo-wpt-sync:wpt_update_30-05-2020, r=jdm
Sync WPT with upstream (30-05-2020)

Automated downstream sync of changes from upstream as of 30-05-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-05-30 14:39:15 -04:00
bors-servo
e0f3e9b980
Auto merge of #26714 - kunalmohan:gpu-render-pipeline, r=jdm
Implement GPURenderPipeline

<!-- Please describe your changes on the following line: -->
We need to wait for #26699 to merge before this.
A significant amount of validation still needs to be added. I plan on doing that in a follow-up PR.
r?@kvark

---
<!-- 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
- [ ] These changes fix #___ (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-05-30 14:22:47 -04:00
bors-servo
5dae012db8
Auto merge of #26678 - gterzian:shutdown_net_runtime, r=Manishearth
Net: shutdown async runtime on exit

<!-- Please describe your changes on the following line: -->

Shutting down the async runtime as part of exiting the core resource thread.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (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-05-30 11:59:20 -04:00
Josh Matthews
9e9a1b2aa4
Add 2020 failure. 2020-05-30 11:21:32 -04:00
Gregory Terzian
fa765168b9 net: shutdown async runtime on exit 2020-05-30 21:04:34 +08:00
bors-servo
dafcee4c2e
Auto merge of #26442 - Eijebong:might-have-failed-going-to-bed, r=jdm
Fix the webidl for Headers

Make the HeadersInit type match the spec.

Fixes #26441
2020-05-30 08:14:53 -04:00
WPT Sync Bot
1c115a1737 Update web-platform-tests to revision 8fd32a0f7c18d32ae9e147d267746accc3ee9ad5 2020-05-30 10:56:10 +00:00
Bastien Orivel
c4273d86f2 Fix the webidl for Headers
Make the HeadersInit type match the spec.

Fixes #26441
2020-05-30 12:46:51 +02:00
Kunal Mohan
130de8b8e6 Implement GPURenderPipeline
Add webidl for GPURenderPipeline and implement GPUDevice.createRenderPipeline()
2020-05-30 11:38:32 +05:30
Kunal Mohan
f014f15d4e Allow sequence of nullable dictionary items in webidl
of type "sequence<Dict?> x"
2020-05-30 11:01:13 +05:30
bors-servo
1a61937031
Auto merge of #26718 - jdm:codegen-sequence, r=Manishearth
Improve precision of sequence types for WebIDL codegen.

Unlike #26699, this doesn't attempt to improve any of the resulting types and only maintains the status quo.

---
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] There are tests for these changes
2020-05-29 22:10:21 -04:00
bors-servo
8e0a28178f
Auto merge of #26705 - servo:dependabot/cargo/euclid-0.20.13, r=jdm
Bump euclid from 0.20.11 to 0.20.13

Bumps [euclid](https://github.com/servo/euclid) from 0.20.11 to 0.20.13.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/servo/euclid/commits">compare view</a></li>
</ul>
</details>
<br />

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

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-05-29 20:35:10 -04:00
bors-servo
39e0e3f897
Auto merge of #26712 - servo-wpt-sync:wpt_update_29-05-2020, r=jdm
Sync WPT with upstream (29-05-2020)

Automated downstream sync of changes from upstream as of 29-05-2020.
[no-wpt-sync]
r? @servo-wpt-sync
2020-05-29 18:29:13 -04:00
Josh Matthews
791a96efc4
Remove non-2020 failure. 2020-05-29 16:39:28 -04:00
bors-servo
81a13afc45
Auto merge of #26708 - servo:dependabot/cargo/scoped_threadpool-0.1.9, r=jdm
Bump scoped_threadpool from 0.1.7 to 0.1.9

Bumps [scoped_threadpool](https://github.com/Kimundi/scoped-threadpool-rs) from 0.1.7 to 0.1.9.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/Kimundi/scoped-threadpool-rs/commits">compare view</a></li>
</ul>
</details>
<br />

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

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-05-29 16:21:59 -04:00
Josh Matthews
c4f8167b6f dom: Improve precision of sequence types for WebIDL codegen. 2020-05-29 15:16:55 -04:00
bors-servo
476c7461b1
Auto merge of #26707 - servo:dependabot/cargo/dtoa-0.4.5, r=jdm
Bump dtoa from 0.4.1 to 0.4.5

Bumps [dtoa](https://github.com/dtolnay/dtoa) from 0.4.1 to 0.4.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/dtoa/releases">dtoa's releases</a>.</em></p>
<blockquote>
<h2>0.4.5</h2>
<ul>
<li>Eliminate deprecation warnings on use of <code>try!</code> macro and <code>mem::uninitialized</code></li>
</ul>
<h2>0.4.4</h2>
<ul>
<li>Documentation improvements</li>
</ul>
<h2>0.4.3</h2>
<ul>
<li>Fix copyright notices (<a href="https://github-redirect.dependabot.com/dtolnay/dtoa/issues/12">#12</a>)</li>
</ul>
<h2>0.4.2</h2>
<ul>
<li>Render the readme on crates.io</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9e9231b692"><code>9e9231b</code></a> Release 0.4.5</li>
<li><a href="21f6cbd041"><code>21f6cbd</code></a> Remove unneeded copyright headers</li>
<li><a href="7076a9bea9"><code>7076a9b</code></a> Suppress deprecation of mem::uninitialized</li>
<li><a href="69ee6d6517"><code>69ee6d6</code></a> Remove try! macro</li>
<li><a href="f85ce455ac"><code>f85ce45</code></a> Switch to SPDX 2.1 license expression</li>
<li><a href="ade180732d"><code>ade1807</code></a> Release 0.4.4</li>
<li><a href="3a11054dea"><code>3a11054</code></a> Document rustc version requirement</li>
<li><a href="b0a7f9b3a9"><code>b0a7f9b</code></a> Copy readme documentation to rustdoc</li>
<li><a href="f53a8b0ec4"><code>f53a8b0</code></a> Hide internal macros from rustdoc</li>
<li><a href="4efacf9e0b"><code>4efacf9</code></a> Revamp readme to match itoa</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/dtoa/compare/0.4.1...0.4.5">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=dtoa&package-manager=cargo&previous-version=0.4.1&new-version=0.4.5)](https://dependabot.com/compatibility-score/?dependency-name=dtoa&package-manager=cargo&previous-version=0.4.1&new-version=0.4.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-05-29 14:54:20 -04:00
bors-servo
928d2a2276
Auto merge of #26706 - servo:dependabot/cargo/block-padding-0.1.5, r=jdm
Bump block-padding from 0.1.2 to 0.1.5

Bumps [block-padding](https://github.com/RustCrypto/utils) from 0.1.2 to 0.1.5.
<details>
<summary>Commits</summary>
<ul>
<li><a href="78eca09668"><code>78eca09</code></a> block-padding v0.1.5</li>
<li><a href="3dcfab42f8"><code>3dcfab4</code></a> NoPadding for block-padding (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/37">#37</a>)</li>
<li><a href="2a5da5c115"><code>2a5da5c</code></a> Fix typo (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/33">#33</a>)</li>
<li><a href="7b6d5f27d3"><code>7b6d5f2</code></a> Fix incorrect comment (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/31">#31</a>)</li>
<li><a href="2373e467dd"><code>2373e46</code></a> hex-literal(-impl) v0.2.1</li>
<li><a href="9358ee1580"><code>9358ee1</code></a> add no_std to hex-literal (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/30">#30</a>)</li>
<li><a href="4a9addbcf6"><code>4a9addb</code></a> bump opaque-debug version</li>
<li><a href="cdc3ed8428"><code>cdc3ed8</code></a> Don't depend on user crate's std feature (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/28">#28</a>)</li>
<li><a href="30b57d799a"><code>30b57d7</code></a> hex-literal v0.2.0</li>
<li><a href="8c499f234e"><code>8c499f2</code></a> Migrate hex-literal to the 2018 edition (<a href="https://github-redirect.dependabot.com/RustCrypto/utils/issues/13">#13</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/RustCrypto/utils/compare/block-padding-v0.1.2...block-padding-v0.1.5">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=block-padding&package-manager=cargo&previous-version=0.1.2&new-version=0.1.5)](https://dependabot.com/compatibility-score/?dependency-name=block-padding&package-manager=cargo&previous-version=0.1.2&new-version=0.1.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-05-29 12:18:11 -04:00
bors-servo
c90dc92622
Auto merge of #26704 - servo:dependabot/cargo/stable_deref_trait-1.1.1, r=jdm
Bump stable_deref_trait from 1.0.0 to 1.1.1

Bumps [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) from 1.0.0 to 1.1.1.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/storyyeller/stable_deref_trait/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=stable_deref_trait&package-manager=cargo&previous-version=1.0.0&new-version=1.1.1)](https://dependabot.com/compatibility-score/?dependency-name=stable_deref_trait&package-manager=cargo&previous-version=1.0.0&new-version=1.1.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-05-29 11:17:39 -04:00
bors-servo
e1000e3a02
Auto merge of #26703 - servo:dependabot/cargo/flate2-1.0.14, r=jdm
Bump flate2 from 1.0.12 to 1.0.14

Bumps [flate2](https://github.com/alexcrichton/flate2-rs) from 1.0.12 to 1.0.14.
<details>
<summary>Commits</summary>
<ul>
<li><a href="962930cb3a"><code>962930c</code></a> Bump to 1.0.14</li>
<li><a href="42ef27aa83"><code>42ef27a</code></a> Update comment on cfg_if! (<a href="https://github-redirect.dependabot.com/alexcrichton/flate2-rs/issues/231">#231</a>)</li>
<li><a href="5ef87027cf"><code>5ef8702</code></a> Expose zlib options on cloudflare-zlib (<a href="https://github-redirect.dependabot.com/alexcrichton/flate2-rs/issues/230">#230</a>)</li>
<li><a href="9feca9d4b0"><code>9feca9d</code></a> Remove wasm-specific case for backend</li>
<li><a href="120ba81a6f"><code>120ba81</code></a> Support cloudfire optimized version of zlib as a backend (<a href="https://github-redirect.dependabot.com/alexcrichton/flate2-rs/issues/228">#228</a>)</li>
<li><a href="4d62a89369"><code>4d62a89</code></a> Update rust installation on osx</li>
<li><a href="f367ab0c59"><code>f367ab0</code></a> remove deprecated Error::description (<a href="https://github-redirect.dependabot.com/alexcrichton/flate2-rs/issues/227">#227</a>)</li>
<li><a href="c26967c44f"><code>c26967c</code></a> Run rustfmt</li>
<li><a href="c9b256a624"><code>c9b256a</code></a> Bump to 1.0.13</li>
<li><a href="0827944824"><code>0827944</code></a> cargo: update minimum versions (<a href="https://github-redirect.dependabot.com/alexcrichton/flate2-rs/issues/221">#221</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/alexcrichton/flate2-rs/compare/1.0.12...1.0.14">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=flate2&package-manager=cargo&previous-version=1.0.12&new-version=1.0.14)](https://dependabot.com/compatibility-score/?dependency-name=flate2&package-manager=cargo&previous-version=1.0.12&new-version=1.0.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-05-29 10:16:18 -04:00
bors-servo
b97ee0aa0b
Auto merge of #26702 - servo:dependabot/cargo/openssl-sys-0.9.57, r=jdm
Bump openssl-sys from 0.9.55 to 0.9.57

Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.55 to 0.9.57.
<details>
<summary>Commits</summary>
<ul>
<li><a href="72048765c7"><code>7204876</code></a> Release openssl-sys v0.9.57</li>
<li><a href="41ab7f37a5"><code>41ab7f3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1270">#1270</a> from hargoniX/master</li>
<li><a href="33f06b767f"><code>33f06b7</code></a> remove any from openssl110 cfgs</li>
<li><a href="95c0866c1d"><code>95c0866</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1271">#1271</a> from vishwin/master</li>
<li><a href="54fbab73b7"><code>54fbab7</code></a> LibreSSL 3.1 branch marked as stable; add support</li>
<li><a href="f34e9b993d"><code>f34e9b9</code></a> ocb is only available in openssl 1.1 and later</li>
<li><a href="963e3994a5"><code>963e399</code></a> Add support for AES-OCB mode</li>
<li><a href="d2aefe7afc"><code>d2aefe7</code></a> Release openssl-sys v0.9.56</li>
<li><a href="fa6df83fd3"><code>fa6df83</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1265">#1265</a> from omnioiot/windows-gnu-build-simpler</li>
<li><a href="dd8e53cb0d"><code>dd8e53c</code></a> Fix static build on windows-gnu targets</li>
<li>Additional commits viewable in <a href="https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.55...openssl-sys-v0.9.57">compare view</a></li>
</ul>
</details>
<br />

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

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-05-29 08:57:52 -04:00
dependabot-preview[bot]
02f0158193
Bump euclid from 0.20.11 to 0.20.13
Bumps [euclid](https://github.com/servo/euclid) from 0.20.11 to 0.20.13.
- [Release notes](https://github.com/servo/euclid/releases)
- [Commits](https://github.com/servo/euclid/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-29 12:03:51 +00:00
bors-servo
2f22e4a879
Auto merge of #26701 - servo:dependabot/cargo/heartbeats-simple-sys-0.4.3, r=jdm
Bump heartbeats-simple-sys from 0.4.1 to 0.4.3

Bumps [heartbeats-simple-sys](https://github.com/libheartbeats/heartbeats-simple-sys) from 0.4.1 to 0.4.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="d6608e5414"><code>d6608e5</code></a> Up version to 0.4.3</li>
<li><a href="26359a33dd"><code>26359a3</code></a> Update upstream to v0.3.5 for MSYS Makefiles fix</li>
<li><a href="a42d1ecbf5"><code>a42d1ec</code></a> Up version to 0.4.2; fix license field syntax in Cargo.toml</li>
<li><a href="a3bdfcd60f"><code>a3bdfcd</code></a> Update native to upstream v0.3.4</li>
<li><a href="519ff7c3e0"><code>519ff7c</code></a> Don't use cmake from kubuntu-backports in Travis anymore (now uses Trusy imag...</li>
<li><a href="ee528f159f"><code>ee528f1</code></a> Add info about project source</li>
<li>See full diff in <a href="https://github.com/libheartbeats/heartbeats-simple-sys/compare/v0.4.1...v0.4.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=heartbeats-simple-sys&package-manager=cargo&previous-version=0.4.1&new-version=0.4.3)](https://dependabot.com/compatibility-score/?dependency-name=heartbeats-simple-sys&package-manager=cargo&previous-version=0.4.1&new-version=0.4.3)

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-05-29 08:00:30 -04:00
bors-servo
bb1b5f25d4
Auto merge of #26698 - servo:unused, r=nox
Remove some unused dependency declarations

This is based on compiling with `RUSTFLAGS="-W unused_crate_dependencies"` (CC https://github.com/rust-lang/rust/pull/72342) in a recent Nightly (more so than used in the tree as of this writing, CC https://github.com/servo/servo/issues/26661 for work-arounds).

Only one crate is actually removed from the dependency graph, others are still dependended from other places.
2020-05-29 07:45:27 -04:00
WPT Sync Bot
4702cbe05c Update web-platform-tests to revision e529eb9501876273c9612f5602bc530723a01147 2020-05-29 11:22:44 +00:00
dependabot-preview[bot]
207e90dc5b
Bump scoped_threadpool from 0.1.7 to 0.1.9
Bumps [scoped_threadpool](https://github.com/Kimundi/scoped-threadpool-rs) from 0.1.7 to 0.1.9.
- [Release notes](https://github.com/Kimundi/scoped-threadpool-rs/releases)
- [Commits](https://github.com/Kimundi/scoped-threadpool-rs/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-29 08:05:46 +00:00
dependabot-preview[bot]
8a075d439f
Bump dtoa from 0.4.1 to 0.4.5
Bumps [dtoa](https://github.com/dtolnay/dtoa) from 0.4.1 to 0.4.5.
- [Release notes](https://github.com/dtolnay/dtoa/releases)
- [Commits](https://github.com/dtolnay/dtoa/compare/0.4.1...0.4.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-29 08:05:20 +00:00
dependabot-preview[bot]
975c69fac1
Bump block-padding from 0.1.2 to 0.1.5
Bumps [block-padding](https://github.com/RustCrypto/utils) from 0.1.2 to 0.1.5.
- [Release notes](https://github.com/RustCrypto/utils/releases)
- [Commits](https://github.com/RustCrypto/utils/compare/block-padding-v0.1.2...block-padding-v0.1.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-29 08:04:51 +00:00
dependabot-preview[bot]
2d1d0d2803
Bump stable_deref_trait from 1.0.0 to 1.1.1
Bumps [stable_deref_trait](https://github.com/storyyeller/stable_deref_trait) from 1.0.0 to 1.1.1.
- [Release notes](https://github.com/storyyeller/stable_deref_trait/releases)
- [Commits](https://github.com/storyyeller/stable_deref_trait/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-29 08:03:52 +00:00
dependabot-preview[bot]
b5cded9082
Bump flate2 from 1.0.12 to 1.0.14
Bumps [flate2](https://github.com/alexcrichton/flate2-rs) from 1.0.12 to 1.0.14.
- [Release notes](https://github.com/alexcrichton/flate2-rs/releases)
- [Commits](https://github.com/alexcrichton/flate2-rs/compare/1.0.12...1.0.14)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-29 08:03:20 +00:00