From 0b9e354f423b83d624d31a0bade357dc25d453ca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2020 04:37:41 +0000 Subject: [PATCH] Update handlebars requirement from 2.0.0-beta.2 to 3.0.0 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.0) 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..5425af3 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.0" http_req = "0.5" log = "0.4" nom = "5.0"