chore(dependencies): Update httpdate to v1.0 (#2485)

Previous version would return wrong results for `Ord`.
This commit is contained in:
pyfisch
2021-04-06 19:43:01 +02:00
committed by GitHub
parent 98e7e0bd15
commit 96f7222435

View File

@@ -29,7 +29,7 @@ futures-channel = "0.3"
futures-util = { version = "0.3", default-features = false } futures-util = { version = "0.3", default-features = false }
http = "0.2" http = "0.2"
http-body = "0.4" http-body = "0.4"
httpdate = "0.3" httpdate = "1.0"
httparse = "1.0" httparse = "1.0"
h2 = { version = "0.3", optional = true } h2 = { version = "0.3", optional = true }
itoa = "0.4.1" itoa = "0.4.1"