From 3d125c5381e1a77606ac4357cab57962e95fb51f Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 12 Mar 2020 04:37:21 +0900 Subject: [PATCH] actix-testing: Remove unused deps --- actix-testing/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/actix-testing/Cargo.toml b/actix-testing/Cargo.toml index 6c0f96c7..4c1891c9 100644 --- a/actix-testing/Cargo.toml +++ b/actix-testing/Cargo.toml @@ -24,4 +24,3 @@ actix-service = "1.0.0" log = "0.4" net2 = "0.2" -futures = "0.3.1"