mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 16:44:11 +02:00
bump dependencies
This commit is contained in:
parent
9efddb96aa
commit
f472cc54ef
4 changed files with 241 additions and 215 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -5,18 +5,18 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
rumqttc = "0.23.0"
|
||||
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }
|
||||
rumqttc = "0.24.0"
|
||||
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
|
||||
dashmap = "5.5.3"
|
||||
jzon = "0.12.5"
|
||||
warp = "0.3.6"
|
||||
warp = "0.3.7"
|
||||
dotenvy = "0.15.7"
|
||||
ctrlc = { version = "3.4.2", features = ["termination"] }
|
||||
color-eyre = "0.6.2"
|
||||
ctrlc = { version = "3.4.4", features = ["termination"] }
|
||||
color-eyre = "0.6.3"
|
||||
async-stream = "0.3.5"
|
||||
pin-utils = "0.1.0"
|
||||
hostname = "0.3.1"
|
||||
tokio-stream = "0.1.14"
|
||||
hostname = "0.4.0"
|
||||
tokio-stream = "0.1.15"
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue