Update 'handlebars' to 2.0.

This commit is contained in:
Ning Sun 2019-07-14 10:25:30 +08:00 committed by Sergio Benitez
parent 3e4f8453ce
commit 93c979eb43
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ serde_json = { version = "1.0.26", optional = true }
rmp-serde = { version = "^0.13", optional = true }
# Templating dependencies.
handlebars = { version = "1.0", optional = true }
handlebars = { version = "2.0", optional = true }
glob = { version = "0.3", optional = true }
tera = { version = "0.11", optional = true }