examples: replace time crate with httpdate (#4169)

This commit is contained in:
Philip Dubé
2021-10-15 15:21:08 +02:00
committed by GitHub
parent bb6a292d0a
commit d4848a9e2e
2 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
httparse = "1.0"
time = "0.1"
httpdate = "1.0"
once_cell = "1.5.2"
rand = "0.8.3"