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"