diff --git a/Cargo.toml b/Cargo.toml index ddef1c8c6..8b64f7b24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ default = ["web"] web = ["actix-web", "cookie", "http", "rand", "serde", "serde_json"] [dependencies] -actix = "^0.4.5" +actix = "^0.4.4" log = "0.4" backoff = "0.1"