summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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 /Cargo.lock
parentf0d228f9109a45ff84c2dfa3642d49484550c043 (diff)
tedge_utils: Remove unused dependency "anyhow"
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 400c4b2f..1e6477f5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3050,7 +3050,6 @@ dependencies = [
name = "tedge_utils"
version = "0.7.2"
dependencies = [
- "anyhow",
"assert_matches",
"futures",
"nix",