diff --git a/Cargo.toml b/Cargo.toml index dedbef2..43df243 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ async-tungstenite = { version = "0.33", default-features = false, features = [ tokio-util = { version = "0.7", default-features = false, features = [ "compat", ] } -tungstenite = { version = "0.28", default-features = false, features = [ +tungstenite = { version = "0.29", default-features = false, features = [ "handshake", ] }