Skip to content

Commit

Permalink
chore(dependencies): Update httpdate to v1.0 (hyperium#2485)
Browse files Browse the repository at this point in the history
Previous version would return wrong results for `Ord`.
  • Loading branch information
pyfisch authored Apr 6, 2021
1 parent 98e7e0b commit 96f7222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ futures-channel = "0.3"
futures-util = { version = "0.3", default-features = false }
http = "0.2"
http-body = "0.4"
httpdate = "0.3"
httpdate = "1.0"
httparse = "1.0"
h2 = { version = "0.3", optional = true }
itoa = "0.4.1"
Expand Down

0 comments on commit 96f7222

Please sign in to comment.