summaryrefslogtreecommitdiffstats
path: root/crates/common
diff options
context:
space:
mode:
authorDidier Wenzek <didier.wenzek@free.fr>2022-07-15 12:04:47 +0100
committerDidier Wenzek <didier.wenzek@free.fr>2022-07-15 12:04:47 +0100
commitaf90fadfaf76edd2dc4c1b12bb2609fdc559560b (patch)
treeee44afe76bdec45b012b732d4f1bac1861b0a5e1 /crates/common
parent88bc0bf2074e29530c1bec30d0978695b4a6a695 (diff)
Remove tedge_config dependency on UserManager
Actually unused Signed-off-by: Didier Wenzek <didier.wenzek@free.fr>
Diffstat (limited to 'crates/common')
-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"