From b0623a3f1bcb04d5ff5e82752815dc0ceffa8e5a Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sat, 3 May 2025 00:01:41 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 848a69a..8872d67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,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