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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-01 02:04:35 +00:00 committed by Scott Boggs
parent e328924193
commit c497e11b4d
1 changed files with 1 additions and 1 deletions

View File

@ -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"