Commit graph

44503 commits

Author SHA1 Message Date
bors-servo
d811fe56e7
Auto merge of #28808 - servo:jdm-patch-30, r=jdm
Update nightly rustc.

This brings in the fix for https://github.com/rust-lang/rust/issues/95633 which should unbreak our documentation builds.
2022-04-06 11:53:03 -04:00
bors-servo
c35d7e12ff
Auto merge of #28807 - servo:dependabot/cargo/vcpkg-0.2.15, r=jdm
Bump vcpkg from 0.2.10 to 0.2.15

Bumps [vcpkg](https://github.com/mcgoo/vcpkg-rs) from 0.2.10 to 0.2.15.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/mcgoo/vcpkg-rs/blob/master/CHANGELOG.md">vcpkg's changelog</a>.</em></p>
<blockquote>
<h2>[0.2.15] - 2021-06-19</h2>
<h3>Changed</h3>
<ul>
<li>No change in functionality.</li>
<li>Small typos corrected.</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Crate text files fixed have proper unix newline termination.</li>
</ul>
<h2>[0.2.14] - 2021-06-16</h2>
<h3>Changed</h3>
<ul>
<li>No change in functionality.</li>
<li>Correct rustc warning regarding ordering of <code>serde</code> vs <code>derive</code> attributes.</li>
<li>Repository refactored from workspace to <code>vcpkg</code> being the top-level crate.
Ensures test-data, README.md and LICENSE files are packaged by the crate.</li>
<li><code>cargo-vcpkg</code> removed from the repo, as it is now homed at mcgoo/cargo-vcpkg
as of its <code>0.1.6</code> release.</li>
<li>Integration tests will now bootstrap vcpkg if required.</li>
</ul>
<h2>[0.2.13] - 2021-05-21</h2>
<h3>Added</h3>
<ul>
<li>Support building on aarch64-pc-windows-msvc.</li>
</ul>
<h2>[0.2.12] - 2021-04-16</h2>
<h3>Added</h3>
<ul>
<li>Library link order now respects .pc file specification. Fixes broken linking that may have been observed with some ports.</li>
</ul>
<h2>[0.2.11] - 2020-12-10</h2>
<h3>Added</h3>
<ul>
<li><a href="https://github.com/perlmint"><code>@​perlmint</code></a> added support for using custom vcpkg triplets. Thanks!</li>
<li>add support for M1/aarch64-apple-darwin/arm64-osx</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="e7d37e095e"><code>e7d37e0</code></a> vcpkg-rs-0.2.15</li>
<li><a href="c62239774f"><code>c622397</code></a> Update changelog for vcpkg-rs-0.2.15</li>
<li><a href="ee1bd312fc"><code>ee1bd31</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mcgoo/vcpkg-rs/issues/39">#39</a> from remilauzier/master</li>
<li><a href="6393bd1f84"><code>6393bd1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mcgoo/vcpkg-rs/issues/32">#32</a> from striezel-stash/fix-typos</li>
<li><a href="713efe4300"><code>713efe4</code></a> fix some typos</li>
<li><a href="b1817a34c4"><code>b1817a3</code></a> Fix enline encoding for unix platform</li>
<li><a href="ca530b0058"><code>ca530b0</code></a> vcpkg-rs-0.2.14</li>
<li><a href="9115f1e9ca"><code>9115f1e</code></a> Fix path to README.md</li>
<li><a href="5489c5b2d8"><code>5489c5b</code></a> Update CHANGELOG in prep for vcpkg-rs-0.2.14</li>
<li><a href="73285c5fc0"><code>73285c5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mcgoo/vcpkg-rs/issues/38">#38</a> from waych/drop_cargo_vcpkg</li>
<li>Additional commits viewable in <a href="https://github.com/mcgoo/vcpkg-rs/compare/vcpkg-rs-0.2.10...vcpkg-rs-0.2.15">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vcpkg&package-manager=cargo&previous-version=0.2.10&new-version=0.2.15)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-06 09:11:25 -04:00
Josh Matthews
df30ffd9d1
Update nightly rustc. 2022-04-06 08:57:31 -04:00
bors-servo
843d2b2a8f
Auto merge of #28806 - servo:dependabot/cargo/cbindgen-0.20.0, r=jdm
Bump cbindgen from 0.14.6 to 0.20.0

