From 9aa39a6a12bf27186036303d364ee4af9ff0631a Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Mon, 5 Jun 2017 23:03:27 +0800 Subject: [PATCH] (chore) update handlebars to 0.27.0 Signed-off-by: Ning Sun --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 098566da..ced82e51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ exclude = [ [dependencies] clap = "2.24" -handlebars = "0.26" +handlebars = "0.27" serde = "1.0" serde_derive = "1.0" serde_json = "1.0"