summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-08-03 07:36:10 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-08-03 07:36:10 +0200
commit68311004568aba7c79284d92e404c6fac6e4421c (patch)
tree10fd86f9356c73e21fbf753e9c5be3893192536c
parentfb1d39d03e122b845564acde59e34da079253370 (diff)
tedge_utils: Remove unused dependency "anyhow"
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 efdbe540..a4e073e2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2943,7 +2943,6 @@ dependencies = [
name = "tedge_utils"
version = "0.7.3"
dependencies = [
- "anyhow",
"assert_matches",
"async-stream",
"futures",
diff --git a/crates/common/tedge_utils/Cargo.toml b/crates/common/tedge_utils/Cargo.toml
index f8903534..630ab828 100644
--- a/crates/common/tedge_utils/Cargo.toml
+++ b/crates/common/tedge_utils/Cargo.toml
@@ -14,7 +14,6 @@ logging = ["tracing", "tracing-subscriber"]
fs-notify = ["inotify", "async-stream", "maplit", "strum_macros", "try-traits"]
[dependencies]
-anyhow = "1.0"
async-stream = { version = "0.3", optional = true }
futures = "0.3"
inotify = { version = "0.10", optional = true }