fix(deps): update rust crate derive_builder to 0.20
This commit is contained in:
parent
dade31ba60
commit
0737797c26
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue