Auto merge of #26702 - servo:dependabot/cargo/openssl-sys-0.9.57, r=jdm

Bump openssl-sys from 0.9.55 to 0.9.57

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

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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

</details>
This commit is contained in:
bors-servo 2020-05-29 08:57:52 -04:00 committed by GitHub
commit b97ee0aa0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -3849,9 +3849,9 @@ dependencies = [
[[package]]
name = "openssl-sys"
version = "0.9.55"
version = "0.9.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7717097d810a0f2e2323f9e5d11e71608355e24828410b55b9d4f18aa5f9a5d8"
checksum = "7410fef80af8ac071d4f63755c0ab89ac3df0fd1ea91f1d1f37cf5cec4395990"
dependencies = [
"autocfg",
"cc",