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:
Mukilan Thiyagarajan 2023-08-04 12:27:19 +05:30 committed by GitHub
parent 5305c507c2
commit 926cce5b86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 50 additions and 78 deletions

View file

@ -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"