From e33c5eb704c22fad69876e87d9b852a4e5072a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 26 Dec 2023 21:53:28 +0100 Subject: refactor: fastwebsockets renames (#21707) We now use only a single version of "fastwebsockets" crate, so we no longer need to have an alias. --- ext/websocket/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/websocket/Cargo.toml') diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index 5aa668bfe..a4321b498 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -18,7 +18,7 @@ bytes.workspace = true deno_core.workspace = true deno_net.workspace = true deno_tls.workspace = true -fastwebsockets_06 = { package = "fastwebsockets", version = "0.6", features = ["upgrade", "unstable-split"] } +fastwebsockets.workspace = true h2_04 = { package = "h2", version = "0.4" } http-body-util = "0.1" http_1 = { package = "http", version = "1.0" } -- cgit v1.2.3