From 9b51bbb5aac1f5dc27d6666f724f3f74be1c13e8 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 20 May 2021 11:54:09 +0200 Subject: Update dependency: indicatif 0.15 -> 0.16.1 0.16.1 has been published which fixes the bug introduced by 0.16.0, hence update this dependency. This reverts commit ddbd9629b3188c9f08d023829683c40ab9e1448b. Signed-off-by: Matthias Beyer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1a23555..37a2c32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ git2 = "0.13" handlebars = { version = "3", features = ["no_logging"] } human-panic = "1" humantime = "2.1" -indicatif = "0.15" +indicatif = ">= 0.16.1" indoc = "1" itertools = "0.10" lazy_static = "1.4" -- cgit v1.2.3