From 630b62ce46faec06d4dcd44b32e2e3187117d9a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 02:00:31 +0000 Subject: [PATCH] fix(deps): update rust crate config to v0.15.6 (#541) 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 d85156e..c83ed57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,9 +243,9 @@ dependencies = [ [[package]] name = "config" -version = "0.15.5" +version = "0.15.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38bdefe0c9ee4fe0e613bf6d5cc55dfdb12198fb48518fec0706b358e7485d8c" +checksum = "e329294a796e9b22329669c1f433a746983f9e324e07f4ef135be81bb2262de4" dependencies = [ "async-trait", "convert_case", diff --git a/Cargo.toml b/Cargo.toml index 497015b..fa0087b 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.5" +config = "=0.15.6" futures = "=0.3.31" serde = { version = "=1.0.217", features = ["derive"] } serde_json = "=1.0.135"