summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorPradeepKiruvale <PRADEEPKIRUVALE@gmail.com>2021-08-30 20:13:40 +0530
committerGitHub <noreply@github.com>2021-08-30 20:13:40 +0530
commit1fe177352dba5ef587c616428c653003ba5ae26c (patch)
tree04b36da5ca993031854bb64b116dcd3dc4d642cd /Cargo.lock
parentcebb8e3d272a05691066d33fbb3f4ccbd0d71812 (diff)
[CIT-540] create .agent directory (#405)
* [CIT-525] extend tedge dis/connect to dis/enable sm services * enable services postinstall * fix minor issues * address review comments * update the println * remove to_do macro * add system tests * add use_agent flag * refactor common code * address review comments * address review comment * Update tedge/src/cli/connect/command.rs * update log * [CIT-540] create .agent directory * fix the apt plugin permission issue * address PR comment * disable tests for tarpaulin * fix tarpaulin issue * revert the tarpaulin changes * update workflow Co-authored-by: Pradeep Kumar K J <pradeepkumar.kj@sofwareag.com> Co-authored-by: Sebastian Büttner <sebastian.buettner@softwareag.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 1a1ca35f..b46bd14d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2552,7 +2552,6 @@ dependencies = [
"serde_json",
"structopt",
"tedge_config",
- "tedge_users",
"tedge_utils",
"tempfile",
"thiserror",