From 6ceccb679d9c2d19389c6c6eef792d8db9086f31 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 10 May 2021 15:18:10 +0200 Subject: Update dependency: indicatif 0.15 -> 0.16 Because the interfaces of indicatif have changed, this PR changes a lot of calls in the codebase. (Yay, moving all the things!) 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 4eebeef..28d82d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ getset = "0.1" git2 = "0.13" handlebars = { version = "3", features = ["no_logging"] } humantime = "2.1" -indicatif = "0.15" +indicatif = "0.16" indoc = "1" itertools = "0.10" lazy_static = "1.4" -- cgit v1.2.3