aboutsummaryrefslogtreecommitdiff
path: root/openssl/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-05-05 13:32:41 -0700
committerSteven Fackler <[email protected]>2016-05-05 13:32:41 -0700
commit4294511f2ba9fe7ec6860f0c783498d93ea68fd9 (patch)
treedf813ae00076c59fd6cb4b7d61bc5f5e76b4f680 /openssl/Cargo.toml
parentMerge branch 'release-v0.7.10' into release (diff)
parentRelease v0.7.11 (diff)
downloadrust-openssl-0.7.11.tar.xz
rust-openssl-0.7.11.zip
Merge branch 'release-v0.7.11' into releasev0.7.11
Diffstat (limited to 'openssl/Cargo.toml')
-rw-r--r--openssl/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index 08f5a6cd..b69dc074 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "openssl"
-version = "0.7.10"
+version = "0.7.11"
authors = ["Steven Fackler <[email protected]>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
repository = "https://github.com/sfackler/rust-openssl"
-documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.10/openssl"
+documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.11/openssl"
readme = "../README.md"
keywords = ["crypto", "tls", "ssl", "dtls"]
build = "build.rs"
@@ -29,11 +29,11 @@ pkcs5_pbkdf2_hmac = ["openssl-sys/pkcs5_pbkdf2_hmac"]
nightly = []
[dependencies]
-bitflags = "0.4"
+bitflags = ">= 0.5.0, < 0.7.0"
lazy_static = "0.2"
libc = "0.2"
-openssl-sys = { version = "0.7.10", path = "../openssl-sys" }
-openssl-sys-extras = { version = "0.7.10", path = "../openssl-sys-extras" }
+openssl-sys = { version = "0.7.11", path = "../openssl-sys" }
+openssl-sys-extras = { version = "0.7.11", path = "../openssl-sys-extras" }
[build-dependencies]
gcc = "0.3"