From d79584eb655cbbe2a2a563f16ed0c447d244976c Mon Sep 17 00:00:00 2001 From: Alex Mikhalev Date: Mon, 28 Sep 2020 20:16:39 -0600 Subject: [PATCH] Update rumqtt version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7412dcd..ce90c00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ futures-util = { version = "0.3.5", default-features = false, features = ["std", [dependencies.rumqttc] git = "https://github.com/bytebeamio/rumqtt.git" -rev = "814dc891" +rev = "f4dc5fa" [dependencies.tracing-subscriber] version = "0.2.11"