mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 16:44:11 +02:00
bumb dependencies
This commit is contained in:
parent
43f9ad4e06
commit
d8d749435c
2 changed files with 67 additions and 146 deletions
22
Cargo.toml
22
Cargo.toml
|
|
@ -7,15 +7,15 @@ edition = "2018"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
rumqttc = "0.5.0"
|
||||
tokio = "1.0"
|
||||
dashmap = "3.11"
|
||||
json = "0.12.4"
|
||||
warp = "0.3.0"
|
||||
dotenv = "0.15.0"
|
||||
ctrlc = { version = "3.1.7", features = ["termination"] }
|
||||
color-eyre = "0.5.7"
|
||||
async-stream = "0.3.0"
|
||||
pin-utils = "0.1.0"
|
||||
hostname = "^0.3"
|
||||
rumqttc = "0.5"
|
||||
tokio = "1"
|
||||
dashmap = "4"
|
||||
json = "0.12"
|
||||
warp = "0.3"
|
||||
dotenv = "0.15"
|
||||
ctrlc = { version = "3", features = ["termination"] }
|
||||
color-eyre = "0.5"
|
||||
async-stream = "0.3"
|
||||
pin-utils = "0.1"
|
||||
hostname = "0.3"
|
||||
tokio-stream = "0.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue