From 62aba424e2a5c8ac41267b7a2e73e69fe6cdc1e2 Mon Sep 17 00:00:00 2001 From: Maksym Vorobiov Date: Thu, 30 Jan 2020 19:33:49 +0200 Subject: [PATCH] Rollback actix-http-test dependency to show the issue --- actix-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actix-http/Cargo.toml b/actix-http/Cargo.toml index 3b586521c..10e9611fd 100644 --- a/actix-http/Cargo.toml +++ b/actix-http/Cargo.toml @@ -95,7 +95,7 @@ fail-ure = { version = "0.1.5", package="failure", optional = true } [dev-dependencies] actix-server = "1.0.1" actix-connect = { version = "1.0.2", features=["openssl"] } -actix-http-test = { version = "2.0.0", path = "../test-server", features=["openssl"] } +actix-http-test = { version = "1.0.0", features=["openssl"] } actix-tls = { version = "1.0.0", features=["openssl"] } criterion = "0.3" futures = "0.3.1"