From ffe1413113b4d79412755b46d42ace277b49f907 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 19:09:27 +0000 Subject: [PATCH] Update http_req requirement from 0.5 to 0.6 Updates the requirements on [http_req](https://github.com/jayjamesjay/http_req) to permit the latest version. - [Release notes](https://github.com/jayjamesjay/http_req/releases) - [Commits](https://github.com/jayjamesjay/http_req/compare/v0.5.0...v0.6.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 2b5728f..19dc346 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -16,7 +16,7 @@ publish = false acme_common = { path = "../acme_common" } clap = "2.32" handlebars = "3.0" -http_req = "0.5" +http_req = "0.6" log = "0.4" nom = "5.0" openssl-sys = "0.9"