File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ mint = { version = "0.5.5", optional = true }
32
32
quick-xml = { version = " 0.20.0" , optional = true }
33
33
socket2 = { version = " 0.3.11" , optional = true , features = [" reuseport" ] }
34
34
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 }
39
39
base64 = { version = " 0.13.0" , optional = true }
40
40
41
41
[dev-dependencies ]
You can’t perform that action at this time.
0 commit comments