Update url requirement from 1.7.2 to 2.0.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.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-29 21:35:43 +00:00 committed by GitHub
parent 2827c8a02b
commit fa39abf470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ regex = "1.1"
rocket = "0.4.0"
log = "0.3"
unicase = "2.0"
url = "1.7.2"
url = "2.0.0"
# Optional dependencies that are activated by the various features
serde = { version = "1.0", optional = true }