From 0f5e3d983e9eb0bae9eb169d58e35ff588bcc43c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Dec 2024 12:39:44 +0000 Subject: [PATCH] fix(deps): update rust crate config to 0.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d26b4f..fded099 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde = { version = "1", features=["derive"]} actix-web-codegen-const-routes = { version = "0.1.0", tag = "0.1.0", git = "https://github.com/realaravinth/actix-web-codegen-const-routes" } derive_builder = "0.20.0" argon2-creds = { branch = "master", git = "https://github.com/realaravinth/argon2-creds"} -config = "0.14" +config = "0.15" derive_more = "0.99.17" url = { version = "2.2.2", features = ["serde"]} serde_json = { version ="1", features = ["raw_value"]}