From 365a67f9dba878b8302ddeb14b1b1e8641a88a37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:47:48 +0000 Subject: [PATCH] fix(deps): update rust crate config to v0.15.4 (#519) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69c3b18..e66397e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,9 +243,9 @@ dependencies = [ [[package]] name = "config" -version = "0.15.3" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d73c1a90f0e9b8aa27881dedf820679d851991c138a3371d6364a38ea0a59552" +checksum = "3d84f8d224ac58107d53d3ec2b9ad39fd8c8c4e285d3c9cb35485ffd2ca88cb3" dependencies = [ "async-trait", "convert_case", diff --git a/Cargo.toml b/Cargo.toml index d545e3b..bfc079f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ name = "homectl-server" byteorder = "=1.5.0" bytes = "=1.9.0" chrono = { version = "=0.4.39", features = ["serde"] } -config = "=0.15.3" +config = "=0.15.4" futures = "=0.3.31" serde = { version = "=1.0.216", features = ["derive"] } serde_json = "=1.0.133"