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"