From 9e6803fb8a7e68251d51afc3e27be11e89a990c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 05:08:01 +0000 Subject: [PATCH] Update httpdate requirement from 0.3.2 to 1.0.2 Updates the requirements on [httpdate](https://github.com/pyfisch/httpdate) to permit the latest version. - [Release notes](https://github.com/pyfisch/httpdate/releases) - [Commits](https://github.com/pyfisch/httpdate/compare/v0.3.2...v1.0.2) --- updated-dependencies: - dependency-name: httpdate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a1a0c0..62b3522 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ atomicwrites = "0.2.1" error-chain = "0.11.0" futures = "0.1.13" futures-error-chain = "0.1.0" -httpdate = "0.3.2" +httpdate = "1.0.2" log = "0.4.6" openssl = "0.10.7" pinboard = "2.0.0"