summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlex Solomes <alex.solomes@softwareag.com>2022-05-30 16:13:44 +0100
committerGitHub <noreply@github.com>2022-05-30 16:13:44 +0100
commit505b038e76e5ccf7da9c0323962f52ac734b76f8 (patch)
tree0ace9c70d552a902175d709decb6673d6622fd13 /Cargo.lock
parente35df0d41d40f08cf23de01d3a1f3194c2e35616 (diff)
moved mqtt tests from Python to Rust #1011 (#1128)
Signed-off-by: initard <solo@softwareag.com> Co-authored-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com> Co-authored-by: initard <solo@softwareag.com> Co-authored-by: Lukasz Woznicki <lukasz.woznicki@softwareag.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4cf63670..27e25416 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2878,6 +2878,7 @@ dependencies = [
"futures",
"hyper",
"mockito",
+ "mqtt_tests",
"pem",
"predicates 2.1.1",
"reqwest",
@@ -2893,6 +2894,7 @@ dependencies = [
"tempfile",
"test-case",
"thiserror",
+ "tokio",
"toml",
"url",
"which",