diff --git a/Cargo.toml b/Cargo.toml index 0e4159a..20e57d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ tokio-stream = "0.1.15" base64 = "0.22.0" const_format = "0.2.32" rand = "0.9.1" -validator = { version = "0.17.0", features = ["derive"] } +validator = { version = "0.20.0", features = ["derive"] } # Http client reqwest = "0.12.0" # Password strength estimation