From be17931cd26fd2d2a85e8365c1d9e82006d455f6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2020 04:39:00 +0000 Subject: [PATCH] Update handlebars requirement from 2.0.0-beta.2 to 3.0.1 Updates the requirements on [handlebars](https://github.com/sunng87/handlebars-rust) to permit the latest version. - [Release notes](https://github.com/sunng87/handlebars-rust/releases) - [Changelog](https://github.com/sunng87/handlebars-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/sunng87/handlebars-rust/compare/handlebars-2.0.0-beta.2...v3.0.1) Signed-off-by: dependabot-preview[bot] --- acmed/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acmed/Cargo.toml b/acmed/Cargo.toml index ac0cde2..e91642f 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -15,7 +15,7 @@ publish = false [dependencies] acme_common = { path = "../acme_common" } clap = "2.32" -handlebars = "2.0.0-beta.2" +handlebars = "3.0.1" http_req = "0.5" log = "0.4" nom = "5.0"