From 4d45f06a9dce4eafad643da778180f7e3896ae36 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 Mar 2026 13:01:37 +0000 Subject: [PATCH] chore(deps): update rust crate serde_html_form to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58543c21..ccd4509e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -167,7 +167,7 @@ version = "1.1.0" # Used for ruma wrapper [workspace.dependencies.serde_html_form] -version = "0.2.6" +version = "0.4.0" # Used for password hashing [workspace.dependencies.argon2]