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

chore(deps): bump openssl-sys from 0.9.76 to 0.9.77

Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.76 to 0.9.77.
<details>
<summary>Commits</summary>
<ul>
<li><a href="bbdcaf7c69"><code>bbdcaf7</code></a> Release openssl-sys v0.9.77</li>
<li><a href="f0c6425750"><code>f0c6425</code></a> Remove boringssl master builds</li>
<li><a href="c6da8f75f4"><code>c6da8f7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1706">#1706</a> from FreeMasen/feat/skip_init_feature</li>
<li><a href="4b8d11090d"><code>4b8d110</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/sfackler/rust-openssl/issues/1705">#1705</a> from vishwin/master</li>
<li><a href="56ef65a7ba"><code>56ef65a</code></a> CI: remove EOLed LibreSSL 3.4</li>
<li><a href="6e5551a1de"><code>6e5551a</code></a> add assume_init fn to openssl_sys</li>
<li><a href="213de3ce72"><code>213de3c</code></a> Ignore two PKCS#7 tests on LibreSSL 3.6.0 only, re-enable for 3.6.1</li>
<li><a href="85de37e6fe"><code>85de37e</code></a> Limit max LibreSSL to 3.6.0, as the 3.6 series is still in development</li>
<li><a href="62cd28ef9a"><code>62cd28e</code></a> CI: update bindgen-enabled LibreSSL targets too</li>
<li><a href="99dade1334"><code>99dade1</code></a> Latest LibreSSL on the 3.5.x branch is 3.5.3</li>
<li>Additional commits viewable in <a href="https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.76...openssl-sys-v0.9.77">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=openssl-sys&package-manager=cargo&previous-version=0.9.76&new-version=0.9.77)](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-10-24 21:47:47 -04:00 committed by GitHub
commit bd4c95ed77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -4488,9 +4488,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
version = "0.9.76"
version = "0.9.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5230151e44c0f05157effb743e8d517472843121cf9243e8b81393edb5acd9ce"
checksum = "b03b84c3b2d099b81f0953422b4d4ad58761589d0229b5506356afca05a3670a"
dependencies = [
"autocfg",
"cc",