Update 'handlebars' to 0.28.

This commit is contained in:
Sean Stangl 2018-01-13 08:48:10 -08:00 committed by Sergio Benitez
parent 4fe30711a3
commit 68b6fa7eab
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ serde_json = { version = "1.0", optional = true }
rmp-serde = { version = "^0.13", optional = true }
# Templating dependencies only.
handlebars = { version = "^0.27", optional = true }
handlebars = { version = "^0.28", optional = true }
glob = { version = "^0.2", optional = true }
tera = { version = "^0.10", optional = true }