diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-10-12 16:03:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-12 14:03:19 +0000 |
| commit | cee221109a61406004817b09361bf3674ab06cde (patch) | |
| tree | 026773e765c2433d6256a9b4b8b423e0f26cbad1 /Cargo.lock | |
| parent | 2fb9ddd2e6d6a89ee3c362038581b37e9d388c92 (diff) | |
fix(node/http2): fixes to support grpc (#20712)
This commit improves "node:http2" module implementation, by enabling
to use "options.createConnection" callback when starting an HTTP2
session.
This change enables to pass basic client-side test with "grpc-js/grpc"
package.
Smaller fixes like "Http2Session.unref()" and "Http2Session.setTimeout()"
were handled as well.
Fixes #16647
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 51192db2f..8afda07c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6301,9 +6301,9 @@ dependencies = [ [[package]] name = "v8" -version = "0.79.1" +version = "0.79.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b87d5248d1a7e321a264d21dc7839675fc0bb456e489102272a55b44047869f0" +checksum = "b15561535230812a1db89a696f1f16a12ae6c2c370c6b2241c68d4cb33963faf" dependencies = [ "bitflags 1.3.2", "fslock", |
