aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openssl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index 3e3c34de..6cba0100 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -24,7 +24,7 @@ path = "../openssl-sys"
version = "0.6.3"
[dependencies]
-bitflags = "0.2"
+bitflags = ">= 0.2, < 0.4"
lazy_static = "0.1"
libc = "0.1"