summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-05-20 11:54:09 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-05-20 11:55:05 +0200
commit9b51bbb5aac1f5dc27d6666f724f3f74be1c13e8 (patch)
treeb8b41965a4f706f4eccda4477606f7f033921d4f /Cargo.toml
parent9bec3af8a0a0a53722a6a0fd77a805131707416a (diff)
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 <matthias.beyer@atos.net>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"