Update Tera dependency to 0.5.

This commit is contained in:
Sergio Benitez 2016-12-19 20:42:57 -08:00
parent d44c61f1af
commit dba6f26ac9
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ serde_json = { version = "^0.8", optional = true }
handlebars = { version = "^0.23", optional = true, features = ["serde_type"] }
glob = { version = "^0.2", optional = true }
lazy_static = { version = "^0.2", optional = true }
tera = { version = "^0.4", optional = true }
tera = { version = "^0.5", optional = true }