Bump openssl from 0.10.52 to 0.10.55 in /collatz-risc0/tools/crates-validator #12

Open
dependabot[bot] wants to merge 1 commit from dependabot/cargo/collatz-risc0/tools/crates-validator/openssl-0.10.55 into main
dependabot[bot] commented 2023-06-24 22:52:25 -04:00 (Migrated from github.com)

Bumps openssl from 0.10.52 to 0.10.55.

Release notes

Sourced from openssl's releases.

openssl-v0.10.55

What's Changed

New Contributors

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.55

openssl-v0.10.54

What's Changed

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.53...openssl-v0.10.54

openssl-v0.10.53

What's Changed

New Contributors

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.53

Commits
  • d7dae6f Merge pull request #1970 from alex/bump-for-release
  • 983b9e2 Release openssl v0.10.55 and openssl-sys v0.9.89
  • 28b3925 Merge pull request #1966 from tesuji/tidy-old-msrv
  • f03a2dc Merge pull request #1968 from sfackler/empty-domain-segfault
  • 155b3dc Fix handling of empty host strings
  • 9784356 chore: simplify cfg attributes
  • 8ab3c3f update min-version passed to bindgen
  • 8587ff8 chore: use pre-existing clean APIs instead
  • b1e16e9 clippy: use strip_prefix instead of manually strip
  • fb5ae60 clippy: remove unused allow attributes
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.
Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.52 to 0.10.55. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sfackler/rust-openssl/releases">openssl's releases</a>.</em></p> <blockquote> <h2>openssl-v0.10.55</h2> <h2>What's Changed</h2> <ul> <li>Fix warnings from BoringSSL on Rust 1.70 by <a href="https://github.com/alex"><code>@​alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1948">sfackler/rust-openssl#1948</a></li> <li>Honor OPENSSL_NO_OCB if OpenSSL was built this way by <a href="https://github.com/davidben"><code>@​davidben</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1952">sfackler/rust-openssl#1952</a></li> <li>Fix some deprecated patterns when using BoringSSL by <a href="https://github.com/davidben"><code>@​davidben</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1945">sfackler/rust-openssl#1945</a></li> <li>add get_asn1_flag to EcGroupRef by <a href="https://github.com/reaperhulk"><code>@​reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1947">sfackler/rust-openssl#1947</a></li> <li>Fixed type mutability on asn1_flag by <a href="https://github.com/alex"><code>@​alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1954">sfackler/rust-openssl#1954</a></li> <li>allow affine_coordinates on boring and libre by <a href="https://github.com/reaperhulk"><code>@​reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1955">sfackler/rust-openssl#1955</a></li> <li>add support for EVP_PKEY_derive_set_peer_ex in OpenSSL 3 by <a href="https://github.com/reaperhulk"><code>@​reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1956">sfackler/rust-openssl#1956</a></li> <li>Use type-safe wrappers instead of EVP_PKEY_assign by <a href="https://github.com/davidben"><code>@​davidben</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1959">sfackler/rust-openssl#1959</a></li> <li>add Nid::SM2 and pkey Id::SM2 by <a href="https://github.com/zh-jq"><code>@​zh-jq</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1962">sfackler/rust-openssl#1962</a></li> <li>Fix handling of empty host strings by <a href="https://github.com/sfackler"><code>@​sfackler</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1968">sfackler/rust-openssl#1968</a></li> <li>Remove old codes that belows supported Rust version. by <a href="https://github.com/tesuji"><code>@​tesuji</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1966">sfackler/rust-openssl#1966</a></li> <li>Release openssl v0.10.55 and openssl-sys v0.9.89 by <a href="https://github.com/alex"><code>@​alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1970">sfackler/rust-openssl#1970</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/davidben"><code>@​davidben</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1952">sfackler/rust-openssl#1952</a></li> <li><a href="https://github.com/tesuji"><code>@​tesuji</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1966">sfackler/rust-openssl#1966</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.55">https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.54...openssl-v0.10.55</a></p> <h2>openssl-v0.10.54</h2> <h2>What's Changed</h2> <ul> <li>Remove converting PKCS#8 passphrase to CString by <a href="https://github.com/alex"><code>@​alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1941">sfackler/rust-openssl#1941</a></li> <li>Version bump for openssl v0.10.54 release by <a href="https://github.com/alex"><code>@​alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1942">sfackler/rust-openssl#1942</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.53...openssl-v0.10.54">https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.53...openssl-v0.10.54</a></p> <h2>openssl-v0.10.53</h2> <h2>What's Changed</h2> <ul> <li>Check for OPENSSL_NO_RC4 when using EVP_rc4 by <a href="https://github.com/oskirby"><code>@​oskirby</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1910">sfackler/rust-openssl#1910</a></li> <li>Fix link errors for X509_get0_authority_xxx methods on Ubuntu/bionic by <a href="https://github.com/oskirby"><code>@​oskirby</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1909">sfackler/rust-openssl#1909</a></li> <li>add X509::pathlen by <a href="https://github.com/zh-jq-b"><code>@​zh-jq-b</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1916">sfackler/rust-openssl#1916</a></li> <li>Add bindings to SSL_bytes_to_cipher_list by <a href="https://github.com/RoastVeg"><code>@​RoastVeg</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1921">sfackler/rust-openssl#1921</a></li> <li>Add boringssl hkdf derivation by <a href="https://github.com/AndrewScull"><code>@​AndrewScull</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1926">sfackler/rust-openssl#1926</a></li> <li>add other name support by <a href="https://github.com/huettner94"><code>@​huettner94</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1915">sfackler/rust-openssl#1915</a></li> <li>LibreSSL 3.8.0 by <a href="https://github.com/vishwin"><code>@​vishwin</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1935">sfackler/rust-openssl#1935</a></li> <li>add Dsa<!-- raw HTML omitted --> with some helper functions by <a href="https://github.com/reaperhulk"><code>@​reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1937">sfackler/rust-openssl#1937</a></li> <li>reimplement Dsa::generate in terms of generate_params/generate_key by <a href="https://github.com/reaperhulk"><code>@​reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1938">sfackler/rust-openssl#1938</a></li> <li>Added DER serialization for <code>DSAPrivateKey</code> by <a href="https://github.com/alex"><code>@​alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1939">sfackler/rust-openssl#1939</a></li> <li>version bump 0.9.88 and 0.10.53 by <a href="https://github.com/reaperhulk"><code>@​reaperhulk</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1940">sfackler/rust-openssl#1940</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/oskirby"><code>@​oskirby</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1910">sfackler/rust-openssl#1910</a></li> <li><a href="https://github.com/zh-jq-b"><code>@​zh-jq-b</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1916">sfackler/rust-openssl#1916</a></li> <li><a href="https://github.com/RoastVeg"><code>@​RoastVeg</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1921">sfackler/rust-openssl#1921</a></li> <li><a href="https://github.com/huettner94"><code>@​huettner94</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/1915">sfackler/rust-openssl#1915</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.53">https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.53</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sfackler/rust-openssl/commit/d7dae6fb45aca39ae9793be6365d92e870e0b8ee"><code>d7dae6f</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-openssl/issues/1970">#1970</a> from alex/bump-for-release</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/983b9e210ac27895a39e0ed11a407b7936192313"><code>983b9e2</code></a> Release openssl v0.10.55 and openssl-sys v0.9.89</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/28b3925a329967f3ce1d3a1a7be2db55b75dd5e6"><code>28b3925</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-openssl/issues/1966">#1966</a> from tesuji/tidy-old-msrv</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/f03a2dc8074ff87bf8502194d955f6d60c8fff65"><code>f03a2dc</code></a> Merge pull request <a href="https://redirect.github.com/sfackler/rust-openssl/issues/1968">#1968</a> from sfackler/empty-domain-segfault</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/155b3dc71700d2ff31651bbc99b991765a718c4e"><code>155b3dc</code></a> Fix handling of empty host strings</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/978435639b0e1a93a953a7f211216c33aaedc450"><code>9784356</code></a> chore: simplify cfg attributes</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/8ab3c3f3a8e6102b734d849132aaeb9728cec669"><code>8ab3c3f</code></a> update min-version passed to bindgen</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/8587ff88431fc9ef495eda1b5bcfab4d310ef3cd"><code>8587ff8</code></a> chore: use pre-existing clean APIs instead</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/b1e16e927622b8c044f88de802523dead0b0ec5e"><code>b1e16e9</code></a> clippy: use strip_prefix instead of manually strip</li> <li><a href="https://github.com/sfackler/rust-openssl/commit/fb5ae60cbb1dbbb2e34d47e113b25bc31f4acc37"><code>fb5ae60</code></a> clippy: remove unused allow attributes</li> <li>Additional commits viewable in <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.52...openssl-v0.10.55">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.52&new-version=0.10.55)](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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/orpheuslummis/Collaptz/network/alerts). </details>
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/cargo/collatz-risc0/tools/crates-validator/openssl-0.10.55:dependabot/cargo/collatz-risc0/tools/crates-validator/openssl-0.10.55
git switch dependabot/cargo/collatz-risc0/tools/crates-validator/openssl-0.10.55

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/cargo/collatz-risc0/tools/crates-validator/openssl-0.10.55
git switch dependabot/cargo/collatz-risc0/tools/crates-validator/openssl-0.10.55
git rebase main
git switch main
git merge --ff-only dependabot/cargo/collatz-risc0/tools/crates-validator/openssl-0.10.55
git switch dependabot/cargo/collatz-risc0/tools/crates-validator/openssl-0.10.55
git rebase main
git switch main
git merge --no-ff dependabot/cargo/collatz-risc0/tools/crates-validator/openssl-0.10.55
git switch main
git merge --squash dependabot/cargo/collatz-risc0/tools/crates-validator/openssl-0.10.55
git switch main
git merge --ff-only dependabot/cargo/collatz-risc0/tools/crates-validator/openssl-0.10.55
git switch main
git merge dependabot/cargo/collatz-risc0/tools/crates-validator/openssl-0.10.55
git push origin main
Sign in to join this conversation.
No description provided.