Skip to content

Commit 86df2f6

Browse files
authored
Rollup merge of #66241 - lzutao:ssl, r=alexcrichton
bump openssl version Fixes #65808 This PR updates `openssl` and `openssl-sys` to support newer versions of `libressl` in `rust` builds.
2 parents e7d2fa4 + e6d72c3 commit 86df2f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2252,9 +2252,9 @@ dependencies = [
22522252

22532253
[[package]]
22542254
name = "openssl"
2255-
version = "0.10.16"
2255+
version = "0.10.25"
22562256
source = "registry+https://github.com/rust-lang/crates.io-index"
2257-
checksum = "ec7bd7ca4cce6dbdc77e7c1230682740d307d1218a87fb0349a571272be749f9"
2257+
checksum = "2f372b2b53ce10fb823a337aaa674e3a7d072b957c6264d0f4ff0bd86e657449"
22582258
dependencies = [
22592259
"bitflags",
22602260
"cfg-if",
@@ -2281,15 +2281,15 @@ dependencies = [
22812281

22822282
[[package]]
22832283
name = "openssl-sys"
2284-
version = "0.9.43"
2284+
version = "0.9.52"
22852285
source = "registry+https://github.com/rust-lang/crates.io-index"
2286-
checksum = "33c86834957dd5b915623e94f2f4ab2c70dd8f6b70679824155d5ae21dbd495d"
2286+
checksum = "c977d08e1312e2f7e4b86f9ebaa0ed3b19d1daff75fae88bbb88108afbd801fc"
22872287
dependencies = [
2288+
"autocfg",
22882289
"cc",
22892290
"libc",
22902291
"openssl-src",
22912292
"pkg-config",
2292-
"rustc_version",
22932293
"vcpkg",
22942294
]
22952295

0 commit comments

Comments
 (0)