Skip to content

Commit f4701e3

Browse files
Rollup merge of #155711 - heitbaum:openssl-4.0.x, r=mati865
bump curl-sys and openssl-sys to support OpenSSL 4.0.x The previously pinned versions of openssl-sys and curl-sys are not compatible with OpenSSL 4.0.x. - `curl-sys`: 0.4.84+curl-8.17.0 -> 0.4.87+curl-8.19.0 - `openssl-sys`: 0.9.111 -> 0.9.114 r? @mati865 @rustbot label +beta-nominated +stable-nominated
2 parents 2fdbc8b + be93271 commit f4701e3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -994,9 +994,9 @@ dependencies = [
994994

995995
[[package]]
996996
name = "curl-sys"
997-
version = "0.4.84+curl-8.17.0"
997+
version = "0.4.87+curl-8.19.0"
998998
source = "registry+https://github.com/rust-lang/crates.io-index"
999-
checksum = "abc4294dc41b882eaff37973c2ec3ae203d0091341ee68fbadd1d06e0c18a73b"
999+
checksum = "61a460380f0ef783703dcbe909107f39c162adeac050d73c850055118b5b6327"
10001000
dependencies = [
10011001
"cc",
10021002
"libc",
@@ -2728,9 +2728,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
27282728

27292729
[[package]]
27302730
name = "openssl-sys"
2731-
version = "0.9.111"
2731+
version = "0.9.114"
27322732
source = "registry+https://github.com/rust-lang/crates.io-index"
2733-
checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
2733+
checksum = "13ce1245cd07fcc4cfdb438f7507b0c7e4f3849a69fd84d52374c66d83741bb6"
27342734
dependencies = [
27352735
"cc",
27362736
"libc",

0 commit comments

Comments
 (0)