From bddd29dfe4b1607c0840f5428e85c73744e3e753 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 7 Oct 2019 18:06:29 +0200 Subject: [PATCH] Update dependency: indicatif: 0.11 -> 0.12 --- bin/core/imag-diagnostics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/core/imag-diagnostics/Cargo.toml b/bin/core/imag-diagnostics/Cargo.toml index 75471433..97ec6047 100644 --- a/bin/core/imag-diagnostics/Cargo.toml +++ b/bin/core/imag-diagnostics/Cargo.toml @@ -17,7 +17,7 @@ homepage = "http://imag-pim.org" log = "0.4.6" toml = "0.5.1" toml-query = "0.9.2" -indicatif = "0.11.0" +indicatif = "0.12.0" failure = "0.1.5" libimagstore = { version = "0.10.0", path = "../../../lib/core/libimagstore" }