Skip to content

Commit df31681

Browse files
committed
chore: bump openssl to v3
1 parent 4cde6f8 commit df31681

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ libloading = "0.8.6"
6969
memchr = "2.7.4"
7070
miow = "0.6.0"
7171
opener = "0.7.2"
72-
openssl = "=0.10.57" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
73-
openssl-sys = "=0.9.92" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
72+
openssl = "0.10.57"
73+
openssl-sys = "0.9.92"
7474
os_info = { version = "3.10.0", default-features = false }
7575
pasetors = { version = "0.7.2", features = ["v3", "paserk", "std", "serde"] }
7676
pathdiff = "0.2.3"
@@ -234,7 +234,6 @@ cargo-credential-macos-keychain.workspace = true
234234

235235
[target.'cfg(not(windows))'.dependencies]
236236
openssl = { workspace = true, optional = true }
237-
openssl-sys = { workspace = true, optional = true } # HACK: for pinning to openssl v1.
238237

239238
[target.'cfg(windows)'.dependencies]
240239
cargo-credential-wincred.workspace = true

0 commit comments

Comments
 (0)