mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 16:44:11 +02:00
update dependencies
This commit is contained in:
parent
58ee4aab9a
commit
887c84d071
3 changed files with 182 additions and 255 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue