From bd4c4cda8b96997d3cf00940863c4d571b6549f9 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 2 Dec 2019 22:49:02 +0600 Subject: [PATCH] update threadpool --- actix-rt/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-rt/Cargo.toml b/actix-rt/Cargo.toml index 5f7910bd..b2315ae6 100644 --- a/actix-rt/Cargo.toml +++ b/actix-rt/Cargo.toml @@ -19,7 +19,7 @@ path = "src/lib.rs" [dependencies] actix-macros = "0.1.0-alpha.1" -actix-threadpool = "0.2" +actix-threadpool = "0.3" futures = "0.3.1" copyless = "0.1.4"