update dependencies

This commit is contained in:
Robin Appelman 2021-07-31 15:19:58 +02:00
commit 887c84d071
3 changed files with 182 additions and 255 deletions

View file

@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rumqttc = "0.5"
tokio = "1"
rumqttc = "0.8"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
dashmap = "4"
json = "0.12"
warp = "0.3"