Update url requirement from 1.7.2 to 2.1.0
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.7.2...v2.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
0630b4c34b
commit
f9603e118f
|
@ -25,7 +25,7 @@ regex = "1.1"
|
||||||
rocket = { version = "0.4.2", default-features = false }
|
rocket = { version = "0.4.2", default-features = false }
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
unicase = "2.0"
|
unicase = "2.0"
|
||||||
url = "1.7.2"
|
url = "2.1.0"
|
||||||
|
|
||||||
# Optional dependencies that are activated by the various features
|
# Optional dependencies that are activated by the various features
|
||||||
serde = { version = "1.0", optional = true }
|
serde = { version = "1.0", optional = true }
|
||||||
|
|
Loading…
Reference in New Issue