From beb8b30a573a43b40fc8490a1b711491d35c146b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 08:07:58 +0000 Subject: [PATCH] fix(deps): update rust crate tokio-tungstenite to 0.17.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"