From fc08ffa1fe6e29089dfc1c7eef4719e8be868f53 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 30 Nov 2017 17:41:58 +0100 Subject: [PATCH] bump lazy_static to 1 --- openssl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 3722dc8e..030d7bed 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -21,7 +21,7 @@ v110 = [] [dependencies] bitflags = "0.9" foreign-types = "0.3.1" -lazy_static = "0.2" +lazy_static = "1" libc = "0.2" openssl-sys = { version = "0.9.22", path = "../openssl-sys" }