diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2019-09-11 06:55:40 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2019-09-11 06:55:40 -0700 |
| commit | b88bcf0f9dd2eab02448d623182e67f69681c6e4 (patch) | |
| tree | 4fc4332416853aae88b84e24f793fba0fc70899d | |
| parent | 74d5c70b174f06843049af2d764ff57ddc81c81c (diff) | |
| download | rust-b88bcf0f9dd2eab02448d623182e67f69681c6e4.tar.gz rust-b88bcf0f9dd2eab02448d623182e67f69681c6e4.zip | |
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 27ee3814609..179d2f509fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2174,9 +2174,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", ] |
