From dea0e0a721c68324cf6aba5cc8429d395a91c334 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 18 May 2019 11:00:33 -0700 Subject: [PATCH] update actix-server dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f52a492a7..0bf6e7c9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ actix-router = "0.1.5" actix-rt = "0.2.2" actix-web-codegen = "0.1.0" actix-http = "0.2.0" -actix-server = "0.5.0" +actix-server = "0.5.1" actix-server-config = "0.1.1" actix-threadpool = "0.1.0" awc = { version = "0.2.0", optional = true }