summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-05-10 15:18:10 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-05-11 09:13:36 +0200
commit6ceccb679d9c2d19389c6c6eef792d8db9086f31 (patch)
treebb0936568c9cba578ebbb8ef34093b30ba134bf1 /Cargo.toml
parent1ebfa387fa5d47e3200b990f63f55bbe36adeff1 (diff)
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 <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 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"