From 6c4fc4b8d9e0aa8285aa78d6626eb6662cdd72dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 17:39:35 +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 993e3d3..e290482 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ required-features = ["explain"] [dependencies] actix-web = "4.3.1" chrono = { version = "0.4.29", features = ["time", "serde"] } -config = "0.13.4" +config = "0.15.0" reqwest = { version = "0.11.23", features = ["json", "blocking"] } serde = { version = "1.0.195", features = ["derive"] } tokio = { version = "1.28.1", features = ["full"] }