From dc03ca188ad6de8d01c0b119aa430ebd78e331f4 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Tue, 2 Aug 2016 09:54:25 +0200 Subject: [PATCH] chore(version): Update cookie to 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f843179..26b408bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ url = "1.0" vecio = "0.1" [dependencies.cookie] -version = "0.2" +version = "0.3" default-features = false [dependencies.openssl]