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:
parent
e328924193
commit
c497e11b4d
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue