diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-12-26 11:20:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-26 11:20:49 +0100 |
| commit | 753777b4affb6020739b4f74932a278f6f8afcce (patch) | |
| tree | 639b75de5868c2db48069fbc23c4acc98490bcab /Cargo.lock | |
| parent | d1f4d81dcf6a03463d82a89d058337acecca0588 (diff) | |
refactor: migrate ext/websocket to hyper 1.1 (#21699)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index dbd17df16..01668b1a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1771,9 +1771,15 @@ dependencies = [ "deno_net", "deno_tls", "fastwebsockets 0.5.0", + "fastwebsockets 0.6.0", "h2 0.3.22", + "h2 0.4.0", "http 0.2.11", + "http 1.0.0", + "http-body-util", "hyper 0.14.27", + "hyper 1.1.0", + "hyper-util", "once_cell", "rustls-tokio-stream", "serde", |
