diff --git a/Cargo.toml b/Cargo.toml index c92c93d27..c2ea592b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,8 +27,7 @@ default = ["web"] web = ["actix-web", "cookie", "http", "rand", "serde", "serde_json"] [dependencies] -#actix = "^0.4.5" -actix = { git = "https://github.com/actix/actix.git" } +actix = "0.5" log = "0.4" backoff = "0.1" @@ -39,7 +38,7 @@ tokio-core = "0.1" redis-async = "0.0" # actix web session -# actix-web = { version="0.3", optional=true } +# actix-web = { version="0.4", optional=true } actix-web = { git = "https://github.com/actix/actix-web.git", optional=true } cookie = { version="0.10", features=["percent-encode", "secure"], optional=true } http = { version="0.1", optional=true }