From 28e2c7204fe02304a8fc3339d7758eec0f64f723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 24 Apr 2023 05:56:55 +0200 Subject: chore: remove tokio-tungstenite dependency (#18814) --- ext/websocket/Cargo.toml | 1 - ext/websocket/lib.rs | 1 - 2 files changed, 2 deletions(-) (limited to 'ext') diff --git a/ext/websocket/Cargo.toml b/ext/websocket/Cargo.toml index 006c73a5f..82be1d863 100644 --- a/ext/websocket/Cargo.toml +++ b/ext/websocket/Cargo.toml @@ -24,4 +24,3 @@ hyper = { workspace = true, features = ["backports"] } serde.workspace = true tokio.workspace = true tokio-rustls.workspace = true -tokio-tungstenite = { workspace = true, features = ["rustls-tls-webpki-roots"] } diff --git a/ext/websocket/lib.rs b/ext/websocket/lib.rs index 943b5d47c..07cddc85b 100644 --- a/ext/websocket/lib.rs +++ b/ext/websocket/lib.rs @@ -52,7 +52,6 @@ use fastwebsockets::OpCode; use fastwebsockets::Role; use fastwebsockets::WebSocket; -pub use tokio_tungstenite; // Re-export tokio_tungstenite mod stream; #[derive(Clone)] -- cgit v1.2.3