From a02df167c5fab6f31e983666383907037fac6bcf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 04:29:03 +0000 Subject: [PATCH] Update attohttpc requirement from 0.15 to 0.16 Updates the requirements on [attohttpc](https://github.com/sbstp/attohttpc) to permit the latest version. - [Release notes](https://github.com/sbstp/attohttpc/releases) - [Commits](https://github.com/sbstp/attohttpc/compare/v0.15.0...v0.16.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 17603cf..168c968 100644 --- a/acmed/Cargo.toml +++ b/acmed/Cargo.toml @@ -21,7 +21,7 @@ openssl_vendored = ["crypto_openssl", "acme_common/openssl_vendored", "attohttpc [dependencies] acme_common = { path = "../acme_common" } -attohttpc = { version = "0.15", default-features = false, features = ["charsets", "json"] } +attohttpc = { version = "0.16", default-features = false, features = ["charsets", "json"] } bincode = "1.3" clap = "2.32" glob = "0.3"