summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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 /Cargo.lock
parent221c6dedeabecfce2e29c7c2d3d0acbd73cf9417 (diff)
tedge_utils: Remove unused dependency "futures"
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 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",