Skip to content

Commit 16b37b5

Browse files
committed
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.
1 parent d3e2cec commit 16b37b5

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
@@ -1836,7 +1836,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
18361836

18371837
[[package]]
18381838
name = "openssl-src"
1839-
version = "111.1.0+1.1.1a"
1839+
version = "111.3.0+1.1.1c"
18401840
source = "registry+https://github.com/rust-lang/crates.io-index"
18411841
dependencies = [
18421842
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1849,7 +1849,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
18491849
dependencies = [
18501850
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
18511851
"libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)",
1852-
"openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)",
1852+
"openssl-src 111.3.0+1.1.1c (registry+https://github.com/rust-lang/crates.io-index)",
18531853
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
18541854
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
18551855
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -4398,7 +4398,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
43984398
"checksum opener 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "998c59e83d9474c01127a96e023b7a04bb061dd286bf8bb939d31dc8d31a7448"
43994399
"checksum openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "ec7bd7ca4cce6dbdc77e7c1230682740d307d1218a87fb0349a571272be749f9"
44004400
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
4401-
"checksum openssl-src 111.1.0+1.1.1a (registry+https://github.com/rust-lang/crates.io-index)" = "26bb632127731bf4ac49bf86a5dde12d2ca0918c2234fc39d79d4da2ccbc6da7"
4401+
"checksum openssl-src 111.3.0+1.1.1c (registry+https://github.com/rust-lang/crates.io-index)" = "53ed5f31d294bdf5f7a4ba0a206c2754b0f60e9a63b7e3076babc5317873c797"
44024402
"checksum openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)" = "33c86834957dd5b915623e94f2f4ab2c70dd8f6b70679824155d5ae21dbd495d"
44034403
"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
44044404
"checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"

0 commit comments

Comments
 (0)