From 505b038e76e5ccf7da9c0323962f52ac734b76f8 Mon Sep 17 00:00:00 2001 From: Alex Solomes Date: Mon, 30 May 2022 16:13:44 +0100 Subject: moved mqtt tests from Python to Rust #1011 (#1128) Signed-off-by: initard Co-authored-by: Lukasz Woznicki Co-authored-by: initard Co-authored-by: Lukasz Woznicki --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.lock') 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", -- cgit v1.2.3