Skip to content

Commit 7b0c97b

Browse files
renovate[bot]rami3l
andcommitted
fix(deps): update rust crate openssl-src to v300
Co-authored-by: rami3l <[email protected]>
1 parent 8f749e7 commit 7b0c97b

File tree

2 files changed

+7
-13
lines changed

2 files changed

+7
-13
lines changed

Cargo.lock

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

Cargo.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,7 @@ once_cell.workspace = true
6363
opener = "0.7.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-
# 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 }
66+
openssl = { version = "0.10", optional = true }
7167
opentelemetry = { workspace = true, optional = true }
7268
opentelemetry_sdk = { workspace = true, optional = true }
7369
opentelemetry-otlp = { workspace = true, optional = true }

0 commit comments

Comments
 (0)