Update serde_urlencoded requirement from 0.6.1 to 0.7.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-28 14:48:26 +00:00 committed by GitHub
parent 3dfd7e3e36
commit cd64bbb150
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ futures = "0.3.25"
doc-comment = "0.3"
serde_json = "1"
serde_qs = "0.10.1"
serde_urlencoded = "0.6.1"
serde_urlencoded = "0.7.1"
tap-reader = "1"
url = "1"
# Provides parsing for the link header in get_links() in page.rs