From 96f7222435bc484d203a56ba4c9899690fada5b7 Mon Sep 17 00:00:00 2001 From: pyfisch Date: Tue, 6 Apr 2021 19:43:01 +0200 Subject: [PATCH] chore(dependencies): Update httpdate to v1.0 (#2485) Previous version would return wrong results for `Ord`. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 26afc95d8f..02d6d333c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"