From 61b8aaa6131e1fbcbf292187c619d41b1ceb6fac Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 14 Jul 2022 08:58:43 +0200 Subject: tedge_utils: Remove unused dependency "futures" Signed-off-by: Matthias Beyer --- crates/common/tedge_utils/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'crates') diff --git a/crates/common/tedge_utils/Cargo.toml b/crates/common/tedge_utils/Cargo.toml index d3fbd69a..1c540dd9 100644 --- a/crates/common/tedge_utils/Cargo.toml +++ b/crates/common/tedge_utils/Cargo.toml @@ -13,7 +13,6 @@ default = [] logging = ["tracing", "tracing-subscriber"] [dependencies] -futures = "0.3" nix = "0.23.1" tempfile = "3.2" thiserror = "1.0" -- cgit v1.2.3