summaryrefslogtreecommitdiff
path: root/runtime/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-12-24 14:14:29 +0100
committerGitHub <noreply@github.com>2023-12-24 14:14:29 +0100
commite1bfb29868cf49b949560bc3328ea824400a1319 (patch)
tree492f63317c9bf4b8885e2ecf9bc4723826b4da42 /runtime/Cargo.toml
parent92b2e28c6491f339124ec5851173ac0aaef93908 (diff)
refactor: use hyper 1.0 in grpc test server (#21584)
Ref https://github.com/denoland/deno/issues/21578
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r--runtime/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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"