summaryrefslogtreecommitdiffstats
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
parent221c6dedeabecfce2e29c7c2d3d0acbd73cf9417 (diff)
tedge_utils: Remove unused dependency "futures"
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--Cargo.lock1
-rw-r--r--crates/common/tedge_utils/Cargo.toml1
2 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1e6477f5..d07433aa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3051,7 +3051,6 @@ name = "tedge_utils"
version = "0.7.2"
dependencies = [
"assert_matches",
- "futures",
"nix",
"tempfile",
"thiserror",
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"