From 1c672b4abf73ec907f4f4fbc7de56387a766576e Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sun, 23 Oct 2022 01:53:42 +0000 Subject: [PATCH] Bump openssl-sys from 0.9.76 to 0.9.77 --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf3e5b2..2a8f7d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1233,7 +1233,7 @@ checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1" [[package]] name = "openssl" version = "0.10.42" -source = "git+https://github.com/lifegpc/rust-openssl#bbabb92c382f042b6719a523a63b2ce0ed5bb827" +source = "git+https://github.com/lifegpc/rust-openssl#81822205fac1e05b09c14f098003288155ebfe57" dependencies = [ "bitflags", "cfg-if", @@ -1247,7 +1247,7 @@ dependencies = [ [[package]] name = "openssl-macros" version = "0.1.0" -source = "git+https://github.com/lifegpc/rust-openssl#bbabb92c382f042b6719a523a63b2ce0ed5bb827" +source = "git+https://github.com/lifegpc/rust-openssl#81822205fac1e05b09c14f098003288155ebfe57" dependencies = [ "proc-macro2", "quote", @@ -1262,8 +1262,8 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-sys" -version = "0.9.76" -source = "git+https://github.com/lifegpc/rust-openssl#bbabb92c382f042b6719a523a63b2ce0ed5bb827" +version = "0.9.77" +source = "git+https://github.com/lifegpc/rust-openssl#81822205fac1e05b09c14f098003288155ebfe57" dependencies = [ "autocfg", "cc",