Bumps [cbindgen](https://github.com/eqrion/cbindgen) from 0.14.6 to 0.20.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/eqrion/cbindgen/releases">cbindgen's releases</a>.</em></p>
<blockquote>
<h2>v0.20.0</h2>
<ul>
<li>Add Builder::with_using_namespaces. (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/688">#688</a>)</li>
<li>Ignore PhantomPinned. (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/695">#695</a>)</li>
<li>Simplify Pin<!-- raw HTML omitted --> to T. (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/697">#697</a>)</li>
<li>Update --pretty=expanded to -Zunpretty=expanded. (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/706">#706</a>)</li>
</ul>
<h2>v0.19.0</h2>
<ul>
<li>Simplify types in generics (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/663">#663</a>)</li>
<li>Use --profile=check for macro expansion (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/671">#671</a>)</li>
<li>Use exported name to prefix enum variants (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/672">#672</a>)</li>
<li>Fix path attribute handling in inline submodules (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/679">#679</a>)</li>
<li>Fix a stack overflow with some recursive typedefs (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/680">#680</a>)</li>
</ul>
<h2>v0.18.0</h2>
<ul>
<li>Simplify types in nested types such as pointed-to types and function signatures (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/661">#661</a>)</li>
</ul>
<h2>v0.17.0</h2>
<ul>
<li>Add with_parse_extra_bindings to builder. (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/645">#645</a>)</li>
<li>Support NonZero and fix incorrect simplification of Option<!-- raw HTML omitted --> into ptr. (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/647">#647</a>)</li>
<li>Deal with name conflicts correctly in declaration type resolution. (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/651">#651</a>)</li>
<li>Support pointers to ZSTs. (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/656">#656</a>)</li>
</ul>
<h2>v0.16.0</h2>
<p>No release notes provided.</p>
<h2>v0.15.0</h2>
<p>No release notes provided.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eqrion/cbindgen/blob/master/CHANGES">cbindgen's changelog</a>.</em></p>
<blockquote>
<h2>0.20.0</h2>
<pre><code> * Add Builder::with_using_namespaces. ([#688](https://github.com/eqrion/cbindgen/issues/688))
 * Ignore PhantomPinned. ([#695](https://github.com/eqrion/cbindgen/issues/695))
 * Simplify Pin&lt;T&gt; to T. ([#697](https://github.com/eqrion/cbindgen/issues/697))
 * Update --pretty=expanded to -Zunpretty=expanded. ([#706](https://github.com/eqrion/cbindgen/issues/706))
</code></pre>
<h2>0.19.0</h2>
<pre><code> * Simplify types in generics ([#663](https://github.com/eqrion/cbindgen/issues/663))
 * Use --profile=check for macro expansion ([#671](https://github.com/eqrion/cbindgen/issues/671))
 * Use exported name to prefix enum variants ([#672](https://github.com/eqrion/cbindgen/issues/672))
 * Fix path attribute handling in inline submodules ([#679](https://github.com/eqrion/cbindgen/issues/679))
 * Fix a stack overflow with some recursive typedefs ([#680](https://github.com/eqrion/cbindgen/issues/680))
</code></pre>
<h2>0.18.0</h2>
<pre><code> * Simplify types in nested types such as pointed-to types and function signatures ([#661](https://github.com/eqrion/cbindgen/issues/661))
</code></pre>
<h2>0.17.0</h2>
<pre><code> * Add with_parse_extra_bindings to builder. ([#645](https://github.com/eqrion/cbindgen/issues/645))
 * Support NonZero and fix incorrect simplification of Option&lt;ptr&gt; into ptr. ([#647](https://github.com/eqrion/cbindgen/issues/647))
 * Deal with name conflicts correctly in declaration type resolution. ([#651](https://github.com/eqrion/cbindgen/issues/651))
 * Support pointers to ZSTs. ([#656](https://github.com/eqrion/cbindgen/issues/656))
</code></pre>
<h2>0.16.0</h2>
<pre><code> * Remove artificial restriction on lifetime parameters on enums ([#604](https://github.com/eqrion/cbindgen/issues/604))
 * Add an option for converting usize/isize into size_t/ptrdiff_t. ([#606](https://github.com/eqrion/cbindgen/issues/606))
 * Allow controlling the cargo profile used for expansion. ([#607](https://github.com/eqrion/cbindgen/issues/607))
 * Support wider range of expressions in enum discriminants ([#614](https://github.com/eqrion/cbindgen/issues/614))
 * Support generation of Cython bindings ([#590](https://github.com/eqrion/cbindgen/issues/590))
 * Fixed some issues with style=tag and recursive structs ([#615](https://github.com/eqrion/cbindgen/issues/615))
 * Default C style to Both (as specified in docs) ([#615](https://github.com/eqrion/cbindgen/issues/615))
 * Fix resolution of path dependencies from certain modules. ([#629](https://github.com/eqrion/cbindgen/issues/629))
 * Support inlined definitions for tuple variants with a single field in C ([#631](https://github.com/eqrion/cbindgen/issues/631))
</code></pre>
<p>Thanks to all the awesome contributors that contributed to this release.</p>
<h2>0.15.0</h2>
<pre><code> * Allow customizing mangling of generic parameters in C ([#575](https://github.com/eqrion/cbindgen/issues/575))
 * Box&lt;T&gt; simplifies to T* in C (4ce324c)
 * ManuallyDrop&lt;T&gt; and MaybeUninit&lt;T&gt; simplify to T in C, and are opaque in C++ (0076a17)
 * C++ supports a derive-ostream annotation to derive serialization of structs, unions and enums ([#582](https://github.com/eqrion/cbindgen/issues/582))
 * Large character constants have been fixed on Windows ([#586](https://github.com/eqrion/cbindgen/issues/586))
 * Constants are now generated for typedefs, etc ([#589](https://github.com/eqrion/cbindgen/issues/589))
 * The `sort_by` configuration option has been made to work for constants ([#587](https://github.com/eqrion/cbindgen/issues/587))
 * Default sort order is source order now (sort_by = &quot;None&quot;), and can be changed by the above option ([#587](https://github.com/eqrion/cbindgen/issues/587))
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="41506d5aeb"><code>41506d5</code></a> v0.20.0</li>
<li><a href="34299aef56"><code>34299ae</code></a> Don't use <code>check</code> profile when expanding code on a release build</li>
<li><a href="6c96c8ab95"><code>6c96c8a</code></a> Update --pretty=expanded to -Zunpretty=expanded</li>
<li><a href="57add9c860"><code>57add9c</code></a> Fix some clippy lints.</li>
<li><a href="63c1043dfb"><code>63c1043</code></a> Simplify Pin&lt;T&gt; to T</li>
<li><a href="ccd1f0e9ec"><code>ccd1f0e</code></a> add <code>Builder::with_using_namespaces</code></li>
<li><a href="4e394493d6"><code>4e39449</code></a> Ignore PhantomPinned</li>
<li><a href="2d20c4b151"><code>2d20c4b</code></a> Move the target-guessing code from <a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/676">#676</a> to its own function.</li>
<li><a href="93c06c5c9d"><code>93c06c5</code></a> Only fetch dependencies for current platform by default (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/676">#676</a>)</li>
<li><a href="d9e490ce8b"><code>d9e490c</code></a> v0.19.0</li>
<li>Additional commits viewable in <a href="https://github.com/eqrion/cbindgen/compare/v0.14.6...v0.20.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cbindgen&package-manager=cargo&previous-version=0.14.6&new-version=0.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-06 06:53:59 -04:00
bors-servo
e3d90590a2
Auto merge of #28805 - servo:dependabot/cargo/winres-0.1.12, r=jdm
Bump winres from 0.1.11 to 0.1.12

Bumps [winres](https://github.com/mxre/winres) from 0.1.11 to 0.1.12.
<details>
<summary>Commits</summary>
<ul>
<li><a href="2819c50fc9"><code>2819c50</code></a> Bump version to 0.1.12</li>
<li><a href="1807bec355"><code>1807bec</code></a> fixes <a href="https://github-redirect.dependabot.com/mxre/winres/issues/31">#31</a></li>
<li><a href="fa39fc0acb"><code>fa39fc0</code></a> closes <a href="https://github-redirect.dependabot.com/mxre/winres/issues/27">#27</a></li>
<li><a href="8aa701ea84"><code>8aa701e</code></a> more use of raw strings</li>
<li><a href="7f743cd7d7"><code>7f743cd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mxre/winres/issues/23">#23</a> from sopium/append-rc-content</li>
<li><a href="a70cf66ff5"><code>a70cf66</code></a> Merge branch 'master' into append-rc-content</li>
<li><a href="8069f7e8ef"><code>8069f7e</code></a> format fixes from cargo fmt/clippy</li>
<li><a href="71bbc8a9e3"><code>71bbc8a</code></a> Readd editorconfig</li>
<li><a href="e3ca66ac23"><code>e3ca66a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mxre/winres/issues/22">#22</a> from sopium/master</li>
<li><a href="1aeceb5f94"><code>1aeceb5</code></a> Merge <a href="https://github.com/svitalij/winres">https://github.com/svitalij/winres</a></li>
<li>Additional commits viewable in <a href="https://github.com/mxre/winres/compare/v0.1.11...v0.1.12">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=winres&package-manager=cargo&previous-version=0.1.11&new-version=0.1.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-06 04:48:19 -04:00
bors-servo
af6829f840
Auto merge of #28804 - servo:dependabot/cargo/native-tls-0.2.10, r=jdm
Bump native-tls from 0.2.7 to 0.2.10

Bumps [native-tls](https://github.com/sfackler/rust-native-tls) from 0.2.7 to 0.2.10.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/sfackler/rust-native-tls/blob/master/CHANGELOG.md">native-tls's changelog</a>.</em></p>
<blockquote>
<h2>[v0.2.10]</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed the build for iOS.</li>
</ul>
<h2>[v0.2.9]</h2>
<h3>Added</h3>
<ul>
<li>Added <code>Identity::from_pkcs8</code>.</li>
</ul>
<h2>[v0.2.8]</h2>
<h3>Fixed</h3>
<ul>
<li>Fixed an off by one error in the schannel backend's handling of max_protocol_version.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="f1d2638a1a"><code>f1d2638</code></a> Release v0.2.10</li>
<li><a href="dc3dbf99a5"><code>dc3dbf9</code></a> Fix build for iOS</li>
<li><a href="2496ac80f3"><code>2496ac8</code></a> Release v0.2.9</li>
<li><a href="f641a64875"><code>f641a64</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-native-tls/issues/209">#209</a> from kazk/pkcs8</li>
<li><a href="658800ee8e"><code>658800e</code></a> Use random password</li>
<li><a href="2a720f6c36"><code>2a720f6</code></a> Test <code>from_pkcs8</code> without new dev dependencies</li>
<li><a href="93bf66e4f8"><code>93bf66e</code></a> Only accept PKCS#8 keys</li>
<li><a href="01337348b5"><code>0133734</code></a> Test with PKCS#8 keys</li>
<li><a href="f0201c9ae9"><code>f0201c9</code></a> Use unique container name</li>
<li><a href="7493a48efe"><code>7493a48</code></a> Fix macOS build</li>
<li>Additional commits viewable in <a href="https://github.com/sfackler/rust-native-tls/compare/v0.2.7...v0.2.10">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=native-tls&package-manager=cargo&previous-version=0.2.7&new-version=0.2.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-06 02:28:08 -04:00
dependabot[bot]
e35208e7f3
Bump vcpkg from 0.2.10 to 0.2.15
Bumps [vcpkg](https://github.com/mcgoo/vcpkg-rs) from 0.2.10 to 0.2.15.
- [Release notes](https://github.com/mcgoo/vcpkg-rs/releases)
- [Changelog](https://github.com/mcgoo/vcpkg-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mcgoo/vcpkg-rs/compare/vcpkg-rs-0.2.10...vcpkg-rs-0.2.15)

---
updated-dependencies:
- dependency-name: vcpkg
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 04:15:09 +00:00
bors-servo
a196e8f921
Auto merge of #28795 - servo:dependabot/cargo/string_cache_codegen-0.5.2, r=jdm
Bump string_cache_codegen from 0.5.1 to 0.5.2

Bumps [string_cache_codegen](https://github.com/servo/string-cache) from 0.5.1 to 0.5.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="82fd262e2e"><code>82fd262</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/string-cache/issues/189">#189</a> - servo:stack-case, r=nox</li>
<li><a href="830835a047"><code>830835a</code></a> Avoid some allocations in to_ascii_{upper,lower}case</li>
<li><a href="bdeaac5478"><code>bdeaac5</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/string-cache/issues/188">#188</a> - Eijebong:heapsize, r=emilio</li>
<li><a href="28bce79df0"><code>28bce79</code></a> Allow heapsize 0.4</li>
<li><a href="ea8ad3981b"><code>ea8ad39</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/string-cache/issues/186">#186</a> - servo:ascii, r=KiChjang</li>
<li><a href="1dff0d8f1d"><code>1dff0d8</code></a> Make to_ascii_{upper,lower}case more efficent.</li>
<li><a href="c6e47ae614"><code>c6e47ae</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/string-cache/issues/185">#185</a> - emilio:precomputed-hash, r=nox</li>
<li><a href="8518b44e00"><code>8518b44</code></a> Version bump.</li>
<li><a href="a35578c4e7"><code>a35578c</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/string-cache/issues/183">#183</a> - emilio:precomputed-hash, r=SimonSapin</li>
<li><a href="f7ce843083"><code>f7ce843</code></a> Expose the precomputed hash using a trait so that I can use it from rust-sele...</li>
<li>Additional commits viewable in <a href="https://github.com/servo/string-cache/compare/string_cache_codegen-v0.5.1...v0.5.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=string_cache_codegen&package-manager=cargo&previous-version=0.5.1&new-version=0.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-06 00:09:30 -04:00
bors-servo
08528f3e5c
Auto merge of #28801 - servo:dependabot/cargo/alloc-no-stdlib-2.0.3, r=jdm
Bump alloc-no-stdlib from 2.0.1 to 2.0.3

Bumps [alloc-no-stdlib](https://github.com/dropbox/rust-alloc-no-stdlib) from 2.0.1 to 2.0.3.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/dropbox/rust-alloc-no-stdlib/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alloc-no-stdlib&package-manager=cargo&previous-version=2.0.1&new-version=2.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-05 22:12:54 -04:00
dependabot[bot]
20c437878b
Bump cbindgen from 0.14.6 to 0.20.0
Bumps [cbindgen](https://github.com/eqrion/cbindgen) from 0.14.6 to 0.20.0.
- [Release notes](https://github.com/eqrion/cbindgen/releases)
- [Changelog](https://github.com/eqrion/cbindgen/blob/master/CHANGES)
- [Commits](https://github.com/eqrion/cbindgen/compare/v0.14.6...v0.20.0)

---
updated-dependencies:
- dependency-name: cbindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 01:45:34 +00:00
dependabot[bot]
d51e818aa3
Bump winres from 0.1.11 to 0.1.12
Bumps [winres](https://github.com/mxre/winres) from 0.1.11 to 0.1.12.
- [Release notes](https://github.com/mxre/winres/releases)
- [Commits](https://github.com/mxre/winres/compare/v0.1.11...v0.1.12)

---
updated-dependencies:
- dependency-name: winres
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 23:25:06 +00:00
bors-servo
c962c50a47
Auto merge of #28803 - servo:dependabot/cargo/headers-0.3.7, r=jdm
Bump headers from 0.3.5 to 0.3.7

Bumps [headers](https://github.com/hyperium/headers) from 0.3.5 to 0.3.7.
<details>
<summary>Commits</summary>
<ul>
<li><a href="ffca4a9048"><code>ffca4a9</code></a> headers:v0.3.7</li>
<li><a href="f1dc1e1c4a"><code>f1dc1e1</code></a> Update sha-1 to 0.10.0</li>
<li><a href="bf815a2def"><code>bf815a2</code></a> headers:v0.3.6</li>
<li><a href="6932af5c6a"><code>6932af5</code></a> Add forwarding methods to Authorization&lt;C&gt; for provided C's</li>
<li><a href="6b065f9e8c"><code>6b065f9</code></a> add support for age header</li>
<li>See full diff in <a href="https://github.com/hyperium/headers/compare/headers-v0.3.5...headers-v0.3.7">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=headers&package-manager=cargo&previous-version=0.3.5&new-version=0.3.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-05 19:21:51 -04:00
dependabot[bot]
285a4c4156
Bump native-tls from 0.2.7 to 0.2.10
Bumps [native-tls](https://github.com/sfackler/rust-native-tls) from 0.2.7 to 0.2.10.
- [Release notes](https://github.com/sfackler/rust-native-tls/releases)
- [Changelog](https://github.com/sfackler/rust-native-tls/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sfackler/rust-native-tls/compare/v0.2.7...v0.2.10)

---
updated-dependencies:
- dependency-name: native-tls
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 20:44:26 +00:00
bors-servo
259e7ae9dc
Auto merge of #28802 - servo:dependabot/cargo/cmake-0.1.48, r=jdm
Bump cmake from 0.1.44 to 0.1.48

Bumps [cmake](https://github.com/alexcrichton/cmake-rs) from 0.1.44 to 0.1.48.
<details>
<summary>Commits</summary>
<ul>
<li><a href="7793895d88"><code>7793895</code></a> Bump to 0.1.48</li>
<li><a href="5f9218b481"><code>5f9218b</code></a> Revert setting CMAKE_SYSTEM_NAME=Linux when targeting Linux (<a href="https://github-redirect.dependabot.com/alexcrichton/cmake-rs/issues/139">#139</a>)</li>
<li><a href="ea36e96be8"><code>ea36e96</code></a> Bump to 0.1.47</li>
<li><a href="71c41f07b8"><code>71c41f0</code></a> Define <code>CMAKE_SYSTEM_NAME</code> when compiling for Linux (<a href="https://github-redirect.dependabot.com/alexcrichton/cmake-rs/issues/136">#136</a>)</li>
<li><a href="dca4a9df71"><code>dca4a9d</code></a> Add Visual Studio 17 (2022) (<a href="https://github-redirect.dependabot.com/alexcrichton/cmake-rs/issues/134">#134</a>)</li>
<li><a href="2f324d7a03"><code>2f324d7</code></a> Bump to 0.1.46</li>
<li><a href="d8ce23ee34"><code>d8ce23e</code></a> Use CMAKE_TOOLCHAIN_FILE environment variable earlier (<a href="https://github-redirect.dependabot.com/alexcrichton/cmake-rs/issues/129">#129</a>)</li>
<li><a href="9af8515c78"><code>9af8515</code></a> [alexcrichton/cmake-rs#122] Refactor setting the number of parallel jobs (<a href="https://github-redirect.dependabot.com/alexcrichton/cmake-rs/issues/123">#123</a>)</li>
<li><a href="453b8d88b5"><code>453b8d8</code></a> [alexcrichton/cmake-rs#81] support generator toolset (-T) (<a href="https://github-redirect.dependabot.com/alexcrichton/cmake-rs/issues/121">#121</a>)</li>
<li><a href="5f89f90ee5"><code>5f89f90</code></a> Allow per-target cmake toolchain (<a href="https://github-redirect.dependabot.com/alexcrichton/cmake-rs/issues/120">#120</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/alexcrichton/cmake-rs/compare/0.1.44...0.1.48">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cmake&package-manager=cargo&previous-version=0.1.44&new-version=0.1.48)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-05 16:41:19 -04:00
bors-servo
829c09eff0
Auto merge of #28800 - servo:dependabot/cargo/tokio-0.2.24, r=jdm
Bump tokio from 0.2.21 to 0.2.24

Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.21 to 0.2.24.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p>
<blockquote>
<h2>Tokio v0.2.23</h2>
<p>Maintenance release.</p>
<h3>Fixes</h3>
<ul>
<li>time: report correct error for timers that exceed max duration (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2023">#2023</a>)</li>
<li>time: fix resetting expired timers causing panics (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2587">#2587</a>)</li>
<li>macros: silence <code>unreachable_code</code> warning in <code>select!</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2678">#2678</a>)</li>
<li>rt: fix potential leak during runtime shutdown (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2649">#2649</a>)</li>
<li>sync: fix missing notification during mpsc close (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2854">#2854</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li>io: always re-export <code>std::io</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2606">#2606</a>)</li>
<li>dependencies: update <code>parking_lot</code> dependency to 0.11.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2676">#2676</a>)</li>
<li>io: rewrite <code>read_to_end</code> and <code>read_to_string</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2560">#2560</a>)</li>
<li>coop: reset coop budget when blocking in <code>block_on</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2711">#2711</a>)</li>
<li>sync: better Debug for Mutex (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2725">#2725</a>)</li>
<li>net: make <code>UnixListener::poll_accept</code> public (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2880">#2880</a>)</li>
<li>dep: raise <code>lazy_static</code> to <code>1.4.0</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3132">#3132</a>)</li>
<li>dep: raise <code>slab</code> to <code>0.4.2</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3132">#3132</a>)</li>
</ul>
<h3>Added</h3>
<ul>
<li>io: add <code>io::duplex()</code> as bidirectional reader/writer (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2661">#2661</a>)</li>
<li>net: introduce split and <code>into_split</code> on <code>UnixDatagram</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2557">#2557</a>)</li>
<li>net: ensure that unix sockets have both <code>split</code> and <code>into_split</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2687">#2687</a>)</li>
<li>net: add <code>try_recv</code>/<code>from</code> &amp; <code>try_send</code>/<code>to</code> to UnixDatagram (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1677">#1677</a>)</li>
<li>net: Add <code>UdpSocket::{try_send,try_send_to}</code> methods (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1979">#1979</a>)</li>
<li>net: implement <code>ToSocketAddrs</code> for <code>(String, u16)</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2724">#2724</a>)</li>
<li>io: add <code>ReaderStream</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2714">#2714</a>)</li>
<li>sync: implement map methods (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2771">#2771</a>)</li>
</ul>
<h2>Tokio v0.2.22</h2>
<p>This release introduces initial support for [<code>tracing</code>] instrumentation within the Tokio
runtime, enabled by the &quot;tracing&quot; feature flag. In addition, it contains a number of bug
fixes and API additions.</p>
<h3>Fixes</h3>
<ul>
<li>docs: misc improvements (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2572">#2572</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2658">#2658</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2663">#2663</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2656">#2656</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2647">#2647</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2630">#2630</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2487">#2487</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2621">#2621</a>,
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2624">#2624</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2600">#2600</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2623">#2623</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2622">#2622</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2577">#2577</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2569">#2569</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2589">#2589</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2575">#2575</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2540">#2540</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2564">#2564</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2567">#2567</a>,
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2520">#2520</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2521">#2521</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2493">#2493</a>)</li>
<li>rt: allow calls to <code>block_on</code> inside calls to <code>block_in_place</code> that are
themselves inside <code>block_on</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2645">#2645</a>)</li>
<li>net: fix non-portable behavior when dropping <code>TcpStream</code> <code>OwnedWriteHalf</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2597">#2597</a>)</li>
<li>io: improve stack usage by allocating large buffers on directly on the heap
(<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2634">#2634</a>)</li>
<li>io: fix unsound pin projection in <code>AsyncReadExt::read_buf</code> and
<code>AsyncWriteExt::write_buf</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2612">#2612</a>)</li>
<li>io: fix unnecessary zeroing for <code>AsyncRead</code> implementors (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2525">#2525</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="95b943506b"><code>95b9435</code></a> chore: prepare 0.2.24 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3227">#3227</a>)</li>
<li><a href="3d17488d9a"><code>3d17488</code></a> sync: fix mpsc bug related to closing the channel (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3215">#3215</a>)</li>
<li><a href="c63057ebc5"><code>c63057e</code></a> chore: prepare v0.2.23 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3114">#3114</a>)</li>
<li><a href="1016de28fc"><code>1016de2</code></a> ci: minimal version check (v0.2.x) (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3132">#3132</a>)</li>
<li><a href="d2ad49aa6e"><code>d2ad49a</code></a> chore: prepare tokio-macros v0.2.6 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3127">#3127</a>)</li>
<li><a href="85d8029e9b"><code>85d8029</code></a> util: Add <code>TokioContext</code> future (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2791">#2791</a>) (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2958">#2958</a>)</li>
<li><a href="b69d4a6108"><code>b69d4a6</code></a> v0.2.x: disable clippy check (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2961">#2961</a>)</li>
<li><a href="a517dbf605"><code>a517dbf</code></a> net: make <code>UnixListener::poll_accept</code> public (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2880">#2880</a>)</li>
<li><a href="c0c7124a4b"><code>c0c7124</code></a> sync: fix missing notification during mpsc close (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2854">#2854</a>)</li>
<li><a href="2b96b1773d"><code>2b96b17</code></a> ci: update nightly and fix all sorts of new failures (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2852">#2852</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-0.2.21...tokio-0.2.24">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=0.2.21&new-version=0.2.24)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-05 14:10:56 -04:00
dependabot[bot]
9e897db1c4
Bump headers from 0.3.5 to 0.3.7
Bumps [headers](https://github.com/hyperium/headers) from 0.3.5 to 0.3.7.
- [Release notes](https://github.com/hyperium/headers/releases)
- [Commits](https://github.com/hyperium/headers/compare/headers-v0.3.5...headers-v0.3.7)

---
updated-dependencies:
- dependency-name: headers
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 16:13:44 +00:00
dependabot[bot]
cf713795ea
Bump cmake from 0.1.44 to 0.1.48
Bumps [cmake](https://github.com/alexcrichton/cmake-rs) from 0.1.44 to 0.1.48.
- [Release notes](https://github.com/alexcrichton/cmake-rs/releases)
- [Commits](https://github.com/alexcrichton/cmake-rs/compare/0.1.44...0.1.48)

---
updated-dependencies:
- dependency-name: cmake
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 09:50:58 +00:00
bors-servo
d8842cc4ae
Auto merge of #28799 - servo:dependabot/cargo/rle-decode-fast-1.0.3, r=jdm
Bump rle-decode-fast from 1.0.1 to 1.0.3

Bumps [rle-decode-fast](https://github.com/WanzenBug/rle-decode-helper) from 1.0.1 to 1.0.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="b3345feb3c"><code>b3345fe</code></a> (cargo-release) version 1.0.3</li>
<li><a href="f17201d4bf"><code>f17201d</code></a> no std support</li>
<li><a href="67893372ff"><code>6789337</code></a> deprecate create, propose stable rust solution</li>
<li><a href="fcf96da876"><code>fcf96da</code></a> (cargo-release) start next development iteration 1.0.3-alpha.0</li>
<li><a href="e4e68aa24e"><code>e4e68aa</code></a> (cargo-release) version 1.0.2</li>
<li><a href="d71d677d1c"><code>d71d677</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/WanzenBug/rle-decode-helper/issues/8">#8</a> from jorgecarleitao/fix_ub</li>
<li><a href="8f8bc47cac"><code>8f8bc47</code></a> Fixed UB</li>
<li><a href="690742a0de"><code>690742a</code></a> (cargo-release) start next development iteration 1.0.1</li>
<li>See full diff in <a href="https://github.com/WanzenBug/rle-decode-helper/compare/1.0.1...v1.0.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rle-decode-fast&package-manager=cargo&previous-version=1.0.1&new-version=1.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-05 05:47:42 -04:00
dependabot[bot]
ddcf9946e4
Bump alloc-no-stdlib from 2.0.1 to 2.0.3
Bumps [alloc-no-stdlib](https://github.com/dropbox/rust-alloc-no-stdlib) from 2.0.1 to 2.0.3.
- [Release notes](https://github.com/dropbox/rust-alloc-no-stdlib/releases)
- [Commits](https://github.com/dropbox/rust-alloc-no-stdlib/commits)

---
updated-dependencies:
- dependency-name: alloc-no-stdlib
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 07:10:12 +00:00
bors-servo
51d13542be
Auto merge of #28798 - servo:dependabot/cargo/smallbitvec-2.5.1, r=jdm
Bump smallbitvec from 2.5.0 to 2.5.1

Bumps [smallbitvec](https://github.com/servo/smallbitvec) from 2.5.0 to 2.5.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/servo/smallbitvec/releases">smallbitvec's releases</a>.</em></p>
<blockquote>
<h2>v2.5.1</h2>
<ul>
<li>Speed up hashing of bit vectors (<a href="https://github-redirect.dependabot.com/servo/smallbitvec/issues/27">#27</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="67d0135528"><code>67d0135</code></a> Version 2.5.1</li>
<li><a href="2e394d8c86"><code>2e394d8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/smallbitvec/issues/27">#27</a> from narpfel/improve-hash-performance</li>
<li><a href="9f7b233d5e"><code>9f7b233</code></a> Don’t use <code>usize::reverse_bits</code> to be compatible with Rust &lt;1.37</li>
<li><a href="0d8a101bf8"><code>0d8a101</code></a> Improve performance of hashing <code>SmallBitVec</code>s</li>
<li>See full diff in <a href="https://github.com/servo/smallbitvec/compare/v2.5.0...v2.5.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=smallbitvec&package-manager=cargo&previous-version=2.5.0&new-version=2.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-05 03:07:07 -04:00
bors-servo
d65e0a395a
Auto merge of #28796 - servo:dependabot/cargo/either-1.6.1, r=jdm
Bump either from 1.5.3 to 1.6.1

Bumps [either](https://github.com/bluss/either) from 1.5.3 to 1.6.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="6d3216446d"><code>6d32164</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bluss/either/issues/51">#51</a> from spenserblack/feature/unwrap-expect</li>
<li><a href="6e9590032b"><code>6e95900</code></a> Release 1.6.1</li>
<li><a href="7f3a36833d"><code>7f3a368</code></a> Add expects</li>
<li><a href="7f092c69d0"><code>7f092c6</code></a> Add unwraps</li>
<li><a href="1ed67aa0e5"><code>1ed67aa</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bluss/either/issues/50">#50</a> from cuviper/release-1.6.0</li>
<li><a href="fd7188e2f0"><code>fd7188e</code></a> Release 1.6.0</li>
<li><a href="27a81dbb0f"><code>27a81db</code></a> Add spacing to the untagged examples</li>
<li><a href="89c0b2cc5e"><code>89c0b2c</code></a> Pattern-match untagged serialization directly</li>
<li><a href="4943fbbc0a"><code>4943fbb</code></a> Avoid deprecated try!</li>
<li><a href="8e61186f32"><code>8e61186</code></a> Allow deprecated Error::description call</li>
<li>Additional commits viewable in <a href="https://github.com/bluss/either/compare/1.5.3...1.6.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=either&package-manager=cargo&previous-version=1.5.3&new-version=1.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-05 00:42:30 -04:00
dependabot[bot]
f95bb712dc
Bump tokio from 0.2.21 to 0.2.24
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.21 to 0.2.24.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.21...tokio-0.2.24)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 02:16:45 +00:00
dependabot[bot]
e0fb9077c6
Bump rle-decode-fast from 1.0.1 to 1.0.3
Bumps [rle-decode-fast](https://github.com/WanzenBug/rle-decode-helper) from 1.0.1 to 1.0.3.
- [Release notes](https://github.com/WanzenBug/rle-decode-helper/releases)
- [Commits](https://github.com/WanzenBug/rle-decode-helper/compare/1.0.1...v1.0.3)

---
updated-dependencies:
- dependency-name: rle-decode-fast
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 00:10:34 +00:00
bors-servo
c0ca875053
Auto merge of #28794 - servo:dependabot/cargo/openssl-0.10.38, r=jdm
Bump openssl from 0.10.36 to 0.10.38

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.36 to 0.10.38.
<details>
<summary>Commits</summary>
<ul>
<li><a href="5b1813fb15"><code>5b1813f</code></a> Release openssl v0.10.38</li>
<li><a href="0c82a890ec"><code>0c82a89</code></a> Release openssl-sys v0.9.69</li>
<li><a href="56e6da112c"><code>56e6da1</code></a> Expose EVP_EC_gen</li>
<li><a href="cac01f8f88"><code>cac01f8</code></a> fix min version build</li>
<li><a href="e5999ccf4a"><code>e5999cc</code></a> Bump vendored OpenSSL to 3.0.0</li>
<li><a href="b89432a66d"><code>b89432a</code></a> Support homebrew openssl@3</li>
<li><a href="4707adcae7"><code>4707adc</code></a> Release openssl v0.10.37</li>
<li><a href="a6d1bdc4f8"><code>a6d1bdc</code></a> Release openssl-sys v0.9.68</li>
<li><a href="eeaf445c05"><code>eeaf445</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1545">#1545</a> from dcermak/master</li>
<li><a href="d96e294bf8"><code>d96e294</code></a> Only check OPENSSL_BUILT_ON if it is not empty</li>
<li>Additional commits viewable in <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.36...openssl-v0.10.38">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openssl&package-manager=cargo&previous-version=0.10.36&new-version=0.10.38)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-04 20:06:33 -04:00
bors-servo
ffe415124d
Auto merge of #28793 - servo:dependabot/cargo/synstructure-0.12.6, r=jdm
Bump synstructure from 0.12.3 to 0.12.6

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

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=synstructure&package-manager=cargo&previous-version=0.12.3&new-version=0.12.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-04 17:37:10 -04:00
dependabot[bot]
8529edcab9
Bump smallbitvec from 2.5.0 to 2.5.1
Bumps [smallbitvec](https://github.com/servo/smallbitvec) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/servo/smallbitvec/releases)
- [Commits](https://github.com/servo/smallbitvec/compare/v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: smallbitvec
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 16:27:43 +00:00
dependabot[bot]
6273bedb2f
Bump either from 1.5.3 to 1.6.1
Bumps [either](https://github.com/bluss/either) from 1.5.3 to 1.6.1.
- [Release notes](https://github.com/bluss/either/releases)
- [Commits](https://github.com/bluss/either/compare/1.5.3...1.6.1)

---
updated-dependencies:
- dependency-name: either
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 16:27:14 +00:00
dependabot[bot]
9ccd1b8fbb
Bump string_cache_codegen from 0.5.1 to 0.5.2
Bumps [string_cache_codegen](https://github.com/servo/string-cache) from 0.5.1 to 0.5.2.
- [Release notes](https://github.com/servo/string-cache/releases)
- [Commits](https://github.com/servo/string-cache/compare/string_cache_codegen-v0.5.1...v0.5.2)

---
updated-dependencies:
- dependency-name: string_cache_codegen
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 16:26:36 +00:00
dependabot[bot]
c5e0c7031d
Bump openssl from 0.10.36 to 0.10.38
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.36 to 0.10.38.
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.36...openssl-v0.10.38)

---
updated-dependencies:
- dependency-name: openssl
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 16:25:42 +00:00
dependabot[bot]
b30f793515
Bump synstructure from 0.12.3 to 0.12.6
Bumps [synstructure](https://github.com/mystor/synstructure) from 0.12.3 to 0.12.6.
- [Release notes](https://github.com/mystor/synstructure/releases)
- [Commits](https://github.com/mystor/synstructure/commits)

---
updated-dependencies:
- dependency-name: synstructure
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 16:25:07 +00:00
bors-servo
adabf0f418
Auto merge of #28682 - servo:dependabot/cargo/http-0.2.6, r=jdm
Bump http from 0.2.1 to 0.2.6

Bumps [http](https://github.com/hyperium/http) from 0.2.1 to 0.2.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/http/releases">http's releases</a>.</em></p>
<blockquote>
<h2>v0.2.6</h2>
<ul>
<li>Upgrade internal <code>itoa</code> dependency to 1.0.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Turbo87"><code>@​Turbo87</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hyperium/http/pull/512">hyperium/http#512</a></li>
<li><a href="https://github.com/tshepang"><code>@​tshepang</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hyperium/http/pull/492">hyperium/http#492</a></li>
<li><a href="https://github.com/waywardmonkeys"><code>@​waywardmonkeys</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/hyperium/http/pull/516">hyperium/http#516</a></li>
</ul>
<h2>v0.2.5</h2>
<ul>
<li>Add <code>is_empty()</code> and <code>len()</code> methods to <code>Extensions</code>.</li>
<li>Add <code>version_ref()</code> method to <code>request::Builder</code>.</li>
<li>Implement <code>TryFrom&lt;Vec&lt;u8&gt;&gt;</code> and <code>TryFrom&lt;String&gt;</code> for <code>Authority</code>, <code>Uri</code>, <code>PathAndQuery</code>, and <code>HeaderName</code>.</li>
<li>Make <code>HeaderValue::from_static</code> a <code>const fn</code>.</li>
</ul>
<h2>v0.2.4</h2>
<ul>
<li>Fix <code>Uri</code> parsing to allow <code>{</code>, <code>&quot;</code>, and <code>}</code> in paths.</li>
</ul>
<h2>v0.2.3</h2>
<ul>
<li>Upgrade internal (private) <code>bytes</code> dependency to 1.0.</li>
</ul>
<h2>v0.2.2</h2>
<ul>
<li>Fix (potential double) panic of (<code>HeaderMap</code>) <code>OccupiedEntry::remove_entry</code> and
<code>remove_entry_mult</code> when multiple values are present. (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/446">#446</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/449">#449</a> dekellum)</li>
<li>Safety audits of (priv) <code>ByteStr</code> and refactor of <code>Authority</code> (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/408">#408</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/414">#414</a> sbosnick)</li>
<li>Fix <code>HeaderName</code> to error instead of panic when input is too long (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/432">#432</a> <a href="https://github-redirect.dependabot.com/hyperium/http/issues/433">#433</a> acfoltzer)</li>
<li>Allow <code>StatusCode</code> to encode values 100-999 without error. Use of the
unclassified range 600-999 remains discouraged. (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/144">#144</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/438">#438</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/443">#443</a> quininer dekellum)</li>
<li>Add <code>String</code> and <code>&amp;String</code> fallible conversions to <code>PathAndQuery</code> (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/450">#450</a> mkindahl)</li>
<li>Fix <code>Authority</code> (and <code>Uri</code>) to error instead of panic on unbalanced brackets
(<a href="https://github-redirect.dependabot.com/hyperium/http/issues/435">#435</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/445">#445</a> aeryz)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/http/blob/master/CHANGELOG.md">http's changelog</a>.</em></p>
<blockquote>
<h1>0.2.6 (December 30, 2021)</h1>
<ul>
<li>Upgrade internal <code>itoa</code> dependency to 1.0.</li>
</ul>
<h1>0.2.5 (September 21, 2021)</h1>
<ul>
<li>Add <code>is_empty()</code> and <code>len()</code> methods to <code>Extensions</code>.</li>
<li>Add <code>version_ref()</code> method to <code>request::Builder</code>.</li>
<li>Implement <code>TryFrom&lt;Vec&lt;u8&gt;&gt;</code> and <code>TryFrom&lt;String&gt;</code> for <code>Authority</code>, <code>Uri</code>, <code>PathAndQuery</code>, and <code>HeaderName</code>.</li>
<li>Make <code>HeaderValue::from_static</code> a <code>const fn</code>.</li>
</ul>
<h1>0.2.4 (April 4, 2021)</h1>
<ul>
<li>Fix <code>Uri</code> parsing to allow <code>{</code>, <code>&quot;</code>, and <code>}</code> in paths.</li>
</ul>
<h1>0.2.3 (January 7, 2021)</h1>
<ul>
<li>Upgrade internal (private) <code>bytes</code> dependency to 1.0.</li>
</ul>
<h1>0.2.2 (December 14, 2020)</h1>
<ul>
<li>Fix (potential double) panic of (<code>HeaderMap</code>) <code>OccupiedEntry::remove_entry</code> and
<code>remove_entry_mult</code> when multiple values are present. (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/446">#446</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/449">#449</a> dekellum)</li>
<li>Safety audits of (priv) <code>ByteStr</code> and refactor of <code>Authority</code> (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/408">#408</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/414">#414</a> sbosnick)</li>
<li>Fix <code>HeaderName</code> to error instead of panic when input is too long (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/432">#432</a> <a href="https://github-redirect.dependabot.com/hyperium/http/issues/433">#433</a> acfoltzer)</li>
<li>Allow <code>StatusCode</code> to encode values 100-999 without error. Use of the
unclassified range 600-999 remains discouraged. (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/144">#144</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/438">#438</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/443">#443</a> quininer dekellum)</li>
<li>Add <code>String</code> and <code>&amp;String</code> fallible conversions to <code>PathAndQuery</code> (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/450">#450</a> mkindahl)</li>
<li>Fix <code>Authority</code> (and <code>Uri</code>) to error instead of panic on unbalanced brackets
(<a href="https://github-redirect.dependabot.com/hyperium/http/issues/435">#435</a>, <a href="https://github-redirect.dependabot.com/hyperium/http/issues/445">#445</a> aeryz)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c28945c6c6"><code>c28945c</code></a> v0.2.6</li>
<li><a href="abe651273f"><code>abe6512</code></a> deps: Update to itoa 1.</li>
<li><a href="f25fbb579d"><code>f25fbb5</code></a> Cargo: Add <code>rust-version</code> field</li>
<li><a href="1129163281"><code>1129163</code></a> remove obsolete comment</li>
<li><a href="52b4d04d0d"><code>52b4d04</code></a> README: Remove obsolete <code>extern crate http</code> instructions</li>
<li><a href="ead020c94c"><code>ead020c</code></a> v0.2.5</li>
<li><a href="cc2f3ed7fc"><code>cc2f3ed</code></a> extensions: add methods to detect the presence of extensions (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/497">#497</a>)</li>
<li><a href="d2fda209f1"><code>d2fda20</code></a> request: add Builder::version_ref to query the version in use (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/495">#495</a>)</li>
<li><a href="58c6290bf9"><code>58c6290</code></a> Minor changes to var names in examples (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/493">#493</a>)</li>
<li><a href="e54da7175a"><code>e54da71</code></a> HeaderValue::from_static can be const (<a href="https://github-redirect.dependabot.com/hyperium/http/issues/481">#481</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/hyperium/http/compare/v0.2.1...v0.2.6">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=http&package-manager=cargo&previous-version=0.2.1&new-version=0.2.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-03 20:59:48 -04:00
Josh Matthews
fbbd6ebefd Update wpt results. 2022-04-03 18:22:18 -04:00
Josh Matthews
a204405f43 Allow itoa duplicates. 2022-04-03 12:15:40 -04:00
dependabot[bot]
f3f0005fd8 Bump http from 0.2.1 to 0.2.6
Bumps [http](https://github.com/hyperium/http) from 0.2.1 to 0.2.6.
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/http/compare/v0.2.1...v0.2.6)

---
updated-dependencies:
- dependency-name: http
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-03 12:15:11 -04:00
bors-servo
c5c6425faf
Auto merge of #28480 - servo:dependabot/cargo/url-2.2.2, r=jdm
Bump url from 2.2.0 to 2.2.2

Bumps [url](https://github.com/servo/rust-url) from 2.2.0 to 2.2.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="6c22912c31"><code>6c22912</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/709">#709</a> from BramBonne/bump-version</li>
<li><a href="0707a58b91"><code>0707a58</code></a> Bump minor version number</li>
<li><a href="991e438ff1"><code>991e438</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/708">#708</a> from BramBonne/test-syntax-violations</li>
<li><a href="744b76332c"><code>744b763</code></a> Remove stray comma</li>
<li><a href="5793b7ef14"><code>5793b7e</code></a> Check parsing result in SyntaxViolation test</li>
<li><a href="0659871a26"><code>0659871</code></a> Add tests for SyntaxViolation callback types</li>
<li><a href="c6f60fe5ff"><code>c6f60fe</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/668">#668</a> from sdroege/make-relative</li>
<li><a href="d51cec4803"><code>d51cec4</code></a> Add Url::make_relative() as the inverse of Url::join()</li>
<li><a href="77fb472619"><code>77fb472</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/703">#703</a> from BramBonne/slicing-tests</li>
<li><a href="ea2342e182"><code>ea2342e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/rust-url/issues/705">#705</a> from BramBonne/test-quirks</li>
<li>Additional commits viewable in <a href="https://github.com/servo/rust-url/compare/v2.2.0...v2.2.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=url&package-manager=cargo&previous-version=2.2.0&new-version=2.2.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-03 12:13:34 -04:00
Josh Matthews
7734a109c3 Update metadata. 2022-04-03 12:13:20 -04:00
bors-servo
fd547770d5
Auto merge of #28791 - servo:dependabot/cargo/libz-sys-1.1.5, r=jdm
Bump libz-sys from 1.1.2 to 1.1.5

Bumps [libz-sys](https://github.com/rust-lang/libz-sys) from 1.1.2 to 1.1.5.
<details>
<summary>Commits</summary>
<ul>
<li><a href="d66a637fdb"><code>d66a637</code></a> libz-sys 1.1.5</li>
<li><a href="4fa9b6bf17"><code>4fa9b6b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/libz-sys/issues/90">#90</a> from joshtriplett/windows-ci</li>
<li><a href="9779695d42"><code>9779695</code></a> Install MinGW using msys2/setup-msys2</li>
<li><a href="d18c7ba4d2"><code>d18c7ba</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/libz-sys/issues/89">#89</a> from joshtriplett/apple-test</li>
<li><a href="031b841ef3"><code>031b841</code></a> Fix build on macOS</li>
<li><a href="698f11f82d"><code>698f11f</code></a> Reduce the test matrix substantially</li>
<li><a href="96448c1faf"><code>96448c1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/libz-sys/issues/88">#88</a> from joshtriplett/zlib-ng-fix-windows-library-name</li>
<li><a href="072ba732a5"><code>072ba73</code></a> build.rs: Fix library name on Windows, with and without MSVC</li>
<li><a href="fd4d356e44"><code>fd4d356</code></a> libz-sys 1.1.4</li>
<li><a href="68b89a4e1e"><code>68b89a4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/libz-sys/issues/71">#71</a> from youknowone/warn-pkgconfig</li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/libz-sys/compare/1.1.2...1.1.5">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=libz-sys&package-manager=cargo&previous-version=1.1.2&new-version=1.1.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-03 06:19:18 -04:00
bors-servo
fb3ba781a6
Auto merge of #28789 - servo:dependabot/cargo/x11-dl-2.19.1, r=jdm
Bump x11-dl from 2.18.5 to 2.19.1

Bumps [x11-dl](https://github.com/AltF02/x11-rs) from 2.18.5 to 2.19.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/AltF02/x11-rs/releases">x11-dl's releases</a>.</em></p>
<blockquote>
<h2>v2.19.1</h2>
<ul>
<li>
<p>Add XkbStateNotify event detail masks (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/133">#133</a>)</p>
<p><a href="https://www.x.org/releases/X11R7.7/doc/libX11/XKB/xkblib.html#id2589934">https://www.x.org/releases/X11R7.7/doc/libX11/XKB/xkblib.html#id2589934</a></p>
</li>
<li>
<p>Add github action for tests (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/134">#134</a>)</p>
<ul>
<li>
<p>Add tests github action</p>
</li>
<li>
<p>Remove travis</p>
</li>
</ul>
</li>
<li>
<p>Update tests.yml (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/135">#135</a>)</p>
</li>
<li>
<p>xtest: add c_int (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/136">#136</a>)</p>
</li>
<li>
<p>Link GitHub Actions badge to Actions page (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/137">#137</a>)</p>
</li>
<li>
<p>Remove maybe-uninit dependency (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/138">#138</a>)</p>
<p>This removes the dependency on the maybe-uninit crate
as it's not needed any more.</p>
</li>
<li>
<p>Add XSetEventQueueOwner (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/124">#124</a>)</p>
</li>
<li>
<p>[FEAT|FIX] New structs and one fix (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/112">#112</a>)</p>
<ul>
<li>[FEAT|FIX] New structs and one fix</li>
</ul>
<p>[FEATURE] _XkbControls, _XkbMods structs, XkbStateRec type
[FEATURE] Shiny new CHANGELOG.md
[FIX] Fix field order in _XkbStateRec struct</p>
<ul>
<li>Update versioning</li>
</ul>
<p>Co-authored-by: Bjørn Snoen <a href="mailto:bjorn.snoen@visma.com">bjorn.snoen@visma.com</a>
Co-authored-by: AltF2 <a href="mailto:dev@mtbk.me">dev@mtbk.me</a></p>
</li>
<li>
<p>Pull request template (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/139">#139</a>)</p>
</li>
<li>
<p>Fix CHANGELOG.md (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/140">#140</a>)</p>
</li>
<li>
<p>Add all feature (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/141">#141</a>)</p>
<ul>
<li>
<p>Add all feature</p>
</li>
<li>
<p>CHANGELOG.md</p>
</li>
</ul>
</li>
<li>
<p>Add Xshm (<a href="https://github-redirect.dependabot.com/AltF02/x11-rs/issues/142">#142</a>)</p>
<ul>
<li>Add Xshm</li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/AltF02/x11-rs/blob/master/CHANGELOG.md">x11-dl's changelog</a>.</em></p>
<blockquote>
<h2><a href="../../compare/v2.19.0...v2.19.1">2.19.1</a> - 2021-09-25</h2>
<h3>Added</h3>
<ul>
<li>This changelog</li>
<li>_XkbControls struct</li>
<li>_XkbMods struct</li>
<li>XkbStateRec type</li>
<li>PictStandardARGB32 const</li>
<li>PictStandardRGB24 const</li>
<li>PictStandardA8 const</li>
<li>PictStandardA4 const</li>
<li>PictStandardA1 const</li>
<li>XShmQueryExtension function</li>
<li>XShmGetEventBase function</li>
<li>XshmQueryVersion function</li>
<li>XShmPixmapFormat function</li>
<li>XShmAttach function</li>
<li>XShmDetach function</li>
<li>XShmPutImage function</li>
<li>XShmGetImage function</li>
<li>XShmCreateImage function</li>
<li>XShmCreatePixMap function</li>
<li>ShmSeg type</li>
<li>XShmCompletionEvent struct</li>
<li>XshmSegmentInfo struct</li>
<li>All feature</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Field order in <a href="https://github.com/freedesktop/xorg-xserver/blob/master/include/xkbstr.h#L47">_XkbStateRec</a> struct</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/AltF02/x11-rs/commits/v2.19.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=x11-dl&package-manager=cargo&previous-version=2.18.5&new-version=2.19.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-03 03:57:55 -04:00
bors-servo
b018cacbc7
Auto merge of #28788 - servo:dependabot/cargo/linked_hash_set-0.1.4, r=jdm
Bump linked_hash_set from 0.1.3 to 0.1.4

Bumps [linked_hash_set](https://github.com/alexheretic/linked-hash-set) from 0.1.3 to 0.1.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/alexheretic/linked-hash-set/releases">linked_hash_set's releases</a>.</em></p>
<blockquote>
<h2>0.1.4</h2>
<ul>
<li>Require <em>linked-hash-map</em> <code>0.5.3</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="a24b7a5ac9"><code>a24b7a5</code></a> Release 0.1.4</li>
<li><a href="27ff3b6486"><code>27ff3b6</code></a> Update Cargo.toml (<a href="https://github-redirect.dependabot.com/alexheretic/linked-hash-set/issues/6">#6</a>)</li>
<li><a href="d9df1e1cb9"><code>d9df1e1</code></a> Add <code>insert_if_absent</code> hint to main usage example</li>
<li><a href="98d9eb90d1"><code>98d9eb9</code></a> Remove extern crate from examples</li>
<li><a href="40542c9605"><code>40542c9</code></a> Add MSRV policy</li>
<li><a href="d7a008660e"><code>d7a0086</code></a> edition 2018</li>
<li><a href="8d480cc42c"><code>8d480cc</code></a> cargo fmt</li>
<li><a href="8c53cf175e"><code>8c53cf1</code></a> Mention refresh() in readme</li>
<li>See full diff in <a href="https://github.com/alexheretic/linked-hash-set/compare/0.1.3...0.1.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=linked_hash_set&package-manager=cargo&previous-version=0.1.3&new-version=0.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-03 01:48:30 -04:00
bors-servo
79444349a6
Auto merge of #28787 - servo:dependabot/cargo/termcolor-1.1.3, r=jdm
Bump termcolor from 1.1.0 to 1.1.3

Bumps [termcolor](https://github.com/BurntSushi/termcolor) from 1.1.0 to 1.1.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="677f98b26a"><code>677f98b</code></a> 1.1.3</li>
<li><a href="dc7e7b9383"><code>dc7e7b9</code></a> api: impl WriteColor for std::io::Sink</li>
<li><a href="020816f326"><code>020816f</code></a> doc: update links</li>
<li><a href="9498753689"><code>9498753</code></a> 1.1.2</li>
<li><a href="20822cb45c"><code>20822cb</code></a> tests: remove use of doc_comment crate</li>
<li><a href="b052b61ba0"><code>b052b61</code></a> 1.1.1</li>
<li><a href="a600a655de"><code>a600a65</code></a> api: add support for dim text (ANSI only)</li>
<li><a href="7451f801bc"><code>7451f80</code></a> tests: replace &quot;cfg(test)&quot; with &quot;cfg(doctest)&quot; for readme testing</li>
<li>See full diff in <a href="https://github.com/BurntSushi/termcolor/compare/1.1.0...1.1.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=termcolor&package-manager=cargo&previous-version=1.1.0&new-version=1.1.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-02 23:37:51 -04:00
bors-servo
233a7a07f8
Auto merge of #28790 - servo:dependabot/cargo/memoffset-0.6.5, r=jdm
Bump memoffset from 0.6.1 to 0.6.5

Bumps [memoffset](https://github.com/Gilnaa/memoffset) from 0.6.1 to 0.6.5.
<details>
<summary>Commits</summary>
<ul>
<li><a href="01e2e42ef0"><code>01e2e42</code></a> v0.6.5</li>
<li><a href="fd81a21866"><code>fd81a21</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Gilnaa/memoffset/issues/63">#63</a> from yvt/fix-nightly</li>
<li><a href="42483952ce"><code>4248395</code></a> Remove <code>#![feature(const_raw_ptr_deref)]</code></li>
<li><a href="4c71bed98d"><code>4c71bed</code></a> Remove <code>#![feature(const_maybe_uninit_as_ptr)]</code></li>
<li><a href="b14262b1b3"><code>b14262b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Gilnaa/memoffset/issues/62">#62</a> from matklad/idioms</li>
<li><a href="d41cc25cd7"><code>d41cc25</code></a> only doctest on modern Rust</li>
<li><a href="db56a2d8ce"><code>db56a2d</code></a> Modernize doc examples to use idiomatic Rust</li>
<li><a href="1645cddf2e"><code>1645cdd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Gilnaa/memoffset/issues/61">#61</a> from atouchet/badge</li>
<li><a href="61524a3fbf"><code>61524a3</code></a> Fix crates.io badge</li>
<li><a href="32aa69d018"><code>32aa69d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Gilnaa/memoffset/issues/60">#60</a> from RalfJung/ci</li>
<li>Additional commits viewable in <a href="https://github.com/Gilnaa/memoffset/compare/v0.6.1...v0.6.5">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=memoffset&package-manager=cargo&previous-version=0.6.1&new-version=0.6.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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)

</details>
2022-04-02 20:54:00 -04:00
dependabot[bot]
b0b89aec3b
Bump libz-sys from 1.1.2 to 1.1.5
Bumps [libz-sys](https://github.com/rust-lang/libz-sys) from 1.1.2 to 1.1.5.
- [Release notes](https://github.com/rust-lang/libz-sys/releases)
- [Commits](https://github.com/rust-lang/libz-sys/compare/1.1.2...1.1.5)

---
updated-dependencies:
- dependency-name: libz-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 23:39:21 +00:00
dependabot[bot]
4a861c2809
Bump memoffset from 0.6.1 to 0.6.5
Bumps [memoffset](https://github.com/Gilnaa/memoffset) from 0.6.1 to 0.6.5.
- [Release notes](https://github.com/Gilnaa/memoffset/releases)
- [Commits](https://github.com/Gilnaa/memoffset/compare/v0.6.1...v0.6.5)

---
updated-dependencies:
- dependency-name: memoffset
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 23:38:11 +00:00
dependabot[bot]
8c1a38f080
Bump x11-dl from 2.18.5 to 2.19.1
Bumps [x11-dl](https://github.com/AltF02/x11-rs) from 2.18.5 to 2.19.1.
- [Release notes](https://github.com/AltF02/x11-rs/releases)
- [Changelog](https://github.com/AltF02/x11-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/AltF02/x11-rs/commits/v2.19.1)

---
updated-dependencies:
- dependency-name: x11-dl
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 23:37:55 +00:00
dependabot[bot]
e7e7fc85c2
Bump linked_hash_set from 0.1.3 to 0.1.4
Bumps [linked_hash_set](https://github.com/alexheretic/linked-hash-set) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/alexheretic/linked-hash-set/releases)
- [Changelog](https://github.com/alexheretic/linked-hash-set/blob/master/release)
- [Commits](https://github.com/alexheretic/linked-hash-set/compare/0.1.3...0.1.4)

---
updated-dependencies:
- dependency-name: linked_hash_set
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 23:37:26 +00:00
dependabot[bot]
fc75991bc2
Bump termcolor from 1.1.0 to 1.1.3
Bumps [termcolor](https://github.com/BurntSushi/termcolor) from 1.1.0 to 1.1.3.
- [Release notes](https://github.com/BurntSushi/termcolor/releases)
- [Commits](https://github.com/BurntSushi/termcolor/compare/1.1.0...1.1.3)

---
updated-dependencies:
- dependency-name: termcolor
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 23:36:46 +00:00
dependabot[bot]
d47eed9e8b
Bump url from 2.2.0 to 2.2.2
Bumps [url](https://github.com/servo/rust-url) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.2.0...v2.2.2)

---
updated-dependencies:
- dependency-name: url
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-02 23:36:28 +00:00
bors-servo
ce73d8f2b0
Auto merge of #28778 - servo:update-gif, r=jdm
Update various dependencies.

Closes #28773. Closes #28476. Closes #28479. Closes #28518. Closes #28516.
2022-04-02 17:12:21 -04:00
Josh Matthews
4b0e2ce485 Format. 2022-04-02 15:10:47 -04:00
bors-servo
5bdbb16d19
Auto merge of #28782 - servo:jdm-patch-30, r=jdm
Upload logs when test failures occur.

This will make it easier to update WPT metadata.
2022-04-02 09:28:27 -04:00