From ddbd9629b3188c9f08d023829683c40ab9e1448b Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 17 May 2021 13:58:10 +0200 Subject: Revert "Update dependency: indicatif 0.15 -> 0.16" This reverts the dependency update because indicatif 0.16 introduced a reachable `unreachable!()` statement in their sourcecode that we actually hit if we `--hide-bars`. This reverts commit 6ceccb679d9c2d19389c6c6eef792d8db9086f31. 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 8dc8e26..1a23555 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.16" +indicatif = "0.15" indoc = "1" itertools = "0.10" lazy_static = "1.4" -- cgit v1.2.3