diff --git a/actix-service/Cargo.toml b/actix-service/Cargo.toml index c0ba9d1f..f83939f2 100644 --- a/actix-service/Cargo.toml +++ b/actix-service/Cargo.toml @@ -24,5 +24,5 @@ futures-core = { version = "0.3.7", default-features = false } pin-project-lite = "0.2" [dev-dependencies] -actix-rt = { version = "2.0.0-beta.3", default-features = false } +actix-rt = "2.0.0-beta.3" futures-util = { version = "0.3.7", default-features = false } diff --git a/actix-tls/Cargo.toml b/actix-tls/Cargo.toml index 5e900c71..8c13a2fd 100755 --- a/actix-tls/Cargo.toml +++ b/actix-tls/Cargo.toml @@ -67,6 +67,7 @@ tls-native-tls = { package = "native-tls", version = "0.2", optional = true } tokio-native-tls = { version = "0.3", optional = true } [dev-dependencies] +actix-rt = "2.0.0-beta.3" actix-server = "2.0.0-beta.2" bytes = "1" env_logger = "0.8" diff --git a/actix-tracing/Cargo.toml b/actix-tracing/Cargo.toml index 605ddce9..24888da3 100644 --- a/actix-tracing/Cargo.toml +++ b/actix-tracing/Cargo.toml @@ -23,5 +23,5 @@ tracing = "0.1" tracing-futures = "0.2" [dev_dependencies] -actix-rt = { version = "2.0.0-beta.3", default-features = false } +actix-rt = "2.0.0-beta.3" slab = "0.4"