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

@@ -28,7 +28,7 @@ solana-stake-api = { path = "../programs/stake_api", version = "0.17.0" }
solana-storage-api = { path = "../programs/storage_api", version = "0.17.0" }
solana-vote-api = { path = "../programs/vote_api", version = "0.17.0" }
solana-vote-signer = { path = "../vote-signer", version = "0.17.0" }
url = "1.7.2"
url = "2.0.0"
[dev-dependencies]
solana = { path = "../core", version = "0.17.0" }