Update tokio-tungstenite version (#211)

Co-authored-by: Simon Börjesson <[email protected]>
This commit is contained in:
simonborje
2021-08-19 14:51:21 +02:00
committed by GitHub
co-authored by Simon Börjesson
parent 0f48f33e9d
commit 421faceae3
+1 -1
View File
@@ -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" }