aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-12-23 16:01:03 +0100
committerMartin Fischer <martin@push-f.com>2021-12-23 23:05:10 +0100
commit6877863329778142fd30a561fca6a91b151410d4 (patch)
treeca03cd8eca1ea26bcce44a761d48b741ea367f9f /Cargo.toml
parent4061b03b3be49ae4fab026a92c463f837173831b (diff)
upgrade httpdate to v1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"