From adaa8b3f0e97f5b5ceac91650d71bebb4476786b Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 19 Aug 2021 11:14:32 -0700 Subject: [PATCH] chore(dependencies): require httparse 1.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2cac5eabb0..309a2c25eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ futures-util = { version = "0.3", default-features = false } http = "0.2" http-body = "0.4" httpdate = "1.0" -httparse = "1.4" +httparse = "1.5.1" h2 = { version = "0.3.3", optional = true } itoa = "0.4.1" tracing = { version = "0.1", default-features = false, features = ["std"] }