chore: bump url from 2.2.0 to 2.2.2 (#18170)

Bumps [url](https://github.com/servo/rust-url) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](https://github.com/servo/rust-url/compare/v2.2.0...v2.2.2)

---
updated-dependencies:
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-06-23 14:54:50 -06:00
committed by GitHub
parent 483a1477f3
commit fc3b2f0f8d
8 changed files with 19 additions and 19 deletions

View File

@ -47,7 +47,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.8.0" }
spl-memo = { version = "=3.0.1", features = ["no-entrypoint"] }
thiserror = "1.0.25"
tiny-bip39 = "0.7.0"
url = "2.1.1"
url = "2.2.2"
[dev-dependencies]
solana-core = { path = "../core", version = "=1.8.0" }