Bump reqwest from 0.9.21 to 0.9.22

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.9.21 to 0.9.22.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/v0.9.22/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.9.21...v0.9.22)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-14 18:14:30 +00:00
committed by Michael Vines
parent 9803f167bd
commit 2be03ca631
8 changed files with 17 additions and 17 deletions

View File

@ -14,7 +14,7 @@ clap = "2.33.0"
console = "0.9.0"
log = "0.4.8"
indicatif = "0.12.0"
reqwest = { version = "0.9.21", default-features = false }
reqwest = { version = "0.9.22", default-features = false }
serde_json = "1.0.41"
solana-client = { path = "../client", version = "0.20.0" }
solana-core = { path = "../core", version = "0.20.0" }