From 7cce66a94f3f0038651518fef25a31c520a5987d Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 25 Mar 2021 13:38:03 +0000 Subject: [PATCH] fix doc tests --- actix-test/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/actix-test/Cargo.toml b/actix-test/Cargo.toml index d34ac00ab..884ec229c 100644 --- a/actix-test/Cargo.toml +++ b/actix-test/Cargo.toml @@ -22,6 +22,7 @@ actix-http-test = { version = "3.0.0-beta.3", features = [] } actix-service = "2.0.0-beta.4" actix-utils = "3.0.0-beta.2" actix-web = { version = "4.0.0-beta.4", default-features = false, features = ["cookies"] } +actix-rt = "2.1" awc = { version = "3.0.0-beta.3", default-features = false, features = ["cookies"] } futures-core = { version = "0.3.7", default-features = false, features = ["std"] }