diff --git a/Cargo.toml b/Cargo.toml index 33e57e3..6a94d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,9 +23,7 @@ futures = "0.3" pin-project = "0.4" [dependencies.tungstenite] -#version = "0.9.2" -git = "https://github.com/snapview/tungstenite-rs.git" -branch = "master" +version = "0.9.2" default-features = false [dependencies.bytes]