Auto merge of #28794 - servo:dependabot/cargo/openssl-0.10.38, r=jdm

Bump openssl from 0.10.36 to 0.10.38

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

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

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

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

---

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

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>
This commit is contained in:
bors-servo 2022-04-04 20:06:33 -04:00 committed by GitHub
commit c0ca875053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated
View file

@ -4394,9 +4394,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]] [[package]]
name = "openssl" name = "openssl"
version = "0.10.36" version = "0.10.38"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d9facdb76fec0b73c406f125d44d86fdad818d66fef0531eec9233ca425ff4a" checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cfg-if 1.0.0", "cfg-if 1.0.0",
@ -4414,9 +4414,9 @@ checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
[[package]] [[package]]
name = "openssl-sys" name = "openssl-sys"
version = "0.9.67" version = "0.9.72"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69df2d8dfc6ce3aaf44b40dec6f487d5a886516cf6879c49e98e0710f310a058" checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"cc", "cc",