mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #24058 - Eijebong:ipc-channel, r=jdm
Update ipc-channel and related dependencies <!-- 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/24058) <!-- Reviewable:end -->
This commit is contained in:
commit
9a4f90bf0c
36 changed files with 120 additions and 139 deletions
|
@ -15,7 +15,7 @@ doctest = false
|
|||
[dependencies]
|
||||
backtrace = "0.3"
|
||||
bitflags = "1.0"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
msg = {path = "../msg"}
|
||||
|
|
|
@ -15,7 +15,7 @@ bitflags = "1.0"
|
|||
bluetooth_traits = {path = "../bluetooth_traits"}
|
||||
device = {git = "https://github.com/servo/devices", features = ["bluetooth-test"]}
|
||||
embedder_traits = {path = "../embedder_traits"}
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
log = "0.4"
|
||||
servo_config = {path = "../config"}
|
||||
servo_rand = {path = "../rand"}
|
||||
|
|
|
@ -11,7 +11,7 @@ name = "bluetooth_traits"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
regex = "1.1"
|
||||
serde = "1.0"
|
||||
embedder_traits = { path = "../embedder_traits" }
|
||||
|
|
|
@ -26,7 +26,7 @@ euclid = "0.20"
|
|||
fnv = "1.0"
|
||||
gleam = "0.6.7"
|
||||
half = "1"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
log = "0.4"
|
||||
num-traits = "0.2"
|
||||
offscreen_gl_context = {version = "0.23", features = ["serde", "osmesa"]}
|
||||
|
|
|
@ -16,7 +16,7 @@ webgl_backtrace = []
|
|||
[dependencies]
|
||||
cssparser = "0.25"
|
||||
euclid = "0.20"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
gleam = "0.6.7"
|
||||
lazy_static = "1"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
|
|
|
@ -22,7 +22,7 @@ euclid = "0.20"
|
|||
gfx_traits = {path = "../gfx_traits"}
|
||||
gleam = {version = "0.6", optional = true}
|
||||
image = "0.22"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
libc = "0.2"
|
||||
keyboard-types = "0.4.3"
|
||||
log = "0.4"
|
||||
|
|
|
@ -31,7 +31,7 @@ embedder_traits = { path = "../embedder_traits" }
|
|||
gfx = {path = "../gfx"}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
http = "0.1"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
layout_traits = {path = "../layout_traits"}
|
||||
keyboard-types = "0.4.3"
|
||||
log = "0.4"
|
||||
|
|
|
@ -18,7 +18,7 @@ headers = "0.2"
|
|||
http = "0.1"
|
||||
hyper = "0.12"
|
||||
hyper_serde = "0.11"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
log = "0.4"
|
||||
msg = {path = "../msg"}
|
||||
serde = "1.0"
|
||||
|
|
|
@ -13,7 +13,7 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
bitflags = "1.0"
|
||||
http = "0.1"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = "0.1"
|
||||
msg = {path = "../msg"}
|
||||
|
|
|
@ -12,7 +12,7 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
crossbeam-channel = "0.3"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
keyboard-types = "0.4.3"
|
||||
lazy_static = "1"
|
||||
log = "0.4"
|
||||
|
|
|
@ -21,7 +21,7 @@ fnv = "1.0"
|
|||
fontsan = {git = "https://github.com/servo/fontsan"}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
harfbuzz-sys = "0.3"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
lazy_static = "1"
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
|
|
|
@ -25,7 +25,7 @@ fxhash = "0.2"
|
|||
gfx = {path = "../gfx"}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
html5ever = "0.23"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
lazy_static = "1"
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
|
|
|
@ -18,7 +18,7 @@ euclid = "0.20"
|
|||
fnv = "1.0"
|
||||
gfx = {path = "../gfx"}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
libc = "0.2"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
msg = {path = "../msg"}
|
||||
|
|
|
@ -22,7 +22,7 @@ gfx = {path = "../gfx"}
|
|||
gfx_traits = {path = "../gfx_traits"}
|
||||
histogram = "0.6.8"
|
||||
html5ever = "0.23"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
layout = {path = "../layout", package = "layout_2013"}
|
||||
layout_traits = {path = "../layout_traits"}
|
||||
lazy_static = "1"
|
||||
|
|
|
@ -22,7 +22,7 @@ gfx = {path = "../gfx"}
|
|||
gfx_traits = {path = "../gfx_traits"}
|
||||
histogram = "0.6.8"
|
||||
html5ever = "0.23"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
layout = {path = "../layout_2020", package = "layout_2020"}
|
||||
layout_traits = {path = "../layout_traits"}
|
||||
lazy_static = "1"
|
||||
|
|
|
@ -14,7 +14,7 @@ path = "lib.rs"
|
|||
crossbeam-channel = "0.3"
|
||||
euclid = "0.20"
|
||||
gfx = {path = "../gfx"}
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
metrics = {path = "../metrics"}
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
|
|
|
@ -13,7 +13,7 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
euclid = "0.20"
|
||||
fnv = "1.0"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
lazy_static = "1"
|
||||
log = "0.4"
|
||||
serde = "1.0"
|
||||
|
|
|
@ -12,7 +12,7 @@ path = "lib.rs"
|
|||
|
||||
[dependencies]
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
log = "0.4"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = "0.1"
|
||||
|
|
|
@ -14,7 +14,7 @@ doctest = false
|
|||
|
||||
[dependencies]
|
||||
lazy_static = "1"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = "0.1"
|
||||
parking_lot = "0.8"
|
||||
|
|
|
@ -30,7 +30,7 @@ hyper = "0.12"
|
|||
hyper_serde = "0.11"
|
||||
hyper-openssl = "0.7"
|
||||
immeta = "0.4"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
lazy_static = "1"
|
||||
libflate = "0.1"
|
||||
log = "0.4"
|
||||
|
|
|
@ -21,7 +21,7 @@ http = "0.1"
|
|||
hyper = "0.12"
|
||||
hyper_serde = "0.11"
|
||||
piston_image = {package = "image", version = "0.22"}
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
lazy_static = "1"
|
||||
log = "0.4"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
|
|
|
@ -13,7 +13,7 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
influent = "0.5"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
heartbeats-simple = "0.4"
|
||||
log = "0.4"
|
||||
serde = "1.0"
|
||||
|
|
|
@ -18,7 +18,7 @@ bincode = "1"
|
|||
crossbeam-channel = "0.3"
|
||||
energy-monitor = {version = "0.2.0", optional = true}
|
||||
energymon = {git = "https://github.com/energymon/energymon-rust.git", optional = true}
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
log = "0.4"
|
||||
serde = "1.0"
|
||||
servo_config = {path = "../config"}
|
||||
|
|
|
@ -60,7 +60,7 @@ hyper = "0.12"
|
|||
hyper_serde = "0.11"
|
||||
image = "0.22"
|
||||
indexmap = "1.0.2"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
itertools = "0.8"
|
||||
jstraceable_derive = {path = "../jstraceable_derive"}
|
||||
js = {package = "mozjs", git = "https://github.com/servo/rust-mozjs"}
|
||||
|
|
|
@ -19,7 +19,7 @@ crossbeam-channel = "0.3"
|
|||
euclid = "0.20"
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
html5ever = "0.23"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
libc = "0.2"
|
||||
time = "0.1.17"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
|
|
|
@ -22,7 +22,7 @@ gfx_traits = {path = "../gfx_traits"}
|
|||
http = "0.1"
|
||||
hyper = "0.12"
|
||||
hyper_serde = "0.11"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
keyboard-types = "0.4.3"
|
||||
libc = "0.2"
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
|
|
|
@ -53,7 +53,7 @@ env_logger = "0.6"
|
|||
euclid = "0.20"
|
||||
gfx = {path = "../gfx"}
|
||||
gleam = "0.6"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
keyboard-types = "0.4"
|
||||
layout_thread_2013 = {path = "../layout_thread", optional = true}
|
||||
layout_thread_2020 = {path = "../layout_thread_2020", optional = true}
|
||||
|
|
|
@ -17,7 +17,7 @@ crossbeam-channel = "0.3"
|
|||
euclid = "0.20"
|
||||
hyper = "0.12"
|
||||
image = "0.22"
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
keyboard-types = "0.4.3"
|
||||
log = "0.4"
|
||||
msg = {path = "../msg"}
|
||||
|
|
|
@ -19,11 +19,11 @@ canvas_traits = {path = "../canvas_traits"}
|
|||
crossbeam-channel = "0.3"
|
||||
euclid = "0.20"
|
||||
gleam = "0.6"
|
||||
ipc-channel = "0.11.2"
|
||||
ipc-channel = "0.12"
|
||||
log = "0.4"
|
||||
msg = {path = "../msg"}
|
||||
rust-webvr = {version = "0.13", features = ["mock", "openvr", "vrexternal"]}
|
||||
rust-webvr-api = "0.13"
|
||||
rust-webvr = { version = "0.14.2", features = ["mock", "openvr", "vrexternal"] }
|
||||
rust-webvr-api = "0.14"
|
||||
script_traits = {path = "../script_traits"}
|
||||
servo_config = {path = "../config"}
|
||||
webvr_traits = {path = "../webvr_traits" }
|
||||
|
|
|
@ -11,7 +11,7 @@ name = "webvr_traits"
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
ipc-channel = "0.11"
|
||||
ipc-channel = "0.12"
|
||||
msg = {path = "../msg"}
|
||||
rust-webvr-api = {version = "0.13", features = ["ipc"]}
|
||||
rust-webvr-api = { version = "0.14", features = ["ipc"] }
|
||||
serde = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue