From 5ac2ed8934f06bac18b4658b524415e82f9fffc8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 Jun 2024 21:01:44 +0000 Subject: [PATCH] fix(deps): update rust crate derive_builder to 0.20.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc8c4e7..55a9e1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ lazy_static = "1.4.0" pretty_env_logger = "0.4.0" 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.11.2" +derive_builder = "0.20.0" argon2-creds = { branch = "master", git = "https://github.com/realaravinth/argon2-creds"} config = "0.14" derive_more = "0.99.17"