Merge pull request 'fix(deps): update rust crate derive_builder to 0.20' (#54) from renovate/derive_builder-0.x into master
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Reviewed-on: #54
This commit is contained in:
Aravinth Manivannan 2024-06-08 13:01:39 +05:30
commit 8c3fe53071

View file

@ -42,7 +42,7 @@ sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "postgres", "time
#argon2-creds = "0.2.3"
argon2-creds = { branch = "master", git = "https://github.com/realaravinth/argon2-creds"}
derive_builder = "0.11"
derive_builder = "0.20"
validator = { version = "0.14", features = ["derive"]}
derive_more = "0.99"