Bump url from 1.7.2 to 2.0.0 (#5247)

* Bump url from 1.7.2 to 2.0.0

Bumps [url](https://github.com/servo/rust-url) from 1.7.2 to 2.0.0.
- [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>

* Adapt to url 2.0.0
This commit is contained in:
dependabot-preview[bot]
2019-07-26 21:46:38 -07:00
committed by Michael Vines
parent 252257fe66
commit b59a99111c
5 changed files with 35 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ serde_json = "1.0.40"
solana-client = { path = "../client", version = "0.17.0" }
solana-config-api = { path = "../programs/config_api", version = "0.17.0" }
solana-sdk = { path = "../sdk", version = "0.17.0" }
url = "1.7.2"
url = "2.0.0"
[[bin]]
name = "solana-validator-info"