diff --git a/Cargo.toml b/Cargo.toml index 4a03203..e40ae8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ const_format = "0.2.32" rand = "0.8.5" validator = { version = "0.17.0", features = ["derive"] } # Http client -reqwest = "0.11.24" +reqwest = "0.12.0" # Password strength estimation zxcvbn = "2.2.2" # Image processing/conversion