Bump futures from 0.1.30 to 0.1.31
Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.30 to 0.1.31.
<details>
<summary>Commits</summary>
<ul>
<li><a href="49ad690a60"><code>49ad690</code></a> Release 0.1.31 (<a href="https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/2359">#2359</a>)</li>
<li><a href="8b26bd830e"><code>8b26bd8</code></a> Migrate CI to GitHub Actions (<a href="https://github-redirect.dependabot.com/rust-lang-nursery/futures-rs/issues/2360">#2360</a>)</li>
<li><a href="cfe1d82c15"><code>cfe1d82</code></a> Backport to 0.1: FuturesUnordered: Do not poll the same future twice per iter...</li>
<li>See full diff in <a href="https://github.com/rust-lang-nursery/futures-rs/compare/0.1.30...0.1.31">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=futures&package-manager=cargo&previous-version=0.1.30&new-version=0.1.31)
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>
Bump num-traits from 0.2.12 to 0.2.14
Bumps [num-traits](https://github.com/rust-num/num-traits) from 0.2.12 to 0.2.14.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-num/num-traits/blob/master/RELEASES.md">num-traits's changelog</a>.</em></p>
<blockquote>
<h1>Release 0.2.14 (2020-10-29)</h1>
<ul>
<li>Clarify the license specification as "MIT OR Apache-2.0".</li>
</ul>
<p><strong>Contributors</strong>: <a href="https://github.com/cuviper">@cuviper</a></p>
<h1>Release 0.2.13 (2020-10-29)</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-traits/pull/180">The new <code>OverflowingAdd</code>, <code>OverflowingSub</code>, and <code>OverflowingMul</code> traits</a>
return a tuple with the operation result and a <code>bool</code> indicating overflow.</li>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-traits/pull/185">The "i128" feature now overrides compiler probes for that support</a>.
This may fix scenarios where <code>autocfg</code> probing doesn't work properly.</li>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-traits/pull/186">Casts from large <code>f64</code> values to <code>f32</code> now saturate to infinity</a>. They
previously returned <code>None</code> because that was once thought to be undefined
behavior, but <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/15536">rust#15536</a> resolved that such casts are fine.</li>
<li><a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/192"><code>Num::from_str_radix</code> documents requirements for radix support</a>, which
are now more relaxed than previously implied. It is suggested to accept at
least <code>2..=36</code> without panicking, but <code>Err</code> may be returned otherwise.</li>
</ul>
<p><strong>Contributors</strong>: <a href="https://github.com/cuviper">@cuviper</a>, <a href="https://github.com/Enet4">@Enet4</a>, <a href="https://github.com/KaczuH">@KaczuH</a>, <a href="https://github.com/martin-t">@martin-t</a>, <a href="https://github.com/newpavlov">@newpavlov</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="e8da6fe581"><code>e8da6fe</code></a> Release 0.2.14</li>
<li><a href="deedb93eb8"><code>deedb93</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/193">#193</a></li>
<li><a href="5e3352c2e4"><code>5e3352c</code></a> Update the names for overflowing results</li>
<li><a href="5b6299204a"><code>5b62992</code></a> Document relaxed requirements for Num::from_str_radix</li>
<li><a href="37e765824d"><code>37e7658</code></a> Release 0.2.13</li>
<li><a href="f0a980b29e"><code>f0a980b</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/185">#185</a> <a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/186">#186</a> <a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/190">#190</a></li>
<li><a href="26c9ad2256"><code>26c9ad2</code></a> Merge <a href="https://github-redirect.dependabot.com/rust-num/num-traits/issues/180">#180</a></li>
<li><a href="a939c51793"><code>a939c51</code></a> Correct docs for overflowing docs</li>
<li><a href="6c499ada16"><code>6c499ad</code></a> Normalize the comment style</li>
<li><a href="234e855576"><code>234e855</code></a> Allow large f64-to-f32 to saturate to infinity</li>
<li>Additional commits viewable in <a href="https://github.com/rust-num/num-traits/compare/num-traits-0.2.12...num-traits-0.2.14">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=num-traits&package-manager=cargo&previous-version=0.2.12&new-version=0.2.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>
Bump thread_local from 1.1.0 to 1.1.3
Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.0 to 1.1.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="c7d8dcdf4b"><code>c7d8dcd</code></a> Bump version to 1.1.3</li>
<li><a href="5e8bbf2b4f"><code>5e8bbf2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Amanieu/thread_local-rs/issues/30">#30</a> from Marwes/fix_drop</li>
<li><a href="a44b836f90"><code>a44b836</code></a> fix: Drop the value in the ThreadLocal on drop</li>
<li><a href="322cf34816"><code>322cf34</code></a> Bump version to 1.1.2</li>
<li><a href="dca4007eaf"><code>dca4007</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Amanieu/thread_local-rs/issues/29">#29</a> from Kestrer/raw-iter</li>
<li><a href="33ad405230"><code>33ad405</code></a> Add #[inline] to non-generic functions</li>
<li><a href="810c043ff7"><code>810c043</code></a> Implement iterator logic in RawIter</li>
<li><a href="7ee722e308"><code>7ee722e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Amanieu/thread_local-rs/issues/28">#28</a> from Kestrer/iter-traits</li>
<li><a href="5b37741074"><code>5b37741</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Amanieu/thread_local-rs/issues/27">#27</a> from Kestrer/into-iter</li>
<li><a href="4bedfff87b"><code>4bedfff</code></a> Implement missing traits on iterators</li>
<li>Additional commits viewable in <a href="https://github.com/Amanieu/thread_local-rs/compare/v1.1.0...v1.1.3">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=thread_local&package-manager=cargo&previous-version=1.1.0&new-version=1.1.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>
Bump form_urlencoded from 1.0.0 to 1.0.1
Bumps [form_urlencoded](https://github.com/servo/rust-url) from 1.0.0 to 1.0.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="53e19cd005"><code>53e19cd</code></a> percent-encoding v1.0.1</li>
<li><a href="d358a4f33a"><code>d358a4f</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/414">#414</a> - valenting:ipv4_overflow, r=SimonSapin</li>
<li><a href="471cb945dc"><code>471cb94</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/413">#413</a> - valenting:non-transitional-idna, r=SimonSapin</li>
<li><a href="e3e0b34a3b"><code>e3e0b34</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/412">#412</a> - valenting:fix-file-bug, r=SimonSapin</li>
<li><a href="211bf4ac0d"><code>211bf4a</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/411">#411</a> - valenting:no-host-username, r=SimonSapin</li>
<li><a href="c6284a2101"><code>c6284a2</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/410">#410</a> - valenting:win-file-letter, r=SimonSapin</li>
<li><a href="48994586fc"><code>4899458</code></a> Fail IPv4 parsing when the number is overflowing</li>
<li><a href="10272db072"><code>10272db</code></a> Switch to non-transitional IDNA</li>
<li><a href="a706400a94"><code>a706400</code></a> Fix file:#frag test case</li>
<li><a href="f9d797190a"><code>f9d7971</code></a> Do not allow username,password,port for URLs without a host or file URLs</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v1.0.0...percent-encoding-v1.0.1">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=form_urlencoded&package-manager=cargo&previous-version=1.0.0&new-version=1.0.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>
Bump idna from 0.2.1 to 0.2.2
Bumps [idna](https://github.com/servo/rust-url) from 0.2.1 to 0.2.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="5e929762c9"><code>5e92976</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/678">#678</a> from djc/idna-0.2.2</li>
<li><a href="ea406e73c5"><code>ea406e7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/680">#680</a> from mrobakowski/master</li>
<li><a href="74bb107c8f"><code>74bb107</code></a> update <code>unicode-normalization</code> to <code>0.1.17</code></li>
<li><a href="844a3f2d34"><code>844a3f2</code></a> idna: bump version to 0.2.2</li>
<li><a href="00cd65bc39"><code>00cd65b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/676">#676</a> from djc/idna2008</li>
<li><a href="04b7f49019"><code>04b7f49</code></a> idna: combine two tables</li>
<li><a href="945908c5a2"><code>945908c</code></a> idna: only store range start in the initial TABLE</li>
<li><a href="245aba3edd"><code>245aba3</code></a> idna: implement support for reporting errors on invalid IDNA2008 characters</li>
<li><a href="ed86319dff"><code>ed86319</code></a> idna: simplify merging of mapping table ranges</li>
<li><a href="06b790ac98"><code>06b790a</code></a> Fix clippy warnings</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v0.2.1...idna-v0.2.2">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=idna&package-manager=cargo&previous-version=0.2.1&new-version=0.2.2)
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>
Bump hyper from 0.12.35 to 0.12.36
Bumps [hyper](https://github.com/hyperium/hyper) from 0.12.35 to 0.12.36.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/hyper/blob/v0.12.36/CHANGELOG.md">hyper's changelog</a>.</em></p>
<blockquote>
<h3>v0.12.36 (2021-02-17)</h3>
<h4>Bug Fixes</h4>
<ul>
<li><strong>client:</strong> allow client GET requests with explicit body headers (<a href="23fc8b0806">23fc8b08</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/1925">#1925</a>)</li>
<li><strong>dependencies:</strong> use correct minimum versions (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/1974">#1974</a>) (<a href="90c1e8f44c">90c1e8f4</a>)</li>
<li><strong>http1:</strong> fix server misinterpretting multiple Transfer-Encoding headers (<a href="f605125067">f6051250</a>)</li>
<li><strong>server:</strong> allow <code>Server::local_addr</code> to be called with custom executor (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2009">#2009</a>) (<a href="da16ed62a3">da16ed62</a>)</li>
</ul>
<h4>Features</h4>
<ul>
<li><strong>client:</strong>
<ul>
<li>add resolve timeout to HttpConnector (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/1994">#1994</a>) (<a href="d4ee6996bf">d4ee6996</a>)</li>
<li>Add connect timeout to HttpConnector (<a href="3d676fb775">3d676fb7</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4c82565f5a"><code>4c82565</code></a> v0.12.36</li>
<li><a href="6d9003d85b"><code>6d9003d</code></a> chore(lib): fix new unused variable lint</li>
<li><a href="f605125067"><code>f605125</code></a> fix(http1): fix server misinterpretting multiple Transfer-Encoding headers</li>
<li><a href="a115c30f1c"><code>a115c30</code></a> chore(lib): allow deprecations in 0.12.x builds</li>
<li><a href="d4ee6996bf"><code>d4ee699</code></a> feat(client): add resolve timeout to HttpConnector (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/1994">#1994</a>)</li>
<li><a href="da16ed62a3"><code>da16ed6</code></a> fix(server): allow <code>Server::local_addr</code> to be called with custom executor (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2">#2</a>...</li>
<li><a href="3d676fb775"><code>3d676fb</code></a> feat(client): Add connect timeout to HttpConnector</li>
<li><a href="90c1e8f44c"><code>90c1e8f</code></a> fix(dependencies): use correct minimum versions (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/1974">#1974</a>)</li>
<li><a href="4d188d17b3"><code>4d188d1</code></a> chore(ci): update MSRV to 1.31 (parking_lot uses 2018 edition)</li>
<li>See full diff in <a href="https://github.com/hyperium/hyper/compare/v0.12.35...v0.12.36">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=hyper&package-manager=cargo&previous-version=0.12.35&new-version=0.12.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>
Extract crash handler
Moved the crash handler code into its own file since it is a distinct concept. It
simplifies the main method a little.
<!-- 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: -->
- [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
- [X] These changes do not require tests because it only moves code around.
<!-- 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. -->
Bump weezl from 0.1.3 to 0.1.4
Bumps [weezl](https://github.com/image-rs/lzw) from 0.1.3 to 0.1.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/image-rs/lzw/blob/master/Changes.md">weezl's changelog</a>.</em></p>
<blockquote>
<h2>Version 0.1.4</h2>
<ul>
<li>Added <code>IntoAsync</code> adapters for asynchronous de- and encoding. The interface
is implemented only in terms of <code>futures = 0.3</code> traits at the moment.</li>
<li>Code sizes smaller than 2 are now allowed for decoding. Since they do not
roundtrip it is still an error to use them in the decoder but this avoids
accidental panicking, i.e. denial of service, in parsers.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="68be005671"><code>68be005</code></a> Update meta data for 0.1.4</li>
<li><a href="a74b5f06e6"><code>a74b5f0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/lzw/issues/21">#21</a> from image-rs/decode-code-size</li>
<li><a href="6ea4dadf4a"><code>6ea4dad</code></a> Allow arbitrarily low decode size</li>
<li><a href="90a89bd466"><code>90a89bd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/lzw/issues/20">#20</a> from image-rs/async</li>
<li><a href="9eb40e58ca"><code>9eb40e5</code></a> Move async blocks to separate file, avoid parsing</li>
<li><a href="5d306f3807"><code>5d306f3</code></a> A big cargo fmt pass</li>
<li><a href="80961af911"><code>80961af</code></a> Go back to 1.34.2 lockfile</li>
<li><a href="b94df13592"><code>b94df13</code></a> Adjust tests running for async</li>
<li><a href="43689f9d5e"><code>43689f9</code></a> Add an into-async adapter</li>
<li><a href="effcd97308"><code>effcd97</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/image-rs/lzw/issues/19">#19</a> from image-rs/release-0.1.3</li>
<li>See full diff in <a href="https://github.com/image-rs/lzw/compare/v0.1.3...v0.1.4">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=weezl&package-manager=cargo&previous-version=0.1.3&new-version=0.1.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>
Update pip when building docker image.
Outdated versions of pip can't find a Rust compiler that's required when installing the python cryptography package.