summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-05-17 13:58:10 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-05-17 13:59:44 +0200
commitddbd9629b3188c9f08d023829683c40ab9e1448b (patch)
tree8ebcf47cb5d54b1f2e843bf760a8f9f260a8fb26 /Cargo.toml
parentf9a2d04b50c566ff762b3f450b444cf6c6757715 (diff)
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 <mail@beyermatthias.de>
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 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"