Bump indicatif from 0.12.0 to 0.13.0 (#6736)

Bumps [indicatif](https://github.com/mitsuhiko/indicatif) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/mitsuhiko/indicatif/releases)
- [Commits](https://github.com/mitsuhiko/indicatif/compare/0.12.0...0.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-11-05 13:25:28 -07:00
committed by Michael Vines
parent 85c9a231c1
commit 46391397b8
3 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ bzip2 = "0.3.3"
clap = "2.33.0"
console = "0.9.1"
log = "0.4.8"
indicatif = "0.12.0"
indicatif = "0.13.0"
reqwest = { version = "0.9.22", default-features = false }
serde_json = "1.0.41"
solana-client = { path = "../client", version = "0.21.0" }