mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update async-tungestenite.
This commit is contained in:
parent
8d217ba6cc
commit
e87bbb093a
2 changed files with 7 additions and 27 deletions
|
@ -16,7 +16,7 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
async-recursion = "0.3.2"
|
||||
async-tungstenite = { version = "0.7.1", features = ["tokio-openssl"] }
|
||||
async-tungstenite = { version = "0.9", features = ["tokio-openssl"] }
|
||||
base64 = "0.10.1"
|
||||
brotli = "3"
|
||||
bytes = "0.4"
|
||||
|
@ -60,7 +60,7 @@ servo_config = { path = "../config" }
|
|||
servo_url = { path = "../url" }
|
||||
time = "0.1.41"
|
||||
tokio = "0.1"
|
||||
tokio2 = { version = "0.2", package = "tokio", features = ["sync", "macros", "rt-threaded"] }
|
||||
tokio2 = { version = "0.2", package = "tokio", features = ["sync", "macros", "rt-threaded", "tcp"] }
|
||||
tokio-compat = "0.1"
|
||||
tungstenite = "0.11"
|
||||
url = "2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue