mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Auto merge of #22221 - Eijebong:random-depup, r=nox
Update dependencies Those are all easy and unrelated dependency updates, hence the single PR <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22221) <!-- Reviewable:end -->
This commit is contained in:
commit
482923cec2
6 changed files with 79 additions and 64 deletions
|
@ -17,7 +17,7 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
base64 = "0.9"
|
||||
brotli = "2.5"
|
||||
brotli = "3"
|
||||
bytes = "0.4"
|
||||
cookie_rs = {package = "cookie", version = "0.11"}
|
||||
crossbeam-channel = "0.3"
|
||||
|
@ -29,7 +29,7 @@ headers-ext = "0.0.3"
|
|||
http = "0.1"
|
||||
hyper = "0.12"
|
||||
hyper_serde = "0.9"
|
||||
hyper-openssl = "0.6"
|
||||
hyper-openssl = "0.7"
|
||||
immeta = "0.4"
|
||||
ipc-channel = "0.11"
|
||||
lazy_static = "1"
|
||||
|
@ -62,7 +62,7 @@ ws = { version = "0.7", features = ["ssl"] }
|
|||
[dev-dependencies]
|
||||
std_test_override = { path = "../std_test_override" }
|
||||
futures = "0.1"
|
||||
tokio-openssl = "0.2"
|
||||
tokio-openssl = "0.3"
|
||||
|
||||
[[test]]
|
||||
name = "main"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue