From 20759b10a9fb58a329de345747679c076d211e53 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Thu, 18 Jun 2020 06:53:18 +0200 Subject: [PATCH] chore: Update indicatif to 0.15 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b7dad2..6e6e352 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ build = "build.rs" [dependencies] colored = "1.9" -indicatif = "0.14" +indicatif = "0.15" statistical = "1.0" atty = "0.2" cfg-if = "0.1"