From ebca739baa051799ff6b0d4755f6ccef82a1e024 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:01:01 +0000 Subject: [PATCH] fix(deps): update rust crate config to 0.15.19 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e0f7f6..02dc99b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,9 +358,9 @@ dependencies = [ [[package]] name = "config" -version = "0.15.18" +version = "0.15.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "180e549344080374f9b32ed41bf3b6b57885ff6a289367b3dbc10eea8acc1918" +checksum = "b30fa8254caad766fc03cb0ccae691e14bf3bd72bfff27f72802ce729551b3d6" dependencies = [ "pathdiff", "serde_core", diff --git a/Cargo.toml b/Cargo.toml index 4bf656d..82a6a51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ include = [ chrono = "0.4.42" clap = { version = "4.5.53", features = ["derive"] } clap-verbosity-flag = { version = "3.0.4", features = ["tracing"] } -config = { version = "0.15.18", default-features = false, features = [ +config = { version = "0.15.19", default-features = false, features = [ "json", "toml", ] }