From c497e11b4dd4f30ba8f01411759fde47ecc79655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 02:04:35 +0000 Subject: [PATCH] Update url requirement from 1 to 2 Updates the requirements on [url](https://github.com/servo/rust-url) to permit the latest version. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v1.0.0...v2.3.1) --- updated-dependencies: - dependency-name: url 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 00a6c57..dd6923a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1" serde_qs = "0.10.1" serde_urlencoded = "0.7.1" tap-reader = "1" -url = "1" +url = "2" futures-util = "0.3.25" static_assertions = "1.1.0" percent-encoding = "2.2.0"