Auto merge of #28430 - servo:dependabot/cargo/openssl-0.10.34, r=jdm

Bump openssl from 0.10.33 to 0.10.34

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.33 to 0.10.34.
<details>
<summary>Commits</summary>
<ul>
<li><a href="ffec25a7ee"><code>ffec25a</code></a> Release openssl v0.10.34</li>
<li><a href="f93a0eff55"><code>f93a0ef</code></a> Release openssl-sys v0.9.62</li>
<li><a href="11957f5413"><code>11957f5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1459">#1459</a> from vishwin/master</li>
<li><a href="ad3995dc15"><code>ad3995d</code></a> Re-enable SRTP tests in LibreSSL</li>
<li><a href="81a25321aa"><code>81a2532</code></a> LibreSSL 3.3.2 uses different values for SSL_OP_NO_DTLSv1{,_2}</li>
<li><a href="3d0bb3f463"><code>3d0bb3f</code></a> Expose DTLS support in LibreSSL 3.3.2</li>
<li><a href="a3b3ad16f6"><code>a3b3ad1</code></a> Add cfgs for LibreSSL 3.3.2</li>
<li><a href="ef515d7cbd"><code>ef515d7</code></a> Bump LibreSSL to 3.3.2</li>
<li><a href="127413a8ae"><code>127413a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1450">#1450</a> from puiterwijk/ec_coordinates</li>
<li><a href="93ed05cd36"><code>93ed05c</code></a> ec: Add EcKey affine_coordinates</li>
<li>Additional commits viewable in <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.33...openssl-v0.10.34">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openssl&package-manager=cargo&previous-version=0.10.33&new-version=0.10.34)](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>
This commit is contained in:
bors-servo 2021-05-29 11:16:47 -04:00 committed by GitHub
commit 88843b289d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated
View file

@ -4278,9 +4278,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "openssl"
version = "0.10.33"
version = "0.10.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a61075b62a23fef5a29815de7536d940aa35ce96d18ce0cc5076272db678a577"
checksum = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
@ -4298,9 +4298,9 @@ checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
[[package]]
name = "openssl-sys"
version = "0.9.61"
version = "0.9.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "313752393519e876837e09e1fa183ddef0be7735868dced3196f4472d536277f"
checksum = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98"
dependencies = [
"autocfg",
"cc",