From 6877863329778142fd30a561fca6a91b151410d4 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 23 Dec 2021 16:01:03 +0100 Subject: upgrade httpdate to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c0769f..5c5316d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ security = ["base64", "hmac", "rand", "sha2"] http = "0.2" serde = { version = "1.0", features = ["derive"] } serde_urlencoded = "0.7.0" -httpdate = "0.3.2" +httpdate = "1" mime = "0.3" thiserror = "1.0" -- cgit v1.2.3