aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorIgor Gnatenko <[email protected]>2017-11-30 17:41:58 +0100
committerGitHub <[email protected]>2017-11-30 17:41:58 +0100
commitfc08ffa1fe6e29089dfc1c7eef4719e8be868f53 (patch)
treeab9aed5e39931c2947fc88c54013d94c7181e260 /openssl
parentRelease openssl 0.9.22 (diff)
downloadrust-openssl-fc08ffa1fe6e29089dfc1c7eef4719e8be868f53.tar.xz
rust-openssl-fc08ffa1fe6e29089dfc1c7eef4719e8be868f53.zip
bump lazy_static to 1
Diffstat (limited to 'openssl')
-rw-r--r--openssl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }