Skip to content

Commit 26ca896

Browse files
committed
hack(deps): pin openssl-sys to 0.9.92
1 parent 06c30da commit 26ca896

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

Cargo.lock

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

Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ once_cell.workspace = true
6363
opener = "0.6.0"
6464
# `openssl` is used by `curl` or `reqwest` backend although it isn't imported by rustup: this
6565
# allows controlling the vendoring status without exposing the presence of the download crate.
66-
openssl = { version = "0.10", optional = true }
66+
# HACK: We temporarily pin the OpenSSL version due to build issues encountered in
67+
# https://github.com/rust-lang/rustup/pull/3668.
68+
openssl = { version = "=0.10.57", optional = true }
69+
openssl-src = { version = "=111.28.1", optional = true }
70+
openssl-sys = { version = "=0.9.92", optional = true }
6771
opentelemetry = { workspace = true, optional = true }
6872
opentelemetry_sdk = { workspace = true, optional = true }
6973
opentelemetry-otlp = { workspace = true, optional = true }

0 commit comments

Comments
 (0)