diff --git a/Cargo.toml b/Cargo.toml index 2b33eaf3e..41db0e95b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ tokio-stream = "0.1.1" tokio-util = { version = "0.6", features = ["io"] } tracing = { version = "0.1.21", default-features = false, features = ["std"] } tower-service = "0.3" -tokio-tungstenite = { version = "0.14", optional = true } +tokio-tungstenite = { version = "0.15", optional = true } percent-encoding = "2.1" pin-project = "1.0" tokio-rustls = { version = "0.22", optional = true }