From 35ab32c06373bf063596081f3254636de9cd5b02 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 21 Jul 2018 06:55:11 -0700 Subject: [PATCH] use actix-web 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 77f139b63..8eda70a5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ redis-async = "0.3.2" time = "0.1" # actix web session -actix-web = { git = "https://github.com/actix/actix-web.git", optional=true } +actix-web = { version = "0.7", optional=true } cookie = { version="0.10", features=["percent-encode", "secure"], optional=true } http = { version="0.1", optional=true } rand = { version="0.5", optional=true }