mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-27 00:00:24 +02:00
Update tokio-tungstenite version (#211)
Co-authored-by: Simon Börjesson <[email protected]>
This commit is contained in:
co-authored by
Simon Börjesson
parent
0f48f33e9d
commit
421faceae3
+1
-1
@@ -39,7 +39,7 @@ tower-http = { version = "0.1", features = ["add-extension", "map-response-body"
|
|||||||
sync_wrapper = "0.1.1"
|
sync_wrapper = "0.1.1"
|
||||||
|
|
||||||
# optional dependencies
|
# optional dependencies
|
||||||
tokio-tungstenite = { optional = true, version = "0.14" }
|
tokio-tungstenite = { optional = true, version = "0.15" }
|
||||||
sha-1 = { optional = true, version = "0.9.6" }
|
sha-1 = { optional = true, version = "0.9.6" }
|
||||||
base64 = { optional = true, version = "0.13" }
|
base64 = { optional = true, version = "0.13" }
|
||||||
headers = { optional = true, version = "0.3" }
|
headers = { optional = true, version = "0.3" }
|
||||||
|
|||||||
Reference in New Issue
Block a user