diff --git a/Cargo.toml b/Cargo.toml index 07cb771..7e43b98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] chrono = { version = "0.4.38", features = ["serde"] } -config = { version = "0.14.1", features = ["toml"] } +config = { version = "0.15.6", features = ["toml"] } reqwest = { version = "0.12.9", features = ["json"] } rumqttc = "0.24.0" serde = { version = "1.0.215", features = ["derive"] }