summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-06-16 09:31:22 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-06-16 09:31:22 +0200
commit2ebb3a00aca2eaaea5f182b1f72e21c09fcba6ee (patch)
tree556937d0b71a9e0ecf3289b06aacdc51596c3097 /Cargo.toml
parent33ad5925209330f5bf292e8f8f8ac9c29d47ce5d (diff)
parentb21b4cff7c88c5c297b6a84386909c0cd95db009 (diff)
Merge branch 'try-update-handlebars'
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..b982d11 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.0.1", features = ["no_logging"] }
human-panic = "1"
humantime = "2.1"
indicatif = ">= 0.16.1"