mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update tungstenite and async-tungstenite to 0.17
This commit is contained in:
parent
7c8c67b847
commit
8abdf702b7
4 changed files with 27 additions and 24 deletions
|
|
@ -37,7 +37,7 @@ serde = { version = "1", features = ["derive"] }
|
|||
signal-hook = { version = "0.3" }
|
||||
slab = "0.4"
|
||||
toml_config = "0.1.0"
|
||||
tungstenite = "0.16"
|
||||
tungstenite = "0.17"
|
||||
|
||||
# mio
|
||||
crossbeam-channel = { version = "0.5", optional = true }
|
||||
|
|
@ -47,7 +47,7 @@ parking_lot = { version = "0.12", optional = true }
|
|||
socket2 = { version = "0.4", features = ["all"], optional = true }
|
||||
|
||||
# glommio
|
||||
async-tungstenite = { version = "0.16", optional = true }
|
||||
async-tungstenite = { version = "0.17", optional = true }
|
||||
futures-lite = { version = "1", optional = true }
|
||||
futures = { version = "0.3", optional = true }
|
||||
futures-rustls = { version = "0.22", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue