From 7a08f0754b62f20ed9ed52ae52fe737c0fd33832 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:53:07 +0000 Subject: [PATCH] fix(deps): update rust crate serde_html_form to 0.2.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e878dff4..a19c834c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ parking_lot = { version = "0.12.1", optional = true } num_cpus = "1.16.0" threadpool = "1.8.1" # Used for ruma wrapper -serde_html_form = "0.2.3" +serde_html_form = "0.2.4" thread_local = "1.1.7" # used for TURN server authentication