From 5b9b4429f88a480df20253420d2ce57478354685 Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Mon, 12 Oct 2020 11:22:52 -0700 Subject: [PATCH] Update to cfg-if 1.0 --- openssl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 89c6f809..a54833d5 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -20,7 +20,7 @@ vendored = ['openssl-sys/vendored'] [dependencies] bitflags = "1.0" -cfg-if = "0.1" +cfg-if = "1.0" foreign-types = "0.3.1" lazy_static = "1" libc = "0.2"