diff --git a/Cargo.toml b/Cargo.toml
index e45ff93707e9cd02193ca8b57d4b677121e216bd..7b929ecd67fd3fa692a392de4b0d335abbade1df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,9 +15,6 @@ readme = "Readme.md"
 log = "0.4.11"
 thiserror = "1.0.22"
 
-[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
-tokio-tungstenite = "0.12.0"
-
 [target.'cfg(target_arch = "wasm32")'.dependencies]
 wasm-bindgen = "0.2"
 js-sys = "0.3"