Update handlebars to 0.24.

This commit is contained in:
Sergio Benitez 2017-01-10 15:06:00 -08:00
parent b109bb41ff
commit 5db5e9f688
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ serde = { version = "^0.8", optional = true }
serde_json = { version = "^0.8", optional = true }
# Templating dependencies only.
handlebars = { version = "^0.23", optional = true, features = ["serde_type"] }
handlebars = { version = "^0.24", optional = true, features = ["serde_type"] }
glob = { version = "^0.2", optional = true }
lazy_static = { version = "^0.2", optional = true }
tera = { version = "^0.6", optional = true }