Skip to content

Commit 2d7c8e9

Browse files
committed
Auto merge of #57263 - ishitatsuyuki:bump-openssl, r=sfackler
Upgrade openssl and openssl-sys Fix #57169
2 parents 3ad234f + 9740c5e commit 2d7c8e9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Cargo.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ dependencies = [
225225
"miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
226226
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
227227
"opener 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
228-
"openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)",
228+
"openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)",
229229
"pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
230230
"proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
231231
"rustc-workspace-hack 1.0.0",
@@ -583,7 +583,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
583583
dependencies = [
584584
"commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
585585
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
586-
"openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)",
586+
"openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)",
587587
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
588588
]
589589

@@ -596,7 +596,7 @@ dependencies = [
596596
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
597597
"libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
598598
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
599-
"openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
599+
"openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
600600
"schannel 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
601601
"socket2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
602602
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -611,7 +611,7 @@ dependencies = [
611611
"libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
612612
"libnghttp2-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
613613
"libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
614-
"openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
614+
"openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
615615
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
616616
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
617617
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -903,7 +903,7 @@ dependencies = [
903903
"libgit2-sys 0.7.11 (registry+https://github.com/rust-lang/crates.io-index)",
904904
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
905905
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
906-
"openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
906+
"openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
907907
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
908908
]
909909

@@ -1165,7 +1165,7 @@ dependencies = [
11651165
"libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
11661166
"libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
11671167
"libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1168-
"openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
1168+
"openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
11691169
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
11701170
]
11711171

@@ -1186,7 +1186,7 @@ dependencies = [
11861186
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
11871187
"libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
11881188
"libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
1189-
"openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
1189+
"openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
11901190
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
11911191
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
11921192
]
@@ -1452,15 +1452,15 @@ dependencies = [
14521452

14531453
[[package]]
14541454
name = "openssl"
1455-
version = "0.10.15"
1455+
version = "0.10.16"
14561456
source = "registry+https://github.com/rust-lang/crates.io-index"
14571457
dependencies = [
14581458
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
14591459
"cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
14601460
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
14611461
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
14621462
"libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)",
1463-
"openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)",
1463+
"openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)",
14641464
]
14651465

14661466
[[package]]
@@ -1478,7 +1478,7 @@ dependencies = [
14781478

14791479
[[package]]
14801480
name = "openssl-sys"
1481-
version = "0.9.39"
1481+
version = "0.9.40"
14821482
source = "registry+https://github.com/rust-lang/crates.io-index"
14831483
dependencies = [
14841484
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1812,7 +1812,7 @@ name = "rand_chacha"
18121812
version = "0.1.0"
18131813
source = "registry+https://github.com/rust-lang/crates.io-index"
18141814
dependencies = [
1815-
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1815+
"rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
18161816
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
18171817
]
18181818

@@ -1834,7 +1834,7 @@ name = "rand_hc"
18341834
version = "0.1.0"
18351835
source = "registry+https://github.com/rust-lang/crates.io-index"
18361836
dependencies = [
1837-
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1837+
"rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
18381838
]
18391839

18401840
[[package]]
@@ -1859,7 +1859,7 @@ name = "rand_xorshift"
18591859
version = "0.1.0"
18601860
source = "registry+https://github.com/rust-lang/crates.io-index"
18611861
dependencies = [
1862-
"rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
1862+
"rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
18631863
]
18641864

18651865
[[package]]
@@ -3520,10 +3520,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
35203520
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
35213521
"checksum open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
35223522
"checksum opener 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "04b1d6b086d9b3009550f9b6f81b10ad9428cf14f404b8e1a3a06f6f012c8ec9"
3523-
"checksum openssl 0.10.15 (registry+https://github.com/rust-lang/crates.io-index)" = "5e1309181cdcbdb51bc3b6bedb33dfac2a83b3d585033d3f6d9e22e8c1928613"
3523+
"checksum openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "ec7bd7ca4cce6dbdc77e7c1230682740d307d1218a87fb0349a571272be749f9"
35243524
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
35253525
"checksum openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)" = "26bb632127731bf4ac49bf86a5dde12d2ca0918c2234fc39d79d4da2ccbc6da7"
3526-
"checksum openssl-sys 0.9.39 (registry+https://github.com/rust-lang/crates.io-index)" = "278c1ad40a89aa1e741a1eed089a2f60b18fab8089c3139b542140fc7d674106"
3526+
"checksum openssl-sys 0.9.40 (registry+https://github.com/rust-lang/crates.io-index)" = "1bb974e77de925ef426b6bc82fce15fd45bdcbeb5728bffcfc7cdeeb7ce1c2d6"
35273527
"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
35283528
"checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
35293529
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"

0 commit comments

Comments
 (0)