From ef06ed28d85bebac34970c299be036f407b3cd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 13 Jul 2023 00:46:34 +0200 Subject: [PATCH] chore: pin hyper dependency (#19813) --- ext/http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index 8b460af5fe..f741d3472a 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -36,7 +36,7 @@ fly-accept-encoding = "0.2.0" http.workspace = true httparse.workspace = true hyper = { workspace = true, features = ["server", "stream", "http1", "http2", "runtime"] } -hyper1 = { package = "hyper", features = ["full"], version = "1.0.0-rc.3" } +hyper1 = { package = "hyper", features = ["full"], version = "=1.0.0-rc.3" } memmem.workspace = true mime = "0.3.16" once_cell.workspace = true