mirror of
https://github.com/tokio-rs/axum.git
synced 2025-01-11 12:31:25 +01:00
Update tokio-tungstenite version (#211)
Co-authored-by: Simon Börjesson <no@address.com>
This commit is contained in:
parent
0f48f33e9d
commit
421faceae3
1 changed files with 1 additions and 1 deletions
|
@ -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" }
|
||||
|
|
Loading…
Reference in a new issue