From 0cffafcd77da6fc093748b4f021f74a16a6ad0c9 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 15 Jul 2025 06:07:18 +0000 Subject: [PATCH] Update Rust crate zxcvbn to v3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9b4b75c..c1472ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ validator = { version = "0.17.0", features = ["derive"] } # Http client reqwest = "0.12.0" # Password strength estimation -zxcvbn = "2.2.2" +zxcvbn = "3.0.0" # Image processing/conversion image = "0.25.1" # Get the application version