From 84c82ce1dbe6359a69b3dc8ce83b64430f4ee145 Mon Sep 17 00:00:00 2001 From: Stanislav Panferov Date: Sun, 15 Feb 2015 11:45:17 +0300 Subject: [PATCH] Update openssl version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 52f8360f..9e1596e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ path = "tests/test.rs" [dependencies] phf = "0.6" phf_macros = "0.6" -openssl = "0.3.0" +openssl = "0.4.0" time = "0.1.14" log = "0.2" rustc-serialize = "0.2"