From 51bd7d2721e6e2e88f9683785ac9f20f6584be7a Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 6 Mar 2019 10:39:53 -0800 Subject: [PATCH] update actix-rt --- actix-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index 68e9a310..2cc21f9a 100644 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -35,7 +35,7 @@ rust-tls = ["rustls", "tokio-rustls", "webpki", "webpki-roots"] [dependencies] #actix-service = "0.3.2" actix-service = { path="../actix-service" } -actix-rt = "0.1.0" +actix-rt = "0.2.0" log = "0.4" num_cpus = "1.0"