From 214502c458805f9b91b17fef4d7b25aacd923360 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 16 Nov 2015 21:50:25 -0800 Subject: [PATCH] Bump openssl version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 643ccadb..9f1885d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }