From f2331a831ababc485269178588804cd49e235db0 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Tue, 23 Jan 2018 18:53:55 -0800 Subject: [PATCH] Update handlebars to 0.30, tera to 0.11. --- contrib/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/Cargo.toml b/contrib/Cargo.toml index 2eeaf2d3..753858e3 100644 --- a/contrib/Cargo.toml +++ b/contrib/Cargo.toml @@ -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