From 9917b2d773e61bba80fc56628d2d4f6c59175615 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Apr 2021 05:21:05 +0000 Subject: [PATCH] Update httpdate requirement from 0.3.2 to 1.0.0 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.0) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a1a0c0..c231e93 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.0" log = "0.4.6" openssl = "0.10.7" pinboard = "2.0.0"