From cd64bbb1506c84a80d756953e8a6bd65ae0916e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Dec 2022 14:48:26 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e7dd0e..2553f96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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