diff --git a/Cargo.toml b/Cargo.toml index ec064aa..1e3eab8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"