From 421faceae3ff7ef97f8472c6845bf99608dbb73e Mon Sep 17 00:00:00 2001 From: simonborje Date: Thu, 19 Aug 2021 14:51:21 +0200 Subject: [PATCH] Update tokio-tungstenite version (#211) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Simon Börjesson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af2b4846..69d748e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ tower-http = { version = "0.1", features = ["add-extension", "map-response-body" sync_wrapper = "0.1.1" # optional dependencies -tokio-tungstenite = { optional = true, version = "0.14" } +tokio-tungstenite = { optional = true, version = "0.15" } sha-1 = { optional = true, version = "0.9.6" } base64 = { optional = true, version = "0.13" } headers = { optional = true, version = "0.3" }