chore: bump openssl to v3

This commit is contained in:
Weihang Lo 2025-02-25 11:43:04 -05:00
parent 4cde6f8129
commit df31681316
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7
2 changed files with 9 additions and 11 deletions

15
Cargo.lock generated
View File

@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[package]]
name = "adler2"
@ -351,7 +351,6 @@ dependencies = [
"memchr",
"opener",
"openssl",
"openssl-sys",
"os_info",
"pasetors",
"pathdiff",
@ -2793,9 +2792,9 @@ dependencies = [
[[package]]
name = "openssl"
version = "0.10.57"
version = "0.10.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
checksum = "5e14130c6a98cd258fdcb0fb6d744152343ff729cbfcb28c656a9d12b999fbcd"
dependencies = [
"bitflags",
"cfg-if",
@ -2825,18 +2824,18 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
[[package]]
name = "openssl-src"
version = "111.28.2+1.1.1w"
version = "300.4.2+3.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb1830e20a48a975ca898ca8c1d036a36c3c6c5cb7dabc1c216706587857920f"
checksum = "168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2"
dependencies = [
"cc",
]
[[package]]
name = "openssl-sys"
version = "0.9.92"
version = "0.9.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db7e971c2c2bba161b2d2fdf37080177eff520b3bc044787c7f1f5f9e78d869b"
checksum = "8bb61ea9811cc39e3c2069f40b8b8e2e70d8569b361f879786cc7ed48b777cdd"
dependencies = [
"cc",
"libc",

View File

@ -69,8 +69,8 @@ libloading = "0.8.6"
memchr = "2.7.4"
miow = "0.6.0"
opener = "0.7.2"
openssl = "=0.10.57" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
openssl-sys = "=0.9.92" # See rust-lang/cargo#13546 and openssl/openssl#23376 for pinning
openssl = "0.10.57"
openssl-sys = "0.9.92"
os_info = { version = "3.10.0", default-features = false }
pasetors = { version = "0.7.2", features = ["v3", "paserk", "std", "serde"] }
pathdiff = "0.2.3"
@ -234,7 +234,6 @@ cargo-credential-macos-keychain.workspace = true
[target.'cfg(not(windows))'.dependencies]
openssl = { workspace = true, optional = true }
openssl-sys = { workspace = true, optional = true } # HACK: for pinning to openssl v1.
[target.'cfg(windows)'.dependencies]
cargo-credential-wincred.workspace = true