bump dependencies

This commit is contained in:
Robin Appelman 2024-05-07 22:00:16 +02:00
commit f472cc54ef
4 changed files with 241 additions and 215 deletions

View file

@ -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