From 69c3ab2f920f187b8f4f8ea5079269e04f6a528e Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Fri, 19 Jan 2018 10:38:36 -0800 Subject: [PATCH] use actix-web release --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 48b764bdf..281a1c56c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,11 +33,10 @@ serde_json = "1.0" tokio-io = "0.1" tokio-core = "0.1" redis-async = "0.0" -# cookie = { version="0.10", features=["percent-encode", "secure"] } -cookie = { git="https://github.com/alexcrichton/cookie-rs.git", features=["percent-encode", "secure"] } +cookie = { version="0.10", features=["percent-encode", "secure"] } actix = "^0.4.2" -actix-web = { git="https://github.com/actix/actix-web.git", optional=true } +actix-web = { version="0.3", optional=true } [dev-dependencies] env_logger = "0.4"