diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-24 14:14:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-24 14:14:29 +0100 |
| commit | e1bfb29868cf49b949560bc3328ea824400a1319 (patch) | |
| tree | 492f63317c9bf4b8885e2ecf9bc4723826b4da42 /Cargo.lock | |
| parent | 92b2e28c6491f339124ec5851173ac0aaef93908 (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.lock | 2 |
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", |
