summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 08:58:30 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 08:58:30 +0200
commit221c6dedeabecfce2e29c7c2d3d0acbd73cf9417 (patch)
tree0dc30a79ff608b238c5907e179797ad08ab74383 /crates
parentf0d228f9109a45ff84c2dfa3642d49484550c043 (diff)
tedge_utils: Remove unused dependency "anyhow"
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 88cb59b3..d3fbd69a 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]
-anyhow = "1.0"
futures = "0.3"
nix = "0.23.1"
tempfile = "3.2"