From 04f098148f9ef155943b7e45ea6488f53fb77824 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Mon, 23 Oct 2023 14:09:39 -0600 Subject: [PATCH] chore(dependencies): update `http` to 0.2.7 (#3372) This is required to use HeaderName::from_static in a const --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 860b2a8dca..e4c2382257 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ include = [ bytes = "1" futures-channel = "0.3" futures-util = { version = "0.3", default-features = false } -http = "0.2" +http = "0.2.7" http-body = "=1.0.0-rc.2" pin-project-lite = "0.2.4" tokio = { version = "1.13", features = ["sync"] }