mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update ipc-channel, crossbeam-channel and other deps (#30070)
These updates will allow us to move to the latest nightly rustc Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
5305c507c2
commit
926cce5b86
3 changed files with 50 additions and 78 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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue