Skip to content

refactor(deps): replace serde_urlencoded with serde_qs#2

Merged
augustoccesar merged 1 commit into
mentimeter:masterfrom
augustoccesar:augustoccesar/replace-serde-urlencoded
Apr 13, 2026
Merged

refactor(deps): replace serde_urlencoded with serde_qs#2
augustoccesar merged 1 commit into
mentimeter:masterfrom
augustoccesar:augustoccesar/replace-serde-urlencoded

Conversation

@augustoccesar
Copy link
Copy Markdown
Member

@augustoccesar augustoccesar commented Apr 13, 2026

Description

It seems like the "modern" one for serializing query parameters is serde_qs. So this PR proposes the change to it.

References

### Description
While working on cloudflare#290 I faced the issue of serializing
nested structs with `serde_urlencoded`. It is not supported by it, and iself seems to be unmaintained.

It seems like the "modern" one for serializing query parameters is `serde_qs`. So this PR proposes
the change to it.

### References
- https://github.com/nox/serde_urlencoded
- nox/serde_urlencoded#121
- https://github.com/samscott89/serde_qs
@augustoccesar augustoccesar merged commit cf50874 into mentimeter:master Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant