chore: remove tokio-tungstenite dependency (#18814)

This commit is contained in:
Bartek Iwańczuk 2023-04-24 05:56:55 +02:00 committed by GitHub
parent ea0694bbfd
commit 28e2c7204f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 68 deletions

View file

@ -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)]