From a21a04d9588166eb6bc8e866053e137941b29c31 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 12 Jan 2025 23:53:10 +0000 Subject: [PATCH] fix(deps): 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 75ab30c..1ec5f64 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ actix-session = { version = "0.10.0", features = ["cookie-session"] } actix-web = "4.5.1" argon2-creds = "0.2.3" async-trait = "0.1.80" -config = "0.14.0" +config = "0.15.0" cqrs-es = "0.4.11" derive-getters = "0.5.0" derive_builder = "0.20.0"