fix(deps): update rust crate derive_builder to 0.20

This commit is contained in:
Renovate Bot
2025-04-03 05:01:07 +00:00
parent f02a79637f
commit 2a71dfe459
2 changed files with 69 additions and 28 deletions

View File

@@ -44,7 +44,7 @@ argon2-creds = { branch = "master", git = "https://github.com/realaravinth/argon
config = "0.15"
validator = { version = "0.15", features = ["derive"]}
derive_builder = "0.11"
derive_builder = "0.20"
derive_more = "0.99"
serde = "1"