From 831cceb5e5593fd127ae30d4c624e88aded9d6c0 Mon Sep 17 00:00:00 2001 From: David Estes Date: Wed, 18 Jan 2017 13:05:56 -0500 Subject: [PATCH] openssl dependency version too old for macOS Sierra --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9be299b9c6..c92c2b8e5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ license = "MIT" [dependencies] hyper = ">=0.7, <0.10" unicase = "1.0.1" -openssl = "0.7.6" +openssl = "0.9.6" url = "1.0" rustc-serialize = "0.3.16" bitflags = "0.7"