summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-12-26 11:20:49 +0100
committerGitHub <noreply@github.com>2023-12-26 11:20:49 +0100
commit753777b4affb6020739b4f74932a278f6f8afcce (patch)
tree639b75de5868c2db48069fbc23c4acc98490bcab /Cargo.lock
parentd1f4d81dcf6a03463d82a89d058337acecca0588 (diff)
refactor: migrate ext/websocket to hyper 1.1 (#21699)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock6
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",