summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2021-12-06 17:09:15 +0100
committerGitHub <noreply@github.com>2021-12-06 17:09:15 +0100
commit64f727c2ecebbc9026dd58622a405ed69f67173f (patch)
treeeaa7ce1b35c45bf3bf35e81201a446ec533fa545 /Cargo.lock
parent759eb071a7d70d285c8ebb1126c62d46d76fac12 (diff)
tedge connect c8y checks configured URL and connected URL are the same (#661)
* tedge connect c8y checks configured URL and connected URL are the same - Close #600 Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b0bbb579..fa6a9fca 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2567,6 +2567,7 @@ dependencies = [
"anyhow",
"assert_cmd",
"assert_matches",
+ "base64",
"certificate",
"chrono",
"futures",
@@ -2579,11 +2580,13 @@ dependencies = [
"rumqttc",
"rustls 0.20.2",
"serde",
+ "serde_json",
"structopt",
"tedge_config",
"tedge_users",
"tedge_utils",
"tempfile",
+ "test-case",
"thiserror",
"toml",
"url",