From e3197faaf74c8d840934fedd527431e1d8ea7dbf Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 2 Feb 2021 01:52:37 +0000 Subject: [PATCH] fix rt macro dev deps --- actix-service/Cargo.toml | 2 +- actix-tls/Cargo.toml | 1 + actix-tracing/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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"