Skip to content

Commit 96f7222

Browse files
authored
chore(dependencies): Update httpdate to v1.0 (#2485)
Previous version would return wrong results for `Ord`.
1 parent 98e7e0b commit 96f7222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ futures-channel = "0.3"
2929
futures-util = { version = "0.3", default-features = false }
3030
http = "0.2"
3131
http-body = "0.4"
32-
httpdate = "0.3"
32+
httpdate = "1.0"
3333
httparse = "1.0"
3434
h2 = { version = "0.3", optional = true }
3535
itoa = "0.4.1"

0 commit comments

Comments
 (0)