From e15b720d56b703a839fa01d35854d1d06fbc575e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 10:07:07 +0000 Subject: [PATCH] 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] --- cranelift/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranelift/Cargo.toml b/cranelift/Cargo.toml index d2404d2ad2..8ccacc3e8a 100644 --- a/cranelift/Cargo.toml +++ b/cranelift/Cargo.toml @@ -42,7 +42,7 @@ wabt = { version = "0.9.1", optional = true } target-lexicon = "0.8.1" pretty_env_logger = "0.3.0" file-per-thread-logger = "0.1.2" -indicatif = "0.11.0" +indicatif = "0.12.0" walkdir = "2.2" [features]