Skip to content

Commit a8f8c7c

Browse files
authoredJul 6, 2019
Rollup merge of rust-lang#62151 - alexcrichton:update-openssl, r=Mark-Simulacrum
Update linked OpenSSL version This bumps our linked OpenSSL version from 1.1.1a to 1.1.1c, picking up some various bug fixes and minor security issue fixes.
2 parents 481068a + 16b37b5 commit a8f8c7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Cargo.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
18351835

18361836
[[package]]
18371837
name = "openssl-src"
1838-
version = "111.1.0+1.1.1a"
1838+
version = "111.3.0+1.1.1c"
18391839
source = "registry+https://github.com/rust-lang/crates.io-index"
18401840
dependencies = [
18411841
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1848,7 +1848,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
18481848
dependencies = [
18491849
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
18501850
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
1851-
"openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)",
1851+
"openssl-src 111.3.0+1.1.1c (registry+https://github.com/rust-lang/crates.io-index)",
18521852
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
18531853
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
18541854
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -4384,7 +4384,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
43844384
"checksum opener 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "998c59e83d9474c01127a96e023b7a04bb061dd286bf8bb939d31dc8d31a7448"
43854385
"checksum openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "ec7bd7ca4cce6dbdc77e7c1230682740d307d1218a87fb0349a571272be749f9"
43864386
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
4387-
"checksum openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)" = "26bb632127731bf4ac49bf86a5dde12d2ca0918c2234fc39d79d4da2ccbc6da7"
4387+
"checksum openssl-src 111.3.0+1.1.1c (registry+https://github.com/rust-lang/crates.io-index)" = "53ed5f31d294bdf5f7a4ba0a206c2754b0f60e9a63b7e3076babc5317873c797"
43884388
"checksum openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)" = "33c86834957dd5b915623e94f2f4ab2c70dd8f6b70679824155d5ae21dbd495d"
43894389
"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
43904390
"checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"

0 commit comments

Comments
 (0)
Please sign in to comment.