diff --git a/Cargo.toml b/Cargo.toml index 9bb5dce3e..dd2d163b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ default = ["web"] web = ["actix/http", "actix-service", "actix-web", "actix-session/cookie-session", "rand", "serde", "serde_json"] [dependencies] -actix = "0.9.0-alpha.1" +actix = "0.9.0-alpha.2" actix-utils = "1.0.3" log = "0.4.6"