From c52975f3d74696de35a78b0c93951a2adfcc7bd2 Mon Sep 17 00:00:00 2001 From: Subhobrata Dey Date: Wed, 27 Jan 2021 13:51:48 -0800 Subject: [PATCH] #9 Encoders for MQTT Signed-off-by: Subhobrata Dey --- example-projects/paho-mqtt-example/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-projects/paho-mqtt-example/Cargo.toml b/example-projects/paho-mqtt-example/Cargo.toml index 96bd13f4..96c5ab21 100644 --- a/example-projects/paho-mqtt-example/Cargo.toml +++ b/example-projects/paho-mqtt-example/Cargo.toml @@ -11,7 +11,7 @@ async-trait = "^0.1.33" cloudevents-sdk = { path = "../.." } cloudevents-sdk-paho-mqtt = { path = "../../cloudevents-sdk-paho-mqtt"} env_logger = "0.7.1" -paho-mqtt = "0.8" +paho-mqtt = "0.9.1" serde_json = "^1.0" futures = "^0.3" tokio = { version = "^0.2", features = ["full"] }