summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlex Solomes <alex.solomes@softwareag.com>2021-10-20 12:13:21 +0100
committerGitHub <noreply@github.com>2021-10-20 12:13:21 +0100
commit9791ecb8d67b1c8d160b2720765bdd6e74052fe2 (patch)
treeff4849bf94e44779d314058416b99d74579cfcf1 /Cargo.lock
parentbc3a1904a57adf3e43e804bcf9f7bc4f8de2c6ec (diff)
[CIT-638] Bugfix for wrong url input in Tedge Agent (#516)
* [CIT-638] Bugfix for wrong url input in Tedge Agent Signed-off-by: Alex Solomes <alex.solomes@softwareag.com> * [CIT-638] added parameters to tests, removed unused dependency Signed-off-by: Alex <alex.solomes@softwareag.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b23b306b..4db7040b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -675,6 +675,7 @@ dependencies = [
"reqwest",
"tedge_utils",
"tempfile",
+ "test-case",
"thiserror",
"tokio",
"tokio-test",