Commit graph

44542 commits

Author SHA1 Message Date
dependabot[bot]
0c08108ad7
Bump bytemuck from 1.9.0 to 1.9.1
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/Lokathor/bytemuck/releases)
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](https://github.com/Lokathor/bytemuck/compare/v1.9.0...v1.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-09 20:08:17 +00:00
bors-servo
1105a136ae
Auto merge of #28829 - servo:dependabot/cargo/unicode-script-0.5.4, r=jdm
Bump unicode-script from 0.5.2 to 0.5.4

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

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=unicode-script&package-manager=cargo&previous-version=0.5.2&new-version=0.5.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-09 06:12:20 -04:00
bors-servo
0481705bf3
Auto merge of #28828 - servo:dependabot/cargo/xcursor-0.3.4, r=jdm
Bump xcursor from 0.3.3 to 0.3.4

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

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xcursor&package-manager=cargo&previous-version=0.3.3&new-version=0.3.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-09 03:31:52 -04:00
bors-servo
c2a8cf38f4
Auto merge of #28826 - servo:dependabot/cargo/pkg-config-0.3.25, r=jdm
Bump pkg-config from 0.3.24 to 0.3.25

Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.24 to 0.3.25.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md">pkg-config's changelog</a>.</em></p>
<blockquote>
<h2>[0.3.25] - 2022-03-31</h2>
<h3>Added</h3>
<ul>
<li>Support for parsing <code>-Wl</code> linker arguments from the <code>Libs</code> lines and
passing them to the linker as well as making them available via
<code>Library::ld_args</code> (<a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/131">#131</a>).</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use SPDX license format and remove obsolete badge info (<a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/129">#129</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4246c5a3ef"><code>4246c5a</code></a> Release 0.3.25</li>
<li><a href="66404f9b49"><code>66404f9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/131">#131</a> from eulegang/master</li>
<li><a href="225a4a7f35"><code>225a4a7</code></a> Removing header include flags in linker args handler</li>
<li><a href="337d9a9177"><code>337d9a9</code></a> renaming ld_options -&gt; ld_args</li>
<li><a href="90b9291a5e"><code>90b9291</code></a> retriggering ci</li>
<li><a href="f5731f7a15"><code>f5731f7</code></a> Fixing matches! macro support</li>
<li><a href="dfebb0f72b"><code>dfebb0f</code></a> Ignoring already handled -Wl options, switching to comma split args</li>
<li><a href="55cc009638"><code>55cc009</code></a> Restructuring to support pass through ld options</li>
<li><a href="9465edd6a2"><code>9465edd</code></a> Adding rpath support</li>
<li><a href="d442626a84"><code>d442626</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/129">#129</a> from atouchet/crgo</li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/pkg-config-rs/compare/0.3.24...0.3.25">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pkg-config&package-manager=cargo&previous-version=0.3.24&new-version=0.3.25)](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-09 01:06:08 -04:00
dependabot[bot]
3ee22c21a9
Bump unicode-script from 0.5.2 to 0.5.4
Bumps [unicode-script](https://github.com/unicode-rs/unicode-script) from 0.5.2 to 0.5.4.
- [Release notes](https://github.com/unicode-rs/unicode-script/releases)
- [Commits](https://github.com/unicode-rs/unicode-script/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-09 02:42:27 +00:00
bors-servo
5643b58e88
Auto merge of #28825 - servo:dependabot/cargo/memchr-2.4.1, r=jdm
Bump memchr from 2.3.4 to 2.4.1

Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.3.4 to 2.4.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="8e1da98fee"><code>8e1da98</code></a> 2.4.1</li>
<li><a href="58f29ad851"><code>58f29ad</code></a> cargo: add metadata to build as a dep of libstd</li>
<li><a href="186ac04b6f"><code>186ac04</code></a> doc: fix a few typos</li>
<li><a href="cd0e652043"><code>cd0e652</code></a> doc: update repository URLs</li>
<li><a href="e42d0516cf"><code>e42d051</code></a> bench: add another benchmark run</li>
<li><a href="3d405e85a2"><code>3d405e8</code></a> bench: update to sliceslice 0.3.0</li>
<li><a href="22221da145"><code>22221da</code></a> bench: add sliceslice 'haystack' benchmark</li>
<li><a href="66aacfb0b3"><code>66aacfb</code></a> bench: drop regex from pretty output</li>
<li><a href="f6b88a0efb"><code>f6b88a0</code></a> bench: add another run</li>
<li><a href="f6a1a97bef"><code>f6a1a97</code></a> scripts: add script to generate frequency table</li>
<li>Additional commits viewable in <a href="https://github.com/BurntSushi/memchr/compare/2.3.4...2.4.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=memchr&package-manager=cargo&previous-version=2.3.4&new-version=2.4.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-08 22:39:37 -04:00
bors-servo
6b83273f37
Auto merge of #28824 - servo:dependabot/cargo/ppv-lite86-0.2.16, r=jdm
Bump ppv-lite86 from 0.2.10 to 0.2.16

Bumps [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) from 0.2.10 to 0.2.16.
<details>
<summary>Commits</summary>
<ul>
<li><a href="4b1e1d655d"><code>4b1e1d6</code></a> release ppv-lite86 0.2.16, BLAKE 0.4.1</li>
<li><a href="8e7c84e002"><code>8e7c84e</code></a> ppv-lite86: add interface needed for BLAKE</li>
<li><a href="34d00f5231"><code>34d00f5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cryptocorrosion/cryptocorrosion/issues/65">#65</a> from kazcw/cipher-0.3</li>
<li><a href="209a9fda91"><code>209a9fd</code></a> skein: cipher 0.2 -&gt; 0.3 (breaking)</li>
<li><a href="a60ca142a1"><code>a60ca14</code></a> threefish: cipher 0.2 -&gt; 0.3 (breaking)</li>
<li><a href="67225b9e5a"><code>67225b9</code></a> c2-chacha: cipher 0.2 -&gt; 0.3 (breaking)</li>
<li><a href="4cf46f5e1b"><code>4cf46f5</code></a> Github Action for clippy check</li>
<li><a href="a2e9baf66a"><code>a2e9baf</code></a> clippy</li>
<li><a href="f8d79d8000"><code>f8d79d8</code></a> GitHub Action for rustfmt check</li>
<li><a href="e9c9cebaa1"><code>e9c9ceb</code></a> cargo fmt</li>
<li>Additional commits viewable in <a href="https://github.com/cryptocorrosion/cryptocorrosion/compare/ppv-lite86-0.2.10...ppv-lite86-0.2.16">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ppv-lite86&package-manager=cargo&previous-version=0.2.10&new-version=0.2.16)](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-08 20:16:04 -04:00
dependabot[bot]
d793c611f7
Bump xcursor from 0.3.3 to 0.3.4
Bumps [xcursor](https://github.com/esposm03/xcursor-rs) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/esposm03/xcursor-rs/releases)
- [Commits](https://github.com/esposm03/xcursor-rs/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 18:14:09 +00:00
bors-servo
1eb6ff2290
Auto merge of #28821 - servo:dependabot/cargo/futf-0.1.5, r=jdm
Bump futf from 0.1.4 to 0.1.5

Bumps [futf](https://github.com/servo/futf) from 0.1.4 to 0.1.5.
<details>
<summary>Commits</summary>
<ul>
<li><a href="594e25bef5"><code>594e25b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/servo/futf/issues/12">#12</a> from xfix/update-new-debug-unreachable</li>
<li><a href="02a35f2c3b"><code>02a35f2</code></a> Bump to 0.1.5</li>
<li><a href="ce7b6331d8"><code>ce7b633</code></a> Bump new_debug_unreachable to 1.0.2</li>
<li><a href="3bb815d788"><code>3bb815d</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/futf/issues/10">#10</a> - mbrubeck:test, r=emilio</li>
<li><a href="989db3390e"><code>989db33</code></a> Remove obsolete <code>str_char</code> feature</li>
<li>See full diff in <a href="https://github.com/servo/futf/compare/v0.1.4...v0.1.5">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=futf&package-manager=cargo&previous-version=0.1.4&new-version=0.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-08 11:30:34 -04:00
dependabot[bot]
0145567f45
Bump pkg-config from 0.3.24 to 0.3.25
Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.24 to 0.3.25.
- [Release notes](https://github.com/rust-lang/pkg-config-rs/releases)
- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/pkg-config-rs/compare/0.3.24...0.3.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 14:30:42 +00:00
bors-servo
a24e4d7f80
Auto merge of #28822 - servo:dependabot/cargo/itoa-0.4.8, r=jdm
Bump itoa from 0.4.5 to 0.4.8

Bumps [itoa](https://github.com/dtolnay/itoa) from 0.4.5 to 0.4.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/itoa/releases">itoa's releases</a>.</em></p>
<blockquote>
<h2>0.4.8</h2>
<ul>
<li>Optimize performance of writing u128/i128 on 64bit system (<a href="https://github-redirect.dependabot.com/dtolnay/itoa/issues/27">#27</a>, thanks <a href="https://github.com/Kogia-sima"><code>@​Kogia-sima</code></a>!)</li>
</ul>
<h2>0.4.7</h2>
<ul>
<li>Documentation improvements</li>
</ul>
<h2>0.4.6</h2>
<ul>
<li>Documentation improvements</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="de247d6ac2"><code>de247d6</code></a> Release 0.4.8</li>
<li><a href="2886a30f1c"><code>2886a30</code></a> Merge pull request 27 from Kogia-sima/perf/optimize-udivmod</li>
<li><a href="3a4047df0d"><code>3a4047d</code></a> fix: Fix compilation error on 1.0.0</li>
<li><a href="51f3f12113"><code>51f3f12</code></a> perf: Optimize udivmod_1e19 function</li>
<li><a href="ac8183cdaf"><code>ac8183c</code></a> Fix catching clippy warnings as CI failures</li>
<li><a href="d00b37103f"><code>d00b371</code></a> Opt in to pedantic clippy lints</li>
<li><a href="4235341107"><code>4235341</code></a> Inform clippy of supported compiler version in clippy.toml</li>
<li><a href="cc8ab5800c"><code>cc8ab58</code></a> Run clippy linter in CI</li>
<li><a href="08c79b5e23"><code>08c79b5</code></a> Release 0.4.7</li>
<li><a href="65c797190c"><code>65c7971</code></a> Point Cargo.toml metadata documentation link to docs.rs</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/itoa/compare/0.4.5...0.4.8">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=itoa&package-manager=cargo&previous-version=0.4.5&new-version=0.4.8)](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-08 08:06:13 -04:00
dependabot[bot]
cc68d97d4d
Bump memchr from 2.3.4 to 2.4.1
Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.3.4 to 2.4.1.
- [Release notes](https://github.com/BurntSushi/memchr/releases)
- [Commits](https://github.com/BurntSushi/memchr/compare/2.3.4...2.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 09:43:08 +00:00
dependabot[bot]
7d495a2523
Bump ppv-lite86 from 0.2.10 to 0.2.16
Bumps [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) from 0.2.10 to 0.2.16.
- [Release notes](https://github.com/cryptocorrosion/cryptocorrosion/releases)
- [Commits](https://github.com/cryptocorrosion/cryptocorrosion/compare/ppv-lite86-0.2.10...ppv-lite86-0.2.16)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 07:11:00 +00:00
bors-servo
0eb745b0e2
Auto merge of #28820 - servo:dependabot/cargo/xml-rs-0.8.4, r=jdm
Bump xml-rs from 0.8.3 to 0.8.4

Bumps [xml-rs](https://github.com/netvl/xml-rs) from 0.8.3 to 0.8.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/netvl/xml-rs/blob/master/Changelog.md">xml-rs's changelog</a>.</em></p>
<blockquote>
<h2>Version 0.8.4</h2>
<ul>
<li>Fixed recognition of <code>?&gt;</code>, <code>]]&gt;</code> and <code>/&gt;</code> tokens as characters.</li>
<li>Fixed writer output operations to use <code>write_all</code> to ensure that the data
is written fully.</li>
<li>The document declaration is now written before any characters automatically.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9c82a76645"><code>9c82a76</code></a> Updated manifest and changelog</li>
<li><a href="fa0b431c72"><code>fa0b431</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/netvl/xml-rs/issues/201">#201</a> from crapStone/fix-typo</li>
<li><a href="773ddb97ec"><code>773ddb9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/netvl/xml-rs/issues/195">#195</a> from jdalberg/parsefix</li>
<li><a href="8ab3284dad"><code>8ab3284</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/netvl/xml-rs/issues/206">#206</a> from brackleian/master</li>
<li><a href="707a7d87d6"><code>707a7d8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/netvl/xml-rs/issues/205">#205</a> from ATiltedTree/fix-partial-writes</li>
<li><a href="1d4992f189"><code>1d4992f</code></a> Force XML document declaration to be output before characters</li>
<li><a href="4feadca275"><code>4feadca</code></a> fix: Make sure all bytes are written to the writer</li>
<li><a href="05c46aeca3"><code>05c46ae</code></a> fixed typo in docstring</li>
<li><a href="b9f16e2ea7"><code>b9f16e2</code></a> Added Token::EmptyTagEnd to the contains_char_data</li>
<li><a href="9b66b10f18"><code>9b66b10</code></a> Attempted to fix the parsing as characters of ]]&gt; and ?&gt;</li>
<li>See full diff in <a href="https://github.com/netvl/xml-rs/compare/0.8.3...0.8.4">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=xml-rs&package-manager=cargo&previous-version=0.8.3&new-version=0.8.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-08 03:08:01 -04:00
bors-servo
ebad0e88d4
Auto merge of #28819 - servo:dependabot/cargo/mime_guess-2.0.4, r=jdm
Bump mime_guess from 2.0.3 to 2.0.4

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

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mime_guess&package-manager=cargo&previous-version=2.0.3&new-version=2.0.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-08 00:27:30 -04:00
dependabot[bot]
a0ce4371e8
Bump itoa from 0.4.5 to 0.4.8
Bumps [itoa](https://github.com/dtolnay/itoa) from 0.4.5 to 0.4.8.
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](https://github.com/dtolnay/itoa/compare/0.4.5...0.4.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-08 01:46:07 +00:00
bors-servo
37f5d2673c
Auto merge of #28818 - servo:dependabot/cargo/instant-0.1.12, r=jdm
Bump instant from 0.1.9 to 0.1.12

Bumps [instant](https://github.com/sebcrozet/instant) from 0.1.9 to 0.1.12.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/sebcrozet/instant/blob/master/CHANGELOG.md">instant's changelog</a>.</em></p>
<blockquote>
<h1>v0.1.12</h1>
<h2>Added</h2>
<ul>
<li>Add <code>SystemTime</code> which works in both native and WASM environments.</li>
</ul>
<h2>Modified</h2>
<ul>
<li>The <code>now</code> function is always available now: there is no need to enable the <code>now</code> feature any more. The <code>now</code> feature
still exists (but doesn’t do anything) for backwards compatibility.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9a486adeee"><code>9a486ad</code></a> Release v0.1.12</li>
<li><a href="5792fe6436"><code>5792fe6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sebcrozet/instant/issues/41">#41</a> from probable-forks/remove-time-crate</li>
<li><a href="d90a340c91"><code>d90a340</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sebcrozet/instant/issues/42">#42</a> from wngr/systemtime</li>
<li><a href="7b058d469f"><code>7b058d4</code></a> Merge remote-tracking branch 'upstream/master' into systemtime</li>
<li><a href="3c3b848930"><code>3c3b848</code></a> Deprecated the <code>now</code> feature flag.</li>
<li><a href="de92ac1db8"><code>de92ac1</code></a> Eradicated dependency on obsolete <code>time</code> 0.2</li>
<li><a href="b79ce7ea09"><code>b79ce7e</code></a> Corrected README code snippets.</li>
<li><a href="bd46ccb577"><code>bd46ccb</code></a> use Date::now for SystemTime::now</li>
<li><a href="c59ec9068d"><code>c59ec90</code></a> Merge remote-tracking branch 'upstream/master' into systemtime</li>
<li><a href="858c708ad3"><code>858c708</code></a> Tidy</li>
<li>Additional commits viewable in <a href="https://github.com/sebcrozet/instant/compare/v0.1.9...v0.1.12">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=instant&package-manager=cargo&previous-version=0.1.9&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-07 21:42:40 -04:00
dependabot[bot]
58351ab23b
Bump futf from 0.1.4 to 0.1.5
Bumps [futf](https://github.com/servo/futf) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/servo/futf/releases)
- [Commits](https://github.com/servo/futf/compare/v0.1.4...v0.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 23:19:33 +00:00
bors-servo
1a5ef38069
Auto merge of #28816 - servo:dependabot/cargo/wayland-cursor-0.28.6, r=jdm
Bump wayland-cursor from 0.28.5 to 0.28.6

Bumps [wayland-cursor](https://github.com/smithay/wayland-rs) from 0.28.5 to 0.28.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md">wayland-cursor's changelog</a>.</em></p>
<blockquote>
<h2>0.28.6 -- 2021-06-29</h2>
<h4>Additions</h4>
<ul>
<li>[protocols] Update <code>wlr-protocols</code> to commit <code>d1598e82240d6e8ca57729495a94d4e11d222033</code>,
updating <code>wlr-layer-shell</code> to version 4.</li>
<li>[client] Added the possibility to handle attributes for <code>event_enum!</code> macro.</li>
<li>[server] Added the possibility to handle attributes for <code>request_enum!</code> macro.</li>
<li>[server] Added <code>PartialEq</code> implementation for <code>Client</code> structure.</li>
</ul>
<h4>Bugfixes</h4>
<ul>
<li>[client] Allow invocations of <code>event_enum!</code> without prior imports with <code>use</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c121575dfe"><code>c121575</code></a> v0.28.6</li>
<li><a href="e7ff5b24d3"><code>e7ff5b2</code></a> sys: use memoffset to avoid UB</li>
<li><a href="23a3e63fb3"><code>23a3e63</code></a> Add debug implementations</li>
<li><a href="3465ca7470"><code>3465ca7</code></a> Added <code>PartialEq</code> implementation for the <code>Client</code> structure. (<a href="https://github-redirect.dependabot.com/smithay/wayland-rs/issues/390">#390</a>)</li>
<li><a href="49484c2fc2"><code>49484c2</code></a> client: Fix not found macro (<a href="https://github-redirect.dependabot.com/smithay/wayland-rs/issues/388">#388</a>)</li>
<li><a href="e5914f5322"><code>e5914f5</code></a> Update wlr-protocols (<a href="https://github-redirect.dependabot.com/smithay/wayland-rs/issues/386">#386</a>)</li>
<li><a href="b77df04403"><code>b77df04</code></a> Added to <code>request_enum</code> and <code>event_enum</code> the possibility to handle attributes...</li>
<li><a href="b1c3d8a6b6"><code>b1c3d8a</code></a> ci: workaround a rustup bug in freebsd</li>
<li><a href="4c22016aac"><code>4c22016</code></a> Use a BufWriter in simple_window example</li>
<li><a href="e0b35a6f2b"><code>e0b35a6</code></a> client: fix simple_window example</li>
<li>Additional commits viewable in <a href="https://github.com/smithay/wayland-rs/compare/v0.28.5...v0.28.6">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wayland-cursor&package-manager=cargo&previous-version=0.28.5&new-version=0.28.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-07 19:16:37 -04:00
dependabot[bot]
1f6cbd4b03
Bump xml-rs from 0.8.3 to 0.8.4
Bumps [xml-rs](https://github.com/netvl/xml-rs) from 0.8.3 to 0.8.4.
- [Release notes](https://github.com/netvl/xml-rs/releases)
- [Changelog](https://github.com/netvl/xml-rs/blob/master/Changelog.md)
- [Commits](https://github.com/netvl/xml-rs/compare/0.8.3...0.8.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 21:27:06 +00:00
bors-servo
a83a605e05
Auto merge of #28817 - servo:dependabot/cargo/uluru-2.2.0, r=jdm
Bump uluru from 2.1.1 to 2.2.0

Bumps [uluru](https://github.com/servo/uluru) from 2.1.1 to 2.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/servo/uluru/releases">uluru's releases</a>.</em></p>
<blockquote>
<h2>v2.2.0</h2>
<ul>
<li>New <code>is_empty</code> method (<a href="https://github-redirect.dependabot.com/servo/uluru/issues/21">#21</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d38a7fc44c"><code>d38a7fc</code></a> Version 2.2.0</li>
<li><a href="f3c8a4c2c6"><code>f3c8a4c</code></a> Use Rust 2018 edition</li>
<li><a href="74b3bd73e3"><code>74b3bd7</code></a> Minor doc fixes</li>
<li><a href="69826fd2b4"><code>69826fd</code></a> Test both possible outcomes</li>
<li><a href="9d3ee51cdd"><code>9d3ee51</code></a> Use <code>cargo diet</code> to possibly reduce the crate size</li>
<li><a href="c9b40a6c42"><code>c9b40a6</code></a> Add a <code>len</code> test to test the <code>len</code> method</li>
<li><a href="0b8a5b939f"><code>0b8a5b9</code></a> The <code>empty</code> test now uses the <code>is_empty</code> method</li>
<li><a href="2ddae4740b"><code>2ddae47</code></a> Add the <code>is_empty</code> method</li>
<li>See full diff in <a href="https://github.com/servo/uluru/compare/v2.1.1...v2.2.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uluru&package-manager=cargo&previous-version=2.1.1&new-version=2.2.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-07 17:22:06 -04:00
bors-servo
c172e8da2d
Auto merge of #28813 - servo:dependabot/cargo/x11-2.19.1, r=jdm
Bump x11 from 2.18.2 to 2.19.1

Bumps [x11](https://github.com/AltF02/x11-rs) from 2.18.2 to 2.19.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/AltF02/x11-rs/releases">x11'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'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&package-manager=cargo&previous-version=2.18.2&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-07 15:22:26 -04:00
dependabot[bot]
1f88a2f906
Bump mime_guess from 2.0.3 to 2.0.4
Bumps [mime_guess](https://github.com/abonander/mime_guess) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/abonander/mime_guess/releases)
- [Commits](https://github.com/abonander/mime_guess/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 17:16:41 +00:00
dependabot[bot]
7808d4d310
Bump instant from 0.1.9 to 0.1.12
Bumps [instant](https://github.com/sebcrozet/instant) from 0.1.9 to 0.1.12.
- [Release notes](https://github.com/sebcrozet/instant/releases)
- [Changelog](https://github.com/sebcrozet/instant/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sebcrozet/instant/compare/v0.1.9...v0.1.12)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 16:13:21 +00:00
bors-servo
fef7e06275
Auto merge of #28815 - servo:dependabot/cargo/async-stream-0.3.3, r=jdm
Bump async-stream from 0.3.2 to 0.3.3

Bumps [async-stream](https://github.com/tokio-rs/async-stream) from 0.3.2 to 0.3.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/async-stream/releases">async-stream's releases</a>.</em></p>
<blockquote>
<h2>v0.3.3</h2>
<ul>
<li>Fix a bug where <code>yield</code> and <code>?</code> cannot be used on the same line (<a href="https://github-redirect.dependabot.com/tokio-rs/async-stream/issues/66">#66</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="e1373e4ded"><code>e1373e4</code></a> Prepare v0.3.3 release (<a href="https://github-redirect.dependabot.com/tokio-rs/async-stream/issues/70">#70</a>)</li>
<li><a href="e158fdc198"><code>e158fdc</code></a> Create GitHub release automatically (<a href="https://github-redirect.dependabot.com/tokio-rs/async-stream/issues/69">#69</a>)</li>
<li><a href="e1a6ae61d0"><code>e1a6ae6</code></a> Transform the inner expression of yield expressions (<a href="https://github-redirect.dependabot.com/tokio-rs/async-stream/issues/66">#66</a>)</li>
<li><a href="cb8a508ed3"><code>cb8a508</code></a> Fix CI failure (<a href="https://github-redirect.dependabot.com/tokio-rs/async-stream/issues/67">#67</a>)</li>
<li><a href="8bf33a6d2c"><code>8bf33a6</code></a> Clean up CI config (<a href="https://github-redirect.dependabot.com/tokio-rs/async-stream/issues/61">#61</a>)</li>
<li><a href="14acb0272e"><code>14acb02</code></a> Remove dependency on <code>syn/extra-traits</code> feature (<a href="https://github-redirect.dependabot.com/tokio-rs/async-stream/issues/59">#59</a>)</li>
<li>See full diff in <a href="https://github.com/tokio-rs/async-stream/compare/v0.3.2...v0.3.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-stream&package-manager=cargo&previous-version=0.3.2&new-version=0.3.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-07 11:10:38 -04:00
bors-servo
e7bddf7967
Auto merge of #28814 - servo:dependabot/cargo/autocfg-1.1.0, r=jdm
Bump autocfg from 1.0.1 to 1.1.0

Bumps [autocfg](https://github.com/cuviper/autocfg) from 1.0.1 to 1.1.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="2dc4819c4a"><code>2dc4819</code></a> Merge <a href="https://github-redirect.dependabot.com/cuviper/autocfg/issues/39">#39</a></li>
<li><a href="b6b3335d27"><code>b6b3335</code></a> Add more CI versions</li>
<li><a href="d9464a328d"><code>d9464a3</code></a> Release 1.1.0</li>
<li><a href="d7c4e7c975"><code>d7c4e7c</code></a> Use CARGO_ENCODED_RUSTFLAGS when it is set</li>
<li>See full diff in <a href="https://github.com/cuviper/autocfg/compare/1.0.1...1.1.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=autocfg&package-manager=cargo&previous-version=1.0.1&new-version=1.1.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-07 06:29:10 -04:00
dependabot[bot]
5c79c2782c
Bump uluru from 2.1.1 to 2.2.0
Bumps [uluru](https://github.com/servo/uluru) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/servo/uluru/releases)
- [Commits](https://github.com/servo/uluru/compare/v2.1.1...v2.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 08:13:55 +00:00
dependabot[bot]
642db759fc
Bump wayland-cursor from 0.28.5 to 0.28.6
Bumps [wayland-cursor](https://github.com/smithay/wayland-rs) from 0.28.5 to 0.28.6.
- [Release notes](https://github.com/smithay/wayland-rs/releases)
- [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md)
- [Commits](https://github.com/smithay/wayland-rs/compare/v0.28.5...v0.28.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 06:04:40 +00:00
bors-servo
bd432642f7
Auto merge of #28811 - servo:dependabot/cargo/openssl-probe-0.1.5, r=jdm
Bump openssl-probe from 0.1.4 to 0.1.5

Bumps [openssl-probe](https://github.com/alexcrichton/openssl-probe) from 0.1.4 to 0.1.5.
<details>
<summary>Commits</summary>
<ul>
<li><a href="db67c9e5b3"><code>db67c9e</code></a> Bump to 0.1.5</li>
<li><a href="11c5e39521"><code>11c5e39</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/openssl-probe/issues/22">#22</a> from jclulow/illumos</li>
<li><a href="8ef5654915"><code>8ef5654</code></a> illumos: find OmniOS and OpenIndiana CA bundle locations</li>
<li><a href="8953270eee"><code>8953270</code></a> create basic example to ease testing on new systems</li>
<li><a href="4a48569829"><code>4a48569</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/alexcrichton/openssl-probe/issues/21">#21</a> from messense/entware</li>
<li><a href="cc7a6b14ba"><code>cc7a6b1</code></a> Add cert directory for Entware</li>
<li>See full diff in <a href="https://github.com/alexcrichton/openssl-probe/compare/0.1.4...0.1.5">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openssl-probe&package-manager=cargo&previous-version=0.1.4&new-version=0.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-07 02:01:21 -04:00
dependabot[bot]
f3bc84bb6b
Bump async-stream from 0.3.2 to 0.3.3
Bumps [async-stream](https://github.com/tokio-rs/async-stream) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/tokio-rs/async-stream/releases)
- [Commits](https://github.com/tokio-rs/async-stream/compare/v0.3.2...v0.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-07 03:34:55 +00:00
bors-servo
e0197d8262
Auto merge of #28809 - servo:dependabot/cargo/ntapi-0.3.7, r=jdm
Bump ntapi from 0.3.6 to 0.3.7

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

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ntapi&package-manager=cargo&previous-version=0.3.6&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-06 23:31:58 -04:00
bors-servo
34326677cb
Auto merge of #28812 - servo:dependabot/cargo/wayland-client-0.28.6, r=jdm
Bump wayland-client from 0.28.5 to 0.28.6

Bumps [wayland-client](https://github.com/smithay/wayland-rs) from 0.28.5 to 0.28.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md">wayland-client's changelog</a>.</em></p>
<blockquote>
<h2>0.28.6 -- 2021-06-29</h2>
<h4>Additions</h4>
<ul>
<li>[protocols] Update <code>wlr-protocols</code> to commit <code>d1598e82240d6e8ca57729495a94d4e11d222033</code>,
updating <code>wlr-layer-shell</code> to version 4.</li>
<li>[client] Added the possibility to handle attributes for <code>event_enum!</code> macro.</li>
<li>[server] Added the possibility to handle attributes for <code>request_enum!</code> macro.</li>
<li>[server] Added <code>PartialEq</code> implementation for <code>Client</code> structure.</li>
</ul>
<h4>Bugfixes</h4>
<ul>
<li>[client] Allow invocations of <code>event_enum!</code> without prior imports with <code>use</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c121575dfe"><code>c121575</code></a> v0.28.6</li>
<li><a href="e7ff5b24d3"><code>e7ff5b2</code></a> sys: use memoffset to avoid UB</li>
<li><a href="23a3e63fb3"><code>23a3e63</code></a> Add debug implementations</li>
<li><a href="3465ca7470"><code>3465ca7</code></a> Added <code>PartialEq</code> implementation for the <code>Client</code> structure. (<a href="https://github-redirect.dependabot.com/smithay/wayland-rs/issues/390">#390</a>)</li>
<li><a href="49484c2fc2"><code>49484c2</code></a> client: Fix not found macro (<a href="https://github-redirect.dependabot.com/smithay/wayland-rs/issues/388">#388</a>)</li>
<li><a href="e5914f5322"><code>e5914f5</code></a> Update wlr-protocols (<a href="https://github-redirect.dependabot.com/smithay/wayland-rs/issues/386">#386</a>)</li>
<li><a href="b77df04403"><code>b77df04</code></a> Added to <code>request_enum</code> and <code>event_enum</code> the possibility to handle attributes...</li>
<li><a href="b1c3d8a6b6"><code>b1c3d8a</code></a> ci: workaround a rustup bug in freebsd</li>
<li><a href="4c22016aac"><code>4c22016</code></a> Use a BufWriter in simple_window example</li>
<li><a href="e0b35a6f2b"><code>e0b35a6</code></a> client: fix simple_window example</li>
<li>Additional commits viewable in <a href="https://github.com/smithay/wayland-rs/compare/v0.28.5...v0.28.6">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wayland-client&package-manager=cargo&previous-version=0.28.5&new-version=0.28.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-06 21:09:43 -04:00
dependabot[bot]
3ef0ca5e5e
Bump autocfg from 1.0.1 to 1.1.0
Bumps [autocfg](https://github.com/cuviper/autocfg) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/cuviper/autocfg/releases)
- [Commits](https://github.com/cuviper/autocfg/compare/1.0.1...1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 23:02:26 +00:00
bors-servo
8b23892551
Auto merge of #28810 - servo:dependabot/cargo/owning_ref-0.4.1, r=jdm
Bump owning_ref from 0.4.0 to 0.4.1

Bumps [owning_ref](https://github.com/Kimundi/owning-ref-rs) from 0.4.0 to 0.4.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Kimundi/owning-ref-rs/blob/master/CHANGELOG.md">owning_ref's changelog</a>.</em></p>
<blockquote>
<h2>[0.4.1] - 2020-02-27</h2>
<h3>Added</h3>
<ul>
<li><code>map_with_owner</code> (<a href="https://github-redirect.dependabot.com/Kimundi/owning-ref-rs/issues/51">#51</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use dyn for trait objects (<a href="https://github-redirect.dependabot.com/Kimundi/owning-ref-rs/issues/53">#53</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/Kimundi/owning-ref-rs/commits">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=owning_ref&package-manager=cargo&previous-version=0.4.0&new-version=0.4.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-06 16:30:23 -04:00
dependabot[bot]
0f1b32e4da
Bump x11 from 2.18.2 to 2.19.1
Bumps [x11](https://github.com/AltF02/x11-rs) from 2.18.2 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
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 16:15:34 +00:00
dependabot[bot]
966873a7bc
Bump wayland-client from 0.28.5 to 0.28.6
Bumps [wayland-client](https://github.com/smithay/wayland-rs) from 0.28.5 to 0.28.6.
- [Release notes](https://github.com/smithay/wayland-rs/releases)
- [Changelog](https://github.com/Smithay/wayland-rs/blob/master/historical_changelog.md)
- [Commits](https://github.com/smithay/wayland-rs/compare/v0.28.5...v0.28.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 16:15:09 +00:00
dependabot[bot]
ff26cb95fc
Bump openssl-probe from 0.1.4 to 0.1.5
Bumps [openssl-probe](https://github.com/alexcrichton/openssl-probe) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/alexcrichton/openssl-probe/releases)
- [Commits](https://github.com/alexcrichton/openssl-probe/compare/0.1.4...0.1.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 16:14:36 +00:00
dependabot[bot]
de2dbb0db9
Bump owning_ref from 0.4.0 to 0.4.1
Bumps [owning_ref](https://github.com/Kimundi/owning-ref-rs) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/Kimundi/owning-ref-rs/releases)
- [Changelog](https://github.com/Kimundi/owning-ref-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kimundi/owning-ref-rs/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 16:13:55 +00:00
dependabot[bot]
20f3b0aba1
Bump ntapi from 0.3.6 to 0.3.7
Bumps [ntapi](https://github.com/MSxDOS/ntapi) from 0.3.6 to 0.3.7.
- [Release notes](https://github.com/MSxDOS/ntapi/releases)
- [Commits](https://github.com/MSxDOS/ntapi/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 16:13:46 +00:00
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