Revert "Update ipc-channel and other dependencies" (#30017)

This reverts commit a3e3b4d48f.
This commit is contained in:
Martin Robinson 2023-07-20 16:27:14 +02:00 committed by GitHub
parent 59b0b1bade
commit cc585b74d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 84 additions and 58 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.5"
crossbeam-channel = "0.4"
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.16"
ipc-channel = "0.14"
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.7"
surfman-chains = "0.8"
surfman = "0.6"
surfman-chains = "0.7"
surfman-chains-api = "0.2"
thin-slice = "0.1.0"
time = "0.1.41"