Update serde_qs requirement from 0.4.5 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-12-28 13:57:25 +00:00 committed by GitHub
parent 4287c7526f
commit 3b9e1833d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ features = ["all"]
futures = "0.3.25"
doc-comment = "0.3"
serde_json = "1"
serde_qs = "0.4.5"
serde_qs = "0.10.1"
serde_urlencoded = "0.6.1"
tap-reader = "1"
url = "1"