From e1bfb29868cf49b949560bc3328ea824400a1319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 24 Dec 2023 14:14:29 +0100 Subject: refactor: use hyper 1.0 in grpc test server (#21584) Ref https://github.com/denoland/deno/issues/21578 --- ext/http/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/http/Cargo.toml b/ext/http/Cargo.toml index 9aa583f69..267251606 100644 --- a/ext/http/Cargo.toml +++ b/ext/http/Cargo.toml @@ -35,8 +35,8 @@ http.workspace = true http_1 = { package = "http", version = "=1.0.0" } httparse.workspace = true hyper = { workspace = true, features = ["server", "stream", "http1", "http2", "runtime"] } -hyper-util = { version = "=0.1.2", features = ["tokio"] } -hyper1 = { package = "hyper", features = ["full"], version = "=1.1.0" } +hyper-util.workspace = true +hyper1.workspace = true itertools = "0.10" memmem.workspace = true mime = "0.3.16" -- cgit v1.2.3