Skip to content

Commit e0e1f45

Browse files
committed
chore(deps): downgrade openssl-src to 300.5.4+3.5.4
1 parent 060f4bb commit e0e1f45

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ opener = "0.8.0"
6666
# `openssl` is used by `curl` or `reqwest` backend although it isn't imported by rustup: this
6767
# allows controlling the vendoring status without exposing the presence of the download crate.
6868
openssl = { version = "0.10", optional = true }
69+
# HACK: Temporarily pinned due to ppc64 ELFv1/v2 ABI issue in 300.5.5, to be
70+
# removed when <https://github.com/openssl/openssl/issues/29815> lands.
71+
openssl-src = { version = "=300.5.4", optional = true }
6972
opentelemetry = { version = "0.31", optional = true }
7073
opentelemetry-otlp = { version = "0.31", features = ["grpc-tonic"], optional = true }
7174
opentelemetry_sdk = { version = "0.31", features = ["rt-tokio"], optional = true }

0 commit comments

Comments
 (0)