Skip to content

Commit

Permalink
Upgrade deps to ntex = "0.3.19", ntex-mqtt = "0.6.16".
Browse files Browse the repository at this point in the history
Add deps socket2, tokio-stream.
  • Loading branch information
rmqtt committed Aug 1, 2023
1 parent 1ef482c commit 7d174b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rmqtt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ debug = []

[dependencies]
rmqtt-macros = "0.1"
ntex = { git = "https://github.com/rmqtt/ntex.git", branch = "0.3.18", features = ["rustls"] }
ntex-mqtt = { git = "https://github.com/rmqtt/ntex-mqtt", branch = "0.6.15" }
ntex = { git = "https://github.com/rmqtt/ntex.git", branch = "0.3.19", features = ["rustls"] }
ntex-mqtt = { git = "https://github.com/rmqtt/ntex-mqtt", branch = "0.6.16" }
#ntex = { path = "../../ntex/ntex", features = ["rustls"]}
#ntex-mqtt = { path = "../../ntex-mqtt" }
futures = "0.3"
tokio = { version = "1", features = ["sync", "time", "macros", "rt", "rt-multi-thread"] }
socket2 = { version = "0.4", features = ["all"] }
tokio-stream = { version = "0.1", features = ["net"] }
tonic = "0.8"
prost = "0.11"
once_cell = "1.10"
Expand Down

0 comments on commit 7d174b9

Please sign in to comment.