diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index b69dc0747646e5c83226664b3345de32ee75abb8..3f5a4388ea58d90e2f798afe63ba267bae495472 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.5.0, < 0.7.0" +bitflags = ">= 0.5.0, < 0.8.0" lazy_static = "0.2" libc = "0.2" openssl-sys = { version = "0.7.11", path = "../openssl-sys" }