diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-09-17 03:08:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-17 03:08:35 +0200 |
| commit | aeb32f01b674e383d240b3a173d6d9bc29c7a6ad (patch) | |
| tree | 4d467b96a42d33ee6fa54127aebfb11ccb280689 | |
| parent | 3edc644751a57e2f3c34f2bf2ec9d898c2eda492 (diff) | |
| parent | b88bcf0f9dd2eab02448d623182e67f69681c6e4 (diff) | |
| download | rust-aeb32f01b674e383d240b3a173d6d9bc29c7a6ad.tar.gz rust-aeb32f01b674e383d240b3a173d6d9bc29c7a6ad.zip | |
Rollup merge of #64380 - alexcrichton:update-openssl, r=Mark-Simulacrum
Update bundled OpenSSL to 1.1.1d Brings in a few minor security fixes to the distributed Cargo/etc.
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 0fe31384274..b717460e5d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2182,9 +2182,9 @@ checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" [[package]] name = "openssl-src" -version = "111.3.0+1.1.1c" +version = "111.6.0+1.1.1d" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53ed5f31d294bdf5f7a4ba0a206c2754b0f60e9a63b7e3076babc5317873c797" +checksum = "b9c2da1de8a7a3f860919c01540b03a6db16de042405a8a07a5e9d0b4b825d9c" dependencies = [ "cc", ] |
