From 45956b15108cdb9b1770eb2a091b929061352993 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 16 Dec 2019 07:59:09 +0600 Subject: [PATCH] update actix ver --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"