Update serde_qs requirement from 0.9.2 to 0.10.1

Updates the requirements on [serde_qs](https://github.com/samscott89/serde_qs) to permit the latest version.
- [Release notes](https://github.com/samscott89/serde_qs/releases)
- [Commits](https://github.com/samscott89/serde_qs/commits)

---
updated-dependencies:
- dependency-name: serde_qs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-31 09:55:42 +00:00 committed by GitHub
parent a4acce8bb1
commit c6797594e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ base64 = "0.13.0"
log = "0.4.17"
bytes = "1.1.0"
derive_builder = "0.11.2"
serde_qs = "0.9.2"
serde_qs = "0.10.1"
[dev-dependencies]
tokio = { version = "1.19.2", features = ["macros", "rt-multi-thread"] }