From a2a0aab541d2b64716381cf55c19bd302cf73b6e Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Tue, 11 Apr 2017 16:55:59 -0700 Subject: [PATCH] Depend on cookie >= 0.7.4 for ring bugfix. --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 366c945c..1534b046 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -33,7 +33,7 @@ pear = "0.0.8" pear_codegen = "0.0.8" [dependencies.cookie] -version = "0.7.2" +version = "0.7.4" features = ["percent-encode", "secure"] [dev-dependencies]