summaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 09:01:37 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 09:03:16 +0200
commit6a0d1378fb63ec2f41f9760438ecc0794df34028 (patch)
treed86257f61e9ed1c6d215abed989719484b26b360 /crates
parentd1e56c65c6cc3f565808d8cb52ca07cfd215db1c (diff)
tedge_config: Remove unused dependency "tedge_users"
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
Diffstat (limited to 'crates')
-rw-r--r--crates/common/tedge_config/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/common/tedge_config/Cargo.toml b/crates/common/tedge_config/Cargo.toml
index 7746cfed..71c9df24 100644
--- a/crates/common/tedge_config/Cargo.toml
+++ b/crates/common/tedge_config/Cargo.toml
@@ -9,7 +9,6 @@ rust-version = "1.58.1"
certificate = { path = "../certificate" }
serde = { version = "1.0", features = ["derive"] }
tedge_utils = { path = "../tedge_utils" }
-tedge_users = { path = "../tedge_users" }
tempfile = "3.2"
thiserror = "1.0"
toml = "0.5"