Upgrade rust-openssl to 0.10.78#85
Open
aminvakil wants to merge 1 commit intoMygod:mainfrom
Open
Conversation
Upgrade the Rust openssl crate to 0.10.78 and align the optional openssl-sys dependency with 0.9.114. This picks up the rust-openssl security fixes released in openssl-v0.10.78, including fixes for CVE-2026-41676, CVE-2026-41677, CVE-2026-41678, CVE-2026-41681, and CVE-2026-41898. Security references: - https://github.com/rust-openssl/rust-openssl/releases/tag/openssl-v0.10.78 - https://seclists.org/oss-sec/2026/q2/214 - GHSA-pqf5-4pqq-29f5 - GHSA-xmgf-hq76-4vx2 - GHSA-8c75-8mhr-p7r9 - GHSA-ghm9-cr32-g9qj - GHSA-hppc-g8h3-xhp3
e3fe295 to
e971186
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade the Rust openssl crate to 0.10.78 and align the optional openssl-sys dependency with 0.9.114.
This picks up the rust-openssl security fixes released in openssl-v0.10.78, including fixes for CVE-2026-41676, CVE-2026-41677, CVE-2026-41678, CVE-2026-41681, and CVE-2026-41898.
Security references:
I have ran
cargo testand all tests pass.