cargo updates

This commit is contained in:
Robin Appelman 2026-06-26 17:13:40 +02:00
commit ccbac033d3
2 changed files with 97 additions and 98 deletions

View file

@ -3,14 +3,14 @@ name = "taspromto"
version = "0.2.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2024"
rust-version = "1.85.0"
rust-version = "1.87.0"
[dependencies]
rumqttc = "0.25.1"
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "signal"] }
dashmap = "6.1.0"
tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread", "signal"] }
dashmap = "6.2.1"
jzon = "0.12.5"
warp = { version = "0.4.2", features = ["server"] }
warp = { version = "0.4.3", features = ["server"] }
dotenvy = "0.15.7"
ctrlc = { version = "3.5.2", features = ["termination"] }
color-eyre = "0.6.5"
@ -20,8 +20,8 @@ hostname = "0.4.2"
tokio-stream = { version = "0.1.18", features = ["net"] }
serde = { version = "1.0.228", features = ["derive"] }
secretfile = "0.1.1"
toml = "1.1.0"
clap = { version = "4.5.61", features = ["derive"] }
toml = "1.1.2"
clap = { version = "4.6.1", features = ["derive"] }
[profile.release]
lto = true