From 747d5ccc1c0fbb4107eaf8d1cc919f69ea79ce8e Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sun, 13 Oct 2019 11:04:09 +0200 Subject: [PATCH] Update the handlebars dependency --- acme_common/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acme_common/Cargo.toml b/acme_common/Cargo.toml index 36c98f8..ec6f7bc 100644 --- a/acme_common/Cargo.toml +++ b/acme_common/Cargo.toml @@ -16,7 +16,7 @@ name = "acme_common" base64 = "0.10" daemonize = "0.4" env_logger = "0.7" -handlebars = "2.0.0-beta.2" +handlebars = "2.0" http_req = "0.5" log = "0.4" openssl = "0.10"