From 068228cb454d14a6f5943061a5a6569b9e395e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 22 Apr 2023 11:17:31 +0200 Subject: refactor: rewrite tests to "fastwebsockets" crate (#18781) Migrating off of `tokio-tungstenite` crate. --------- Co-authored-by: Divy Srivastava --- ext/websocket/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/websocket') diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index a96b6cceb..53e184e1e 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -16,7 +16,7 @@ path = "lib.rs" [dependencies] deno_core.workspace = true deno_tls.workspace = true -fastwebsockets = { version = "0.2.4", features = ["upgrade"] } +fastwebsockets = { workspace = true, features = ["upgrade"] } http.workspace = true hyper.workspace = true serde.workspace = true -- cgit v1.2.3