summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2021-06-15 16:56:10 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2021-06-16 09:31:11 +0200
commitb21b4cff7c88c5c297b6a84386909c0cd95db009 (patch)
tree7f2c31637c03886ead6bb53beb9055f2cbad223c /Cargo.toml
parent8c9cc6ea4e8724e3ca2809bcf19bb475835662d4 (diff)
Update handlebars: 4 -> >=4.0.1
Because the 4.0.0 contained a bug which was fixed (by us!) in https://github.com/sunng87/handlebars-rust/pull/445 we must use 4.0.1 as minimum version requirement. Signed-off-by: Matthias Beyer <matthias.beyer@atos.net> Tested-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 03b7bc3..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 = "4", features = ["no_logging"] }
+handlebars = { version = ">=4.0.1", features = ["no_logging"] }
human-panic = "1"
humantime = "2.1"
indicatif = ">= 0.16.1"