From 7e03a93ffa49723c71ba10d86d9fb4d3dc7dde5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:12:16 +0000 Subject: [PATCH] Update Rust crate config to 0.15.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1072f71b..cbaee000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] ureq = { version = "2.1", features = ["tls", "json"] } -config = "0.14.0" +config = "0.15.0" serde = { version = "1.0.203", features = ["derive"] } log = { version = "0.4.21", features = ["kv"] } hostname = "0.4.0"