diff --git a/Cargo.toml b/Cargo.toml index 80a94f8..be4a3a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ default-features = false features = ["sink"] [dependencies.tungstenite] -version = "0.27" +version = "0.28" default-features = false [dependencies.async-std] @@ -133,7 +133,7 @@ hyper-util = { version = "0.1", features = ["tokio"] } http-body-util = "0.1" [dev-dependencies.tungstenite] -version = "0.27" +version = "0.28" features = ["url"] [[example]]