From 331ecc96b9203a2d46aafa32dd7ea694fb59f182 Mon Sep 17 00:00:00 2001 From: Saurav Sachidanand Date: Sat, 26 Mar 2016 20:35:07 +0530 Subject: [PATCH] Use bitflags 0.5 --- openssl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 3275c2ae19..71356fcf74 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -29,7 +29,7 @@ pkcs5_pbkdf2_hmac = ["openssl-sys/pkcs5_pbkdf2_hmac"] nightly = [] [dependencies] -bitflags = ">= 0.2, < 0.4" +bitflags = "0.5" lazy_static = "0.1" libc = "0.2" openssl-sys = { version = "0.7.5", path = "../openssl-sys" }