aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Gnatenko <[email protected]>2017-04-03 23:04:23 +0200
committerGitHub <[email protected]>2017-04-03 23:04:23 +0200
commitaf25627fdfc203b251aab330d4c8eb96e4452b21 (patch)
treeadec48ece19fad4c8404d57a78e63543f042e133
parentMerge pull request #608 from BusyJay/master (diff)
downloadrust-openssl-af25627fdfc203b251aab330d4c8eb96e4452b21.tar.xz
rust-openssl-af25627fdfc203b251aab330d4c8eb96e4452b21.zip
bump bitflags to 0.8
-rw-r--r--openssl/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index c9644a7a..b6c5f589 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -18,7 +18,7 @@ v102 = []
v110 = []
[dependencies]
-bitflags = "0.7"
+bitflags = "0.8"
foreign-types = "0.2"
lazy_static = "0.2"
libc = "0.2"