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 --- runtime/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/Cargo.toml') diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index a00a4f669..e7704dc9e 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -105,8 +105,8 @@ http.workspace = true http-body-util = "0.1" http_1 = { package = "http", version = "1.0" } hyper = { workspace = true, features = ["server", "stream", "http1", "http2", "runtime"] } -hyper-util = { version = "0.1", features = ["server", "server-auto"] } -hyper1 = { package = "hyper", version = "1.0.1", features = ["server"] } +hyper-util.workspace = true +hyper1.workspace = true libc.workspace = true log.workspace = true netif = "0.1.6" -- cgit v1.2.3