Updated dependencies

This commit is contained in:
2024-12-08 00:53:31 +01:00
parent 8877b24e84
commit e8d5698835
5 changed files with 3487 additions and 385 deletions

View File

@@ -29,11 +29,11 @@ automation_devices = { path = "./automation_devices" }
google_home = { path = "./google_home/google_home" }
google_home_macro = { path = "./google_home/google_home_macro" }
tokio = { version = "1", features = ["rt-multi-thread"] }
rumqttc = "0.18"
rumqttc = "0.24.0"
tracing = "0.1.37"
anyhow = "1.0.68"
async-trait = "0.1.83"
axum = "0.6.1"
axum = "0.7.9"
bytes = "1.3.0"
dotenvy = "0.15.0"
dyn-clone = "1.0.17"
@@ -45,12 +45,12 @@ futures = "0.3.25"
hostname = "0.4.0"
impls = "1.0.3"
indexmap = { version = "2.0.0", features = ["serde"] }
itertools = "0.12.1"
itertools = "0.13.0"
json_value_merge = "2.0.0"
pollster = "0.2.5"
pollster = "0.4.0"
proc-macro2 = "1.0.81"
quote = "1.0.36"
reqwest = { version = "0.11.13", features = [
reqwest = { version = "0.12.9", features = [
"json",
"rustls-tls",
], default-features = false } # Use rustls, since the other packages also use rustls
@@ -58,13 +58,13 @@ serde = { version = "1.0.149", features = ["derive"] }
serde_json = "1.0.89"
serde_repr = "0.1.10"
syn = { version = "2.0.60", features = ["extra-traits", "full"] }
thiserror = "1.0.38"
tokio-cron-scheduler = "0.9.4"
thiserror = "2.0.5"
tokio-cron-scheduler = "0.13.0"
tokio-util = { version = "0.7.11", features = ["full"] }
tracing-subscriber = "0.3.16"
uuid = "1.8.0"
wakey = "0.3.0"
zigbee2mqtt-types = { version = "0.2.0", features = ["debug", "philips"] }
zigbee2mqtt-types = { version = "0.4.0", features = ["debug", "philips"] }
[dependencies]
automation_lib = { workspace = true }