mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Auto merge of #29508 - servo:dependabot/cargo/openssl-sys-0.9.81, r=mukilan
Bump openssl-sys from 0.9.80 to 0.9.81 Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.80 to 0.9.81. <details> <summary>Commits</summary> <ul> <li><a href="54329d7cbd
"><code>54329d7</code></a> Release openssl-sys v0.9.81</li> <li><a href="53116f811c
"><code>53116f8</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-openssl/issues/1831">#1831</a> from alex/boring-bindgen</li> <li><a href="71acbdfaa4
"><code>71acbdf</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-openssl/issues/1844">#1844</a> from sfackler/revert-1829-1827_dTLSv1_2_support</li> <li><a href="4a630b78a7
"><code>4a630b7</code></a> Revert "Add DTLS 1.2 support in newer releases of SSL libs."</li> <li><a href="611563314b
"><code>6115633</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-openssl/issues/1829">#1829</a> from dbodden-pesa/1827_dTLSv1_2_support</li> <li><a href="40eed05da5
"><code>40eed05</code></a> Fix formatting.</li> <li><a href="9eb1f1c132
"><code>9eb1f1c</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-openssl/issues/1842">#1842</a> from sfackler/sfackler-patch-1</li> <li><a href="ee3eaa325b
"><code>ee3eaa3</code></a> Move code per PR feedback.</li> <li><a href="b3b83c4ab2
"><code>b3b83c4</code></a> Bump CI to 3.1.0</li> <li><a href="65a75a818f
"><code>65a75a8</code></a> Added support for building boringssl with bindgen</li> <li>Additional commits viewable in <a href="https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.80...openssl-sys-v0.9.81">compare view</a></li> </ul> </details> <br /> [](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:
commit
fa23e88bbe
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4384,9 +4384,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|||
|
||||
[[package]]
|
||||
name = "openssl-sys"
|
||||
version = "0.9.80"
|
||||
version = "0.9.81"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
|
||||
checksum = "176be2629957c157240f68f61f2d0053ad3a4ecfdd9ebf1e6521d18d9635cf67"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"cc",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue