Bump openssl version

This commit is contained in:
Steven Fackler 2015-11-16 21:50:25 -08:00
parent 67bace6fc0
commit 214502c458

View File

@ -31,7 +31,7 @@ phf = "0.7"
rustc-serialize = "0.3"
net2 = { version = "0.2", features = ["nightly"] }
chrono = { version = "0.2.14", optional = true }
openssl = { version = "0.6.4", optional = true }
openssl = { version = ">= 0.6.4, < 0.8", optional = true }
serde = { version = "0.3", optional = true } # Delete for 0.11
serde_json = { version = "0.6", optional = true }
time = { version = "0.1.14", optional = true }