From 2bfb41d968922da717a47508aac680f57a6143a2 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sun, 11 Jun 2017 01:07:18 -0700 Subject: [PATCH] Update 'handlebars' and 'base64' dependencies. --- contrib/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/Cargo.toml b/contrib/Cargo.toml index ae7347aa..59bda380 100644 --- a/contrib/Cargo.toml +++ b/contrib/Cargo.toml @@ -33,6 +33,6 @@ serde_json = { version = "1.0", optional = true } rmp-serde = { version = "^0.13", optional = true } # Templating dependencies only. -handlebars = { version = "^0.26.1", optional = true } +handlebars = { version = "^0.27", optional = true } glob = { version = "^0.2", optional = true } tera = { version = "^0.10", optional = true } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c26ca3a4..9f48fbd3 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -26,7 +26,7 @@ num_cpus = "1" state = "0.2.2" time = "0.1" memchr = "1" -base64 = "0.5.2" +base64 = "0.6" smallvec = "0.4" pear = "0.0.8" pear_codegen = "0.0.8"