mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update ipc-channel and other dependencies
These updates will allow us to move to latest rustc nightly. Signed-off-by: Mukilan Thiyagarajan <me@mukilan.in>
This commit is contained in:
parent
a1bfdb60e4
commit
a3e3b4d48f
3 changed files with 56 additions and 84 deletions
|
@ -22,7 +22,7 @@ encoding_rs = "0.8"
|
|||
euclid = "0.22"
|
||||
cookie = "0.12"
|
||||
content-security-policy = { version = "0.5", features = ["serde"]}
|
||||
crossbeam-channel = "0.4"
|
||||
crossbeam-channel = "0.5"
|
||||
cssparser = "0.29"
|
||||
darling = { version = "0.13", default-features = false }
|
||||
data-url = "0.1.0"
|
||||
|
@ -38,7 +38,7 @@ hyper = "0.14"
|
|||
hyper_serde = "0.13"
|
||||
image = "0.24"
|
||||
indexmap = { version = "1.0.2", features = ["std"] }
|
||||
ipc-channel = "0.14"
|
||||
ipc-channel = "0.16"
|
||||
itertools = "0.8"
|
||||
keyboard-types = "0.6"
|
||||
lazy_static = "1.4"
|
||||
|
@ -67,8 +67,8 @@ smallvec = "1.9"
|
|||
sparkle = "0.1.25"
|
||||
string_cache = "0.8"
|
||||
string_cache_codegen = "0.5"
|
||||
surfman = "0.6"
|
||||
surfman-chains = "0.7"
|
||||
surfman = "0.7"
|
||||
surfman-chains = "0.8"
|
||||
surfman-chains-api = "0.2"
|
||||
thin-slice = "0.1.0"
|
||||
time = "0.1.41"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue