tokio-rs/axum

Update serde_html_form to 0.2.4 in axum extra

Closed this issue · 1 comments

  • I have looked for existing issues (including closed) about this

Feature Request

Motivation

I'm currently writing an api endpoint where I require that Option<Vec<T>> can properly be parsed in a queries. Currently there is an issue that it can not be correctly parsed.
The fix is already implemented in serde_html_form 0.2.4: jplatte/serde_html_form#11

Proposal

We should update the version of serde_html_form to 2.4.0.

Alternatives

This is not necessary: #2638 (comment)