From ca1dca8fa0fe02fb8b75b1e0e32cdf888ad13a09 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 25 Dec 2020 10:39:42 +0000 Subject: [PATCH] Bump openssl from 0.10.30 to 0.10.32 Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.30 to 0.10.32. - [Release notes](https://github.com/sfackler/rust-openssl/releases) - [Commits](https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.30...openssl-v0.10.32) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 10 +++++----- pahi-olin/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9944be7..d351922 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,12 +739,12 @@ checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad" [[package]] name = "openssl" -version = "0.10.30" +version = "0.10.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4" +checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70" dependencies = [ "bitflags", - "cfg-if 0.1.10", + "cfg-if 1.0.0", "foreign-types", "lazy_static", "libc", @@ -753,9 +753,9 @@ dependencies = [ [[package]] name = "openssl-sys" -version = "0.9.58" +version = "0.9.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de" +checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6" dependencies = [ "autocfg 1.0.0", "cc", diff --git a/pahi-olin/Cargo.toml b/pahi-olin/Cargo.toml index ecfb34a..9e9bfd7 100644 --- a/pahi-olin/Cargo.toml +++ b/pahi-olin/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4" color-eyre = "0.5" num-derive = "0.3" num-traits = "0.2" -openssl = "0.10.30" +openssl = "0.10.32" rand = "0.7" thiserror = "1" url = "2"