From ce8ad0afe2d40aa04ab6662f293efc40da7b2b56 Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Sat, 2 Jan 2021 11:26:17 +0800 Subject: [PATCH] temporary fix awc doc test --- awc/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awc/Cargo.toml b/awc/Cargo.toml index 3052a84d2..ccf613d7d 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -58,6 +58,9 @@ open-ssl = { version = "0.10", package = "openssl", optional = true } rust-tls = { version = "0.19.0", package = "rustls", optional = true, features = ["dangerous_configuration"] } [dev-dependencies] +# TODO: actix is temporary added as dev dep for actix-macro reason. +# Can be removed when it does not impact tests. +actix = "0.11.0-beta.1" actix-web = { version = "3.0.0", features = ["openssl"] } actix-http = { version = "2.0.0", features = ["openssl"] } actix-http-test = { version = "2.0.0", features = ["openssl"] }