Update indicatif requirement from 0.11.0 to 0.12.0

Updates the requirements on [indicatif](https://github.com/mitsuhiko/indicatif) to permit the latest version.
- [Release notes](https://github.com/mitsuhiko/indicatif/releases)
- [Commits](https://github.com/mitsuhiko/indicatif/compare/0.11.0...0.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-10-16 10:07:07 +00:00
committed by Benjamin Bouvier
parent 19a980363e
commit e15b720d56

View File

@@ -42,7 +42,7 @@ wabt = { version = "0.9.1", optional = true }
target-lexicon = "0.8.1" target-lexicon = "0.8.1"
pretty_env_logger = "0.3.0" pretty_env_logger = "0.3.0"
file-per-thread-logger = "0.1.2" file-per-thread-logger = "0.1.2"
indicatif = "0.11.0" indicatif = "0.12.0"
walkdir = "2.2" walkdir = "2.2"
[features] [features]