From 669b21b2f66359055c84e49f44b521a15a5e7fea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Dec 2020 06:55:12 +0000 Subject: [PATCH] Bump openssl-sys from 0.9.59 to 0.9.60 Bumps [openssl-sys](https://github.com/sfackler/rust-openssl) from 0.9.59 to 0.9.60. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.59...openssl-sys-v0.9.60) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c51b50d..e657b25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2118,9 +2118,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.59" +version = "0.9.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de52d8eabd217311538a39bba130d7dea1f1e118010fee7a033d966845e7d5fe" +checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6" dependencies = [ "autocfg", "cc", diff --git a/Cargo.toml b/Cargo.toml index 76b1b46..887ceb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ deadpool = "0.6.0" shellexpand = "2.1" lazy_static = "1.1" wiremock = "0.3.0" -openssl-sys = "0.9.59" +openssl-sys = "0.9.60" serde_json = "1.0.60" [dependencies.reqwest]