Skip to content

Commit 8ec87eb

Browse files
authored
chore(deps): Remove openssl-sys patch (vectordotdev#18495)
As `0.9.93` switches to OpenSSL `300.1.2`. Also switch to upstream for `openssl-src` since the PR we needed was merged in there (just unreleased). Signed-off-by: Jesse Szwedko <[email protected]>
1 parent c150b14 commit 8ec87eb

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

Cargo.lock

+8-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-6
Original file line numberDiff line numberDiff line change
@@ -388,12 +388,8 @@ nix = { git = "https://github.com/vectordotdev/nix.git", branch = "memfd/gnu/mus
388388
# The `heim` crates depend on `ntapi` 0.3.7 on Windows, but that version has an
389389
# unaligned access bug fixed in the following revision.
390390
ntapi = { git = "https://github.com/MSxDOS/ntapi.git", rev = "24fc1e47677fc9f6e38e5f154e6011dc9b270da6" }
391-
# The current `openssl-sys` crate will vendor the OpenSSL sources via
392-
# `openssl-src` at version 1.1.1*, but we want version 3.1.*. Bring in forked
393-
# version of that crate with the appropriate dependency patched in.
394-
openssl-sys = { git = "https://github.com/vectordotdev/rust-openssl", tag = "openssl-sys-v0.9.92_3.0.0" }
395-
openssl-src = { git = "https://github.com/vectordotdev/openssl-src-rs", tag = "release-300-force-engine_3.1.2" }
396-
391+
# 300.1.3+3.1.2 + a commit that re-adds force-engine flag. Can be removed after next release of openssl-src.
392+
openssl-src = { git = "https://github.com/alexcrichton/openssl-src-rs", ref = "26dc3c81d8ebee5f7ec40835e29bf9f37e648ab2" }
397393

398394
[features]
399395
# Default features for *-unknown-linux-gnu and *-apple-darwin

0 commit comments

Comments
 (0)