Bump indicatif from 0.14.0 to 0.15.0

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-06-14 22:49:05 +00:00
committed by Michael Vines
parent f6546d00c2
commit 943ae9793d
6 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ clap = { version = "2.33.1" }
console = "0.11.3"
ctrlc = { version = "3.1.4", features = ["termination"] }
dirs = "2.0.2"
indicatif = "0.14.0"
indicatif = "0.15.0"
lazy_static = "1.4.0"
nix = "0.17.0"
reqwest = { version = "0.10.6", default-features = false, features = ["blocking", "rustls-tls", "json"] }