cargo update

This commit is contained in:
Robin Appelman 2026-02-10 19:20:07 +01:00
commit f5f2d57004
2 changed files with 125 additions and 273 deletions

View file

@ -6,14 +6,14 @@ rust-version = "1.91.1"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
thiserror = "2.0.17"
serde_json = "1.0.145"
tokio = { version = "1.48.0", features = ["rt-multi-thread", "macros"] }
thiserror = "2.0.18"
serde_json = "1.0.149"
tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros"] }
secretfile = "0.1.1"
toml = "0.9.8"
clap = { version = "4.5.50", features = ["derive"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.20"
toml = "0.9.12"
clap = { version = "4.5.57", features = ["derive"] }
tracing = "0.1.44"
tracing-subscriber = "0.3.22"
main_error = "0.1.2"
rumqttc = "0.25.0"
hostname = "0.4.1"
rumqttc = "0.25.1"
hostname = "0.4.2"