diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-23 16:01:03 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-12-23 23:05:10 +0100 |
commit | 6877863329778142fd30a561fca6a91b151410d4 (patch) | |
tree | ca03cd8eca1ea26bcce44a761d48b741ea367f9f /Cargo.toml | |
parent | 4061b03b3be49ae4fab026a92c463f837173831b (diff) |
upgrade httpdate to v1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |