Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps serde_html_form from 0.2.8 to 0.3.2.

Changelog

Sourced from serde_html_form's changelog.

0.3.2

Update minimum supported Rust version to 1.63.

Previously, it was declared as 1.56 but not tested, and was actually 1.81 as of version 0.3.0.

0.3.1

Small documentation fix in README.md.

0.3.0

  • Change deserialize_any to forward to deserialize_map instead of deserialize_seq
    • This was a deviation from serde_urlencoded, which is now reverted
    • This means when deserializing to a catch-all type like serde_json::Value, you will now get an Object instead of an Array
  • Change deserialization of optional values to treat empty values (like in foo=&bar=) as Some(_) rather than None, except for Option<bool> and Option<{number}> (for specific number types that are either builtin or part of the standard library)
    • This reverts the main change from v0.1.1 while still allowing simple optional number fields to work
    • To get the old behavior for specific fields, use #[serde(deserialize_with)] with the new deserialization helper functions (see next changelog entry)
  • Add serde_html_form::de::empty_as_none and serde_html_form::de::empty_as_none::seq
    • These allow treating empty values for a scalar field or sequence (list / set) field as None
  • Remove de::from_reader
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 1, 2026
@github-actions
Copy link

github-actions bot commented Jan 1, 2026

🐰 Bencher Report

Branchdependabot/cargo/serde_html_form-0.3.2
Testbedgithub-ubuntu-latest
Click to view all benchmark results
BenchmarkLatencyBenchmark Result
microseconds (µs)
(Result Δ%)
Upper Boundary
microseconds (µs)
(Limit %)
empty_router/empty_router📈 view plot
🚷 view threshold
6,082.00 µs
(+0.24%)Baseline: 6,067.44 µs
6,770.54 µs
(89.83%)
json_api/json_api📈 view plot
🚷 view threshold
1,049.00 µs
(+2.25%)Baseline: 1,025.87 µs
1,129.19 µs
(92.90%)
nested_routers/nested_routers📈 view plot
🚷 view threshold
947.51 µs
(-0.10%)Baseline: 948.45 µs
1,039.54 µs
(91.15%)
single_root_route/single_root_route📈 view plot
🚷 view threshold
912.59 µs
(+0.48%)Baseline: 908.19 µs
993.17 µs
(91.89%)
single_root_route_burst/single_root_route_burst📈 view plot
🚷 view threshold
17,022.00 µs
(-4.00%)Baseline: 17,732.12 µs
20,751.82 µs
(82.03%)
🐰 View full continuous benchmarking report in Bencher

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](jplatte/serde_html_form@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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/serde_html_form-0.3.2 branch from 28ee772 to 4dc8895 Compare January 2, 2026 11:11
@m4tx m4tx merged commit 613860e into master Jan 2, 2026
38 of 39 checks passed
@m4tx m4tx deleted the dependabot/cargo/serde_html_form-0.3.2 branch January 2, 2026 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants