From a0c89d0e5910d598663cd246ceb25af6be684262 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Dec 2024 12:27:10 +0000 Subject: [PATCH] chore(deps): update rust crate mcaptcha_pow_sha256 to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65533dbd..e18137a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ serde_json = "1" sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "postgres", "time", "mysql" ] } [dev-dependencies] -mcaptcha_pow_sha256 = "0.4" +mcaptcha_pow_sha256 = "0.5" awc = "3.0.0"