summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 08:58:43 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 08:58:43 +0200
commit61b8aaa6131e1fbcbf292187c619d41b1ceb6fac (patch)
tree5e3cc1cd66c7aff2c7bb5eba1090b4347edd3a7d /crates
parent221c6dedeabecfce2e29c7c2d3d0acbd73cf9417 (diff)
tedge_utils: Remove unused dependency "futures"
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
Diffstat (limited to 'crates')
-rw-r--r--crates/common/tedge_utils/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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"