From 4dc8895982b0bc0221ac7937a1b833313467d6f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 11:11:20 +0000 Subject: [PATCH] chore(deps): bump serde_html_form from 0.2.8 to 0.3.2 Bumps [serde_html_form](https://github.com/jplatte/serde_html_form) from 0.2.8 to 0.3.2. - [Changelog](https://github.com/jplatte/serde_html_form/blob/main/CHANGELOG.md) - [Commits](https://github.com/jplatte/serde_html_form/compare/v0.2.8...v0.3.2) --- updated-dependencies: - dependency-name: serde_html_form dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba48462d..ec7b9fff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1207,7 +1207,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2321,7 +2321,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -3032,7 +3032,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -3190,9 +3190,9 @@ dependencies = [ [[package]] name = "serde_html_form" -version = "0.2.8" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" +checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94" dependencies = [ "form_urlencoded", "indexmap", @@ -3636,7 +3636,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -4392,7 +4392,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index fa089aa4..9cdefde9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ schemars = { version = "0.9", default-features = false } sea-query = { version = "0.32", default-features = false } sea-query-binder = { version = "0.7", default-features = false } serde = "1" -serde_html_form = "0.2" +serde_html_form = "0.3" serde_json = "1" serde_path_to_error = "0.1.20" serde_urlencoded = "0.7"