Skip to content

Commit c52975f

Browse files
committed
cloudevents#9 Encoders for MQTT
Signed-off-by: Subhobrata Dey <[email protected]>
1 parent b09a661 commit c52975f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: example-projects/paho-mqtt-example/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async-trait = "^0.1.33"
1111
cloudevents-sdk = { path = "../.." }
1212
cloudevents-sdk-paho-mqtt = { path = "../../cloudevents-sdk-paho-mqtt"}
1313
env_logger = "0.7.1"
14-
paho-mqtt = "0.8"
14+
paho-mqtt = "0.9.1"
1515
serde_json = "^1.0"
1616
futures = "^0.3"
1717
tokio = { version = "^0.2", features = ["full"] }

0 commit comments

Comments
 (0)