summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-06-08 09:28:05 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-06-15 11:17:34 +0200
commitbb9c31f30ded4c886659331ad6afe1dab5a8bd06 (patch)
tree74ba4dc7ab09c2f8dab6da377f50feaa07816ffa /Cargo.toml
parent41fbf73f7ab3fcd65e36c3d6678109f535d1aa03 (diff)
Update dependency: handlebars: 3 -> 4
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 e9adeb6..03b7bc3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ filters = "0.4.0"
futures = "0.3"
getset = "0.1"
git2 = "0.13"
-handlebars = { version = "3", features = ["no_logging"] }
+handlebars = { version = "4", features = ["no_logging"] }
human-panic = "1"
humantime = "2.1"
indicatif = ">= 0.16.1"