Update tokio-tungstenite version (#211)

Co-authored-by: Simon Börjesson <no@address.com>
This commit is contained in:
simonborje 2021-08-19 14:51:21 +02:00 committed by GitHub
parent 0f48f33e9d
commit 421faceae3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" }