summaryrefslogtreecommitdiffstats
path: root/tedge/Cargo.toml
diff options
context:
space:
mode:
authorLukasz Woznicki <75632179+makr11st@users.noreply.github.com>2021-08-08 21:38:00 +0100
committerGitHub <noreply@github.com>2021-08-08 21:38:00 +0100
commit1040ce0e723ef8f6650a1ad0c454a68a707204ed (patch)
treef1178def8446c4274ed3ce39aac559b5f12b789e /tedge/Cargo.toml
parentc49f7703eff5754d53b3d961194839337f7eda53 (diff)
[CIT-450] Tedge Agent - SM feature (#354)
* Add basic tedge_agent code and service * Add tedge_utils::fs atomically write file * Add short documentation notes for tedge_agent * Make sm-plugins path dynamic for agent * Update dependencies due to cargo audit hyper vuln Signed-off-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
Diffstat (limited to 'tedge/Cargo.toml')
-rw-r--r--tedge/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tedge/Cargo.toml b/tedge/Cargo.toml
index 5f2a3f31..0ac59d6c 100644
--- a/tedge/Cargo.toml
+++ b/tedge/Cargo.toml
@@ -35,7 +35,7 @@ tedge_config = { path = "../tedge_config" }
tedge_users = { path = "../common/tedge_users" }
[dev-dependencies]
-assert_cmd = "1.0"
+assert_cmd = "2.0.0"
assert_matches = "1.4"
mockito = "0.30"
pem = "0.8"