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-08 09:28:09 +0200
commit3cb481417b13c5664bb4157d932b8ad4df5cb66d (patch)
tree3fd1680f15c148639dda612a9147ef552efe1926 /Cargo.toml
parente2a54724247d42ebac65c0315fc4dbfaa2db5f80 (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 37a2c32..95c9ae0 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"