diff --git a/Cargo.toml b/Cargo.toml index 417edc0..edd4a14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ serde_json = { version = "1.0.71", optional = true } serde_urlencoded = { version = "0.7.0", optional = true } cookie = { version = "0.15.1", features = ["percent-encode"], optional = true } -tokio-tungstenite = { version = "0.16.0", optional = true } +tokio-tungstenite = { version = "0.17.1", optional = true } tower-service = "0.3.1" tower-layer = "0.3.1"