summaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
parent92b2e28c6491f339124ec5851173ac0aaef93908 (diff)
refactor: use hyper 1.0 in grpc test server (#21584)
Ref https://github.com/denoland/deno/issues/21578
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 42e21306f..8c0383fb0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -5987,7 +5987,9 @@ dependencies = [
"futures",
"glob",
"h2 0.3.22",
+ "h2 0.4.0",
"hyper 0.14.27",
+ "hyper 1.1.0",
"lazy-regex",
"libc",
"lsp-types",