Skip to content

Commit 4e97f6e

Browse files
update mqtt versions
1 parent f463fc6 commit 4e97f6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ mint = { version = "0.5.5", optional = true }
3232
quick-xml = { version = "0.20.0", optional = true }
3333
socket2 = { version = "0.3.11", optional = true, features = ["reuseport"] }
3434
reqwest = { version = "0.11.9", optional = true, features = ["blocking"] }
35-
#rumqttc = { version = "0.10.0", optional = true }
36-
rumqttc = { path = "../other/rumqtt/rumqttc", optional = true }
37-
rumqttd = { path = "../other/rumqtt/rumqttd", optional = true }
38-
#rumqttd = { version = "0.9.0", optional = true }
35+
rumqttc = { version = "0.11.0", optional = true }
36+
rumqttd = { version = "0.10.0", optional = true }
37+
#rumqttc = { path = "../other/rumqtt/rumqttc", optional = true }
38+
#rumqttd = { path = "../other/rumqtt/rumqttd", optional = true }
3939
base64 = { version = "0.13.0", optional = true }
4040

4141
[dev-dependencies]

0 commit comments

Comments
 (0)