Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rmqtt committed Aug 29, 2023
1 parent 086c57c commit 6cd7803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmqtt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ntex-mqtt = { git = "https://github.com/rmqtt/ntex-mqtt", branch = "0.6.18" }
#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"] }
tokio = { version = "1", features = ["sync", "time", "macros", "rt", "rt-multi-thread", "fs"] }
socket2 = { version = "0.4", features = ["all"] }
tokio-stream = { version = "0.1", features = ["net"] }
tonic = "0.8"
Expand Down

0 comments on commit 6cd7803

Please sign in to comment.