diff --git a/compio-ws/Cargo.toml b/compio-ws/Cargo.toml index b9c591ee9..b64eb2718 100644 --- a/compio-ws/Cargo.toml +++ b/compio-ws/Cargo.toml @@ -20,7 +20,7 @@ compio-net = { workspace = true, optional = true } compio-tls = { workspace = true, default-features = false } compio-log = { workspace = true } -tungstenite = "0.29.0" +tungstenite = "0.30.0" async-tungstenite = "0.34.0" rustls-platform-verifier = { workspace = true, optional = true }