Update handlebars to 0.30, tera to 0.11.

This commit is contained in:
Sergio Benitez 2018-01-23 18:53:55 -08:00
parent 944aa79a8f
commit f2331a831a
1 changed files with 2 additions and 2 deletions

View File

@ -33,9 +33,9 @@ serde_json = { version = "1.0", optional = true }
rmp-serde = { version = "^0.13", optional = true }
# Templating dependencies only.
handlebars = { version = "^0.29", optional = true }
handlebars = { version = "0.30", optional = true }
glob = { version = "^0.2", optional = true }
tera = { version = "^0.10", optional = true }
tera = { version = "0.11", optional = true }
[package.metadata.docs.rs]
all-features = true