From 92161ecfbcb81352ed528c4fc02b30cbb9a3d0f3 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Mon, 26 Aug 2019 19:14:54 +0200 Subject: [PATCH] Update ipc-channel and related dependencies --- Cargo.lock | 184 ++++++++---------- components/background_hang_monitor/Cargo.toml | 2 +- components/bluetooth/Cargo.toml | 2 +- components/bluetooth_traits/Cargo.toml | 2 +- components/canvas/Cargo.toml | 2 +- components/canvas_traits/Cargo.toml | 2 +- components/compositing/Cargo.toml | 2 +- components/constellation/Cargo.toml | 2 +- components/devtools/Cargo.toml | 2 +- components/devtools_traits/Cargo.toml | 2 +- components/embedder_traits/Cargo.toml | 2 +- components/gfx/Cargo.toml | 2 +- components/layout/Cargo.toml | 2 +- components/layout_2020/Cargo.toml | 2 +- components/layout_thread/Cargo.toml | 2 +- components/layout_thread_2020/Cargo.toml | 2 +- components/layout_traits/Cargo.toml | 2 +- components/media/Cargo.toml | 2 +- components/metrics/Cargo.toml | 2 +- components/msg/Cargo.toml | 2 +- components/net/Cargo.toml | 2 +- components/net_traits/Cargo.toml | 2 +- components/profile/Cargo.toml | 2 +- components/profile_traits/Cargo.toml | 2 +- components/script/Cargo.toml | 2 +- components/script_layout_interface/Cargo.toml | 2 +- components/script_traits/Cargo.toml | 2 +- components/servo/Cargo.toml | 2 +- components/webdriver_server/Cargo.toml | 2 +- components/webvr/Cargo.toml | 6 +- components/webvr_traits/Cargo.toml | 4 +- ports/glutin/Cargo.toml | 2 +- ports/libmlservo/Cargo.toml | 2 +- servo-tidy.toml | 1 - tests/unit/metrics/Cargo.toml | 2 +- tests/unit/profile/Cargo.toml | 2 +- 36 files changed, 120 insertions(+), 139 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 268d829cedb..1d3edaccb0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ "backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -268,7 +268,7 @@ dependencies = [ "bluetooth_traits 0.0.1", "device 0.0.1 (git+https://github.com/servo/devices)", "embedder_traits 0.0.1", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "servo_config 0.0.1", "servo_rand 0.0.1", @@ -280,7 +280,7 @@ name = "bluetooth_traits" version = "0.0.1" dependencies = [ "embedder_traits 0.0.1", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -400,7 +400,7 @@ dependencies = [ "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", "half 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "offscreen_gl_context 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -421,7 +421,7 @@ dependencies = [ "cssparser 0.25.8 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -464,6 +464,9 @@ dependencies = [ name = "cc" version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "cesu8" @@ -603,7 +606,7 @@ dependencies = [ "gfx_traits 0.0.1", "gleam 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "keyboard-types 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -646,7 +649,7 @@ dependencies = [ "gfx 0.0.1", "gfx_traits 0.0.1", "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "keyboard-types 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "layout_traits 0.0.1", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -972,7 +975,7 @@ dependencies = [ "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)", "hyper_serde 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", @@ -987,7 +990,7 @@ version = "0.0.1" dependencies = [ "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -1078,7 +1081,7 @@ name = "embedder_traits" version = "0.0.1" dependencies = [ "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "keyboard-types 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1188,15 +1191,6 @@ dependencies = [ "backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "euclid" -version = "0.19.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "euclid_macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "euclid" version = "0.20.0" @@ -1206,16 +1200,6 @@ dependencies = [ "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "euclid_macros" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", - "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.39 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "expat-sys" version = "2.1.6" @@ -1417,7 +1401,7 @@ dependencies = [ "freetype 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", "harfbuzz-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1475,7 +1459,7 @@ dependencies = [ [[package]] name = "gl_generator" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1485,7 +1469,7 @@ dependencies = [ [[package]] name = "gl_generator" -version = "0.11.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "khronos_api 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2190,7 +2174,7 @@ dependencies = [ [[package]] name = "ipc-channel" -version = "0.11.3" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2294,7 +2278,7 @@ dependencies = [ "gfx 0.0.1", "gfx_traits 0.0.1", "html5ever 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2336,7 +2320,7 @@ dependencies = [ "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "gfx 0.0.1", "gfx_traits 0.0.1", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", "msg 0.0.1", @@ -2367,7 +2351,7 @@ dependencies = [ "gfx_traits 0.0.1", "histogram 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", "html5ever 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "layout_2013 0.0.1", "layout_traits 0.0.1", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2413,7 +2397,7 @@ dependencies = [ "gfx_traits 0.0.1", "histogram 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", "html5ever 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "layout_2020 0.0.1", "layout_traits 0.0.1", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2451,7 +2435,7 @@ dependencies = [ "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx 0.0.1", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "metrics 0.0.1", "msg 0.0.1", "net_traits 0.0.1", @@ -2525,7 +2509,7 @@ dependencies = [ "libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", "libservo 0.0.1", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "rust-webvr 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rust-webvr 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", "servo-egl 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "simpleservo 0.0.1", "smallvec 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2554,13 +2538,13 @@ dependencies = [ "gaol 0.2.0 (git+https://github.com/servo/gaol)", "gfx 0.0.1", "gleam 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "keyboard-types 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "layout_thread_2013 0.0.1", "layout_thread_2020 0.0.1", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "media 0.0.1", - "mozangle 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "mozangle 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net 0.0.1", "net_traits 0.0.1", @@ -2760,7 +2744,7 @@ version = "0.0.1" dependencies = [ "euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2795,7 +2779,7 @@ name = "metrics" version = "0.0.1" dependencies = [ "gfx_traits 0.0.1", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2812,7 +2796,7 @@ name = "metrics_tests" version = "0.0.1" dependencies = [ "gfx_traits 0.0.1", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "layout_2013 0.0.1", "metrics 0.0.1", "msg 0.0.1", @@ -2921,11 +2905,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mozangle" -version = "0.2.3" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)", - "gl_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2968,7 +2952,7 @@ dependencies = [ name = "msg" version = "0.0.1" dependencies = [ - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3003,7 +2987,7 @@ dependencies = [ "hyper-openssl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper_serde 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "immeta 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "libflate 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3059,7 +3043,7 @@ dependencies = [ "hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)", "hyper_serde 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", @@ -3387,7 +3371,7 @@ dependencies = [ [[package]] name = "peek-poke" version = "0.2.0" -source = "git+https://github.com/servo/webrender#b4a6c6a9f16d9ff0953ad02028ce83b96cde098d" +source = "git+https://github.com/servo/webrender#4646982f69d90f0b39b6345be4e4dbd96ce5ac05" dependencies = [ "euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "peek-poke-derive 0.2.0 (git+https://github.com/servo/webrender)", @@ -3396,7 +3380,7 @@ dependencies = [ [[package]] name = "peek-poke-derive" version = "0.2.0" -source = "git+https://github.com/servo/webrender#b4a6c6a9f16d9ff0953ad02028ce83b96cde098d" +source = "git+https://github.com/servo/webrender#4646982f69d90f0b39b6345be4e4dbd96ce5ac05" dependencies = [ "proc-macro2 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3542,7 +3526,7 @@ version = "0.0.1" dependencies = [ "heartbeats-simple 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "influent 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "profile_traits 0.0.1", @@ -3560,7 +3544,7 @@ dependencies = [ name = "profile_tests" version = "0.0.1" dependencies = [ - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "profile 0.0.1", "profile_traits 0.0.1", "servo_config 0.0.1", @@ -3574,7 +3558,7 @@ dependencies = [ "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "energy-monitor 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "energymon 0.3.0 (git+https://github.com/energymon/energymon-rust.git)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", "servo_config 0.0.1", @@ -3818,12 +3802,12 @@ dependencies = [ [[package]] name = "rust-webvr" -version = "0.13.0" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bindgen 0.49.2 (registry+https://github.com/rust-lang/crates.io-index)", - "euclid 0.19.8 (registry+https://github.com/rust-lang/crates.io-index)", - "gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", "gvr-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3831,17 +3815,17 @@ dependencies = [ "libloading 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "ovr-mobile-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rust-webvr-api 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rust-webvr-api 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "rust-webvr-api" -version = "0.13.0" +version = "0.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "android_injected_glue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3933,7 +3917,7 @@ dependencies = [ "hyper_serde 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)", "indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "jstraceable_derive 0.0.1", "keyboard-types 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3947,7 +3931,7 @@ dependencies = [ "mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", "mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "mitochondria 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "mozangle 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "mozangle 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", "mozjs 0.12.0 (git+https://github.com/servo/rust-mozjs)", "msg 0.0.1", "net_traits 0.0.1", @@ -4008,7 +3992,7 @@ dependencies = [ "euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", "html5ever 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4066,7 +4050,7 @@ dependencies = [ "http 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)", "hyper_serde 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "keyboard-types 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", @@ -4189,7 +4173,7 @@ dependencies = [ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "osmesa-src 0.1.0 (git+https://github.com/servo/osmesa-src)", "osmesa-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rust-webvr 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rust-webvr 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", "servo-media 0.1.0 (git+https://github.com/servo/media)", "sig 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "tinyfiledialogs 3.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4239,7 +4223,7 @@ dependencies = [ [[package]] name = "servo-media" version = "0.1.0" -source = "git+https://github.com/servo/media#86b9a2892af3774e42243ac84394a052719b2bf6" +source = "git+https://github.com/servo/media#131007e6897a15d57ff5080749ae523e04a0dee0" dependencies = [ "servo-media-audio 0.1.0 (git+https://github.com/servo/media)", "servo-media-player 0.1.0 (git+https://github.com/servo/media)", @@ -4251,7 +4235,7 @@ dependencies = [ [[package]] name = "servo-media-audio" version = "0.1.0" -source = "git+https://github.com/servo/media#86b9a2892af3774e42243ac84394a052719b2bf6" +source = "git+https://github.com/servo/media#131007e6897a15d57ff5080749ae523e04a0dee0" dependencies = [ "boxfnonce 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "byte-slice-cast 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4268,10 +4252,10 @@ dependencies = [ [[package]] name = "servo-media-dummy" version = "0.1.0" -source = "git+https://github.com/servo/media#86b9a2892af3774e42243ac84394a052719b2bf6" +source = "git+https://github.com/servo/media#131007e6897a15d57ff5080749ae523e04a0dee0" dependencies = [ "boxfnonce 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "servo-media 0.1.0 (git+https://github.com/servo/media)", "servo-media-audio 0.1.0 (git+https://github.com/servo/media)", "servo-media-player 0.1.0 (git+https://github.com/servo/media)", @@ -4283,7 +4267,7 @@ dependencies = [ [[package]] name = "servo-media-gstreamer" version = "0.1.0" -source = "git+https://github.com/servo/media#86b9a2892af3774e42243ac84394a052719b2bf6" +source = "git+https://github.com/servo/media#131007e6897a15d57ff5080749ae523e04a0dee0" dependencies = [ "boxfnonce 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "byte-slice-cast 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4298,7 +4282,7 @@ dependencies = [ "gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "gstreamer-video 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "gstreamer-webrtc 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4318,7 +4302,7 @@ dependencies = [ [[package]] name = "servo-media-gstreamer-render" version = "0.1.0" -source = "git+https://github.com/servo/media#86b9a2892af3774e42243ac84394a052719b2bf6" +source = "git+https://github.com/servo/media#131007e6897a15d57ff5080749ae523e04a0dee0" dependencies = [ "gstreamer 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "gstreamer-video 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4328,7 +4312,7 @@ dependencies = [ [[package]] name = "servo-media-gstreamer-render-unix" version = "0.1.0" -source = "git+https://github.com/servo/media#86b9a2892af3774e42243ac84394a052719b2bf6" +source = "git+https://github.com/servo/media#131007e6897a15d57ff5080749ae523e04a0dee0" dependencies = [ "glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "gstreamer 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4341,9 +4325,9 @@ dependencies = [ [[package]] name = "servo-media-player" version = "0.1.0" -source = "git+https://github.com/servo/media#86b9a2892af3774e42243ac84394a052719b2bf6" +source = "git+https://github.com/servo/media#131007e6897a15d57ff5080749ae523e04a0dee0" dependencies = [ - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", "servo-media-streams 0.1.0 (git+https://github.com/servo/media)", @@ -4353,7 +4337,7 @@ dependencies = [ [[package]] name = "servo-media-streams" version = "0.1.0" -source = "git+https://github.com/servo/media#86b9a2892af3774e42243ac84394a052719b2bf6" +source = "git+https://github.com/servo/media#131007e6897a15d57ff5080749ae523e04a0dee0" dependencies = [ "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4362,12 +4346,12 @@ dependencies = [ [[package]] name = "servo-media-traits" version = "0.1.0" -source = "git+https://github.com/servo/media#86b9a2892af3774e42243ac84394a052719b2bf6" +source = "git+https://github.com/servo/media#131007e6897a15d57ff5080749ae523e04a0dee0" [[package]] name = "servo-media-webrtc" version = "0.1.0" -source = "git+https://github.com/servo/media#86b9a2892af3774e42243ac84394a052719b2bf6" +source = "git+https://github.com/servo/media#131007e6897a15d57ff5080749ae523e04a0dee0" dependencies = [ "boxfnonce 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4466,7 +4450,7 @@ dependencies = [ [[package]] name = "servo_media_derive" version = "0.1.0" -source = "git+https://github.com/servo/media#86b9a2892af3774e42243ac84394a052719b2bf6" +source = "git+https://github.com/servo/media#131007e6897a15d57ff5080749ae523e04a0dee0" dependencies = [ "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5495,7 +5479,7 @@ dependencies = [ "euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.12.19 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.22.1 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "keyboard-types 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -5516,7 +5500,7 @@ dependencies = [ [[package]] name = "webrender" version = "0.60.0" -source = "git+https://github.com/servo/webrender#b4a6c6a9f16d9ff0953ad02028ce83b96cde098d" +source = "git+https://github.com/servo/webrender#4646982f69d90f0b39b6345be4e4dbd96ce5ac05" dependencies = [ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5557,7 +5541,7 @@ dependencies = [ [[package]] name = "webrender_api" version = "0.60.0" -source = "git+https://github.com/servo/webrender#b4a6c6a9f16d9ff0953ad02028ce83b96cde098d" +source = "git+https://github.com/servo/webrender#4646982f69d90f0b39b6345be4e4dbd96ce5ac05" dependencies = [ "app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5566,7 +5550,7 @@ dependencies = [ "core-graphics 0.17.3 (registry+https://github.com/rust-lang/crates.io-index)", "derive_more 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "peek-poke 0.2.0 (git+https://github.com/servo/webrender)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5579,7 +5563,7 @@ dependencies = [ [[package]] name = "webrender_build" version = "0.0.1" -source = "git+https://github.com/servo/webrender#b4a6c6a9f16d9ff0953ad02028ce83b96cde098d" +source = "git+https://github.com/servo/webrender#4646982f69d90f0b39b6345be4e4dbd96ce5ac05" dependencies = [ "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5601,11 +5585,11 @@ dependencies = [ "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", - "rust-webvr 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", - "rust-webvr-api 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rust-webvr 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rust-webvr-api 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "script_traits 0.0.1", "servo_config 0.0.1", "webvr_traits 0.0.1", @@ -5615,20 +5599,20 @@ dependencies = [ name = "webvr_traits" version = "0.0.1" dependencies = [ - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", - "rust-webvr-api 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", + "rust-webvr-api 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "webxr" version = "0.0.1" -source = "git+https://github.com/servo/webxr#ee763bc2c579c72c1b1a0706e2876b1f1ddff34d" +source = "git+https://github.com/servo/webxr#68eb71957897b7cf5b09c7b13bf6f49bb179d4e3" dependencies = [ "bindgen 0.49.2 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", - "gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", + "gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5642,11 +5626,11 @@ dependencies = [ [[package]] name = "webxr-api" version = "0.0.1" -source = "git+https://github.com/servo/webxr#ee763bc2c579c72c1b1a0706e2876b1f1ddff34d" +source = "git+https://github.com/servo/webxr#68eb71957897b7cf5b09c7b13bf6f49bb179d4e3" dependencies = [ "euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", "gleam 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)", + "ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5746,7 +5730,7 @@ dependencies = [ [[package]] name = "wr_malloc_size_of" version = "0.0.1" -source = "git+https://github.com/servo/webrender#b4a6c6a9f16d9ff0953ad02028ce83b96cde098d" +source = "git+https://github.com/servo/webrender#4646982f69d90f0b39b6345be4e4dbd96ce5ac05" dependencies = [ "app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5951,9 +5935,7 @@ dependencies = [ "checksum env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "afb070faf94c85d17d50ca44f6ad076bce18ae92f0037d350947240a36e9d42e" "checksum erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3beee4bc16478a1b26f2e80ad819a52d24745e292f521a63c16eea5f74b7eb60" "checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02" -"checksum euclid 0.19.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7a4719a544a67ed3fc33784c2bd2c6581663dfe83b719a6ae05c6dabc3b51c73" "checksum euclid 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c4786521fec183792e755bf32cd0188e4e7628c6d0fcfd51426435b9081a106" -"checksum euclid_macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdcb84c18ea5037a1c5a23039b4ff29403abce2e0d6b1daa11cf0bde2b30be15" "checksum expat-sys 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa" "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" @@ -5978,8 +5960,8 @@ dependencies = [ "checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05" "checksum ghost 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5297b71943dc9fea26a3241b178c140ee215798b7f79f7773fd61683e25bca74" "checksum gif 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff3414b424657317e708489d2857d9575f4403698428b040b609b9d1c1a84a2c" -"checksum gl_generator 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a0ffaf173cf76c73a73e080366bf556b4776ece104b06961766ff11449f38604" "checksum gl_generator 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "39a23d5e872a275135d66895d954269cf5e8661d234eb1c2480f4ce0d586acbd" +"checksum gl_generator 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ca98bbde17256e02d17336a6bdb5a50f7d0ccacee502e191d3e3d0ec2f96f84a" "checksum gleam 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "c8a455b5a3ccd35daeb89fdb8a89ebb0a1fe23c05c7a7f9017840bc3ae176f71" "checksum glib 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d70d737019da0473a7cd6d9240571cf58c6897dcb10edf32b90774f4ba237c1b" "checksum glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4b86a9169fbc9cf9a0ef315039c2304b09d5c575c5fde7defba3576a0311b863" @@ -6039,7 +6021,7 @@ dependencies = [ "checksum inventory-impl 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8a877ae8bce77402d5e9ed870730939e097aad827b2a932b361958fa9d6e75aa" "checksum io-surface 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5f9a33981dff54baaff80f4decb487a65d148a3c00facc97820d0f09128f74dd" "checksum iovec 0.1.3 (git+https://github.com/servo/iovec.git?branch=servo)" = "" -"checksum ipc-channel 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f82db24b0c53ee2d54b420bb9258f2b787611fe3e7a28d514b5ea54fe65cd365" +"checksum ipc-channel 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "79d98ee7dd1d2e796d254807fd86ea7189d07571aeaa74007603e29a79d15217" "checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" "checksum itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682" "checksum jemalloc-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "479294d130502fada93c7a957e8d059b632b03d6204aca37af557dee947f30a9" @@ -6085,7 +6067,7 @@ dependencies = [ "checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125" "checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226" "checksum mitochondria 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9de3eca27871df31c33b807f834b94ef7d000956f57aa25c5aed9c5f0aae8f6f" -"checksum mozangle 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c16c861307809350d6ebf120bb43fa081ddde85c32b1a8c205c7a2287ada24e7" +"checksum mozangle 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0643469d6622a4ffae6a74f13e78a32bfa1406fe8a63010b3fbf2946797fdac7" "checksum mozjs 0.12.0 (git+https://github.com/servo/rust-mozjs)" = "" "checksum mozjs_sys 0.67.0 (git+https://github.com/servo/mozjs?rev=9c0e589be9dc873e07fb30f47966a80c08b711fa)" = "" "checksum msdos_time 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aad9dfe950c057b1bfe9c1f2aa51583a8468ef2a5baba2ebbe06d775efeb7729" @@ -6168,8 +6150,8 @@ dependencies = [ "checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e" "checksum rle-decode-fast 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac" "checksum ron 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "da06feaa07f69125ab9ddc769b11de29090122170b402547f64b86fe16ebc399" -"checksum rust-webvr 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab628b77aaacca496483788a5e0184d42af6dc0e938551aa5be20676c84dd196" -"checksum rust-webvr-api 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63d01034b181187e7d048ef4c5caaf95d28d0f7973834907fe7dd74b2bfb66e8" +"checksum rust-webvr 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6dd23c0de4e3a5dbe92d4e629e324e1e068cb92d69361a1a02a671bdadc8276" +"checksum rust-webvr-api 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f9bf4e36b6f3a3a7c3f5adae7baef2e115d65e1dfb5028e75158df624dbf939a" "checksum rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3058a43ada2c2d0b92b3ae38007a2d0fa5e9db971be260e0171408a4ff471c95" "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" "checksum rusttype 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b8eb11f5b0a98c8eca2fb1483f42646d8c340e83e46ab416f8a063a0fd0eeb20" diff --git a/components/background_hang_monitor/Cargo.toml b/components/background_hang_monitor/Cargo.toml index 25a055be61b..b572189a6ad 100644 --- a/components/background_hang_monitor/Cargo.toml +++ b/components/background_hang_monitor/Cargo.toml @@ -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"} diff --git a/components/bluetooth/Cargo.toml b/components/bluetooth/Cargo.toml index 630982f4541..846c242f30d 100644 --- a/components/bluetooth/Cargo.toml +++ b/components/bluetooth/Cargo.toml @@ -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"} diff --git a/components/bluetooth_traits/Cargo.toml b/components/bluetooth_traits/Cargo.toml index 2884a7d5c00..2f5802b93ce 100644 --- a/components/bluetooth_traits/Cargo.toml +++ b/components/bluetooth_traits/Cargo.toml @@ -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" } diff --git a/components/canvas/Cargo.toml b/components/canvas/Cargo.toml index bdcb93b8507..53826ccc8d9 100644 --- a/components/canvas/Cargo.toml +++ b/components/canvas/Cargo.toml @@ -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"]} diff --git a/components/canvas_traits/Cargo.toml b/components/canvas_traits/Cargo.toml index b8b34b7c960..b16b114173a 100644 --- a/components/canvas_traits/Cargo.toml +++ b/components/canvas_traits/Cargo.toml @@ -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" } diff --git a/components/compositing/Cargo.toml b/components/compositing/Cargo.toml index 25cb2754276..54ab58343ad 100644 --- a/components/compositing/Cargo.toml +++ b/components/compositing/Cargo.toml @@ -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" diff --git a/components/constellation/Cargo.toml b/components/constellation/Cargo.toml index 835211f9c20..5c1185646c4 100644 --- a/components/constellation/Cargo.toml +++ b/components/constellation/Cargo.toml @@ -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" diff --git a/components/devtools/Cargo.toml b/components/devtools/Cargo.toml index 2dd80692394..ef4b674e107 100644 --- a/components/devtools/Cargo.toml +++ b/components/devtools/Cargo.toml @@ -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" diff --git a/components/devtools_traits/Cargo.toml b/components/devtools_traits/Cargo.toml index 2b6de380600..4750e3708fe 100644 --- a/components/devtools_traits/Cargo.toml +++ b/components/devtools_traits/Cargo.toml @@ -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"} diff --git a/components/embedder_traits/Cargo.toml b/components/embedder_traits/Cargo.toml index 1235e71c1bd..e117cea71be 100644 --- a/components/embedder_traits/Cargo.toml +++ b/components/embedder_traits/Cargo.toml @@ -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" diff --git a/components/gfx/Cargo.toml b/components/gfx/Cargo.toml index ba751a45e0d..6629e6e598e 100644 --- a/components/gfx/Cargo.toml +++ b/components/gfx/Cargo.toml @@ -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" diff --git a/components/layout/Cargo.toml b/components/layout/Cargo.toml index 9fd616bd679..e2dd350db50 100644 --- a/components/layout/Cargo.toml +++ b/components/layout/Cargo.toml @@ -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" diff --git a/components/layout_2020/Cargo.toml b/components/layout_2020/Cargo.toml index 96ca5265f28..0e743765cd1 100644 --- a/components/layout_2020/Cargo.toml +++ b/components/layout_2020/Cargo.toml @@ -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"} diff --git a/components/layout_thread/Cargo.toml b/components/layout_thread/Cargo.toml index dc3f06ce6ce..dd36ee0cbe1 100644 --- a/components/layout_thread/Cargo.toml +++ b/components/layout_thread/Cargo.toml @@ -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" diff --git a/components/layout_thread_2020/Cargo.toml b/components/layout_thread_2020/Cargo.toml index 3cc6f57136e..1f2d7d8038c 100644 --- a/components/layout_thread_2020/Cargo.toml +++ b/components/layout_thread_2020/Cargo.toml @@ -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" diff --git a/components/layout_traits/Cargo.toml b/components/layout_traits/Cargo.toml index eeed0c26c8a..bfc5053ce22 100644 --- a/components/layout_traits/Cargo.toml +++ b/components/layout_traits/Cargo.toml @@ -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"} diff --git a/components/media/Cargo.toml b/components/media/Cargo.toml index 58adf721bc1..2c2b98c7667 100644 --- a/components/media/Cargo.toml +++ b/components/media/Cargo.toml @@ -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" diff --git a/components/metrics/Cargo.toml b/components/metrics/Cargo.toml index 562126f569d..fb7747474c8 100644 --- a/components/metrics/Cargo.toml +++ b/components/metrics/Cargo.toml @@ -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" diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml index 0b5763ab641..6436c2c6c72 100644 --- a/components/msg/Cargo.toml +++ b/components/msg/Cargo.toml @@ -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" diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml index b2bcbc0d7bf..d30fa6b2140 100644 --- a/components/net/Cargo.toml +++ b/components/net/Cargo.toml @@ -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" diff --git a/components/net_traits/Cargo.toml b/components/net_traits/Cargo.toml index 4604e7cb8aa..d9321637ab5 100644 --- a/components/net_traits/Cargo.toml +++ b/components/net_traits/Cargo.toml @@ -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" } diff --git a/components/profile/Cargo.toml b/components/profile/Cargo.toml index baf7d340cb2..7e695acaa28 100644 --- a/components/profile/Cargo.toml +++ b/components/profile/Cargo.toml @@ -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" diff --git a/components/profile_traits/Cargo.toml b/components/profile_traits/Cargo.toml index 6c32f23ae10..97d4d55f89f 100644 --- a/components/profile_traits/Cargo.toml +++ b/components/profile_traits/Cargo.toml @@ -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"} diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 872ffcab926..c0c7d4488a5 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -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"} diff --git a/components/script_layout_interface/Cargo.toml b/components/script_layout_interface/Cargo.toml index 88eaddfa6c5..652b4e87392 100644 --- a/components/script_layout_interface/Cargo.toml +++ b/components/script_layout_interface/Cargo.toml @@ -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" } diff --git a/components/script_traits/Cargo.toml b/components/script_traits/Cargo.toml index 46e4bff40ee..3fbdfd1f918 100644 --- a/components/script_traits/Cargo.toml +++ b/components/script_traits/Cargo.toml @@ -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" } diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index 8aef630db78..96f8cd66838 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -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} diff --git a/components/webdriver_server/Cargo.toml b/components/webdriver_server/Cargo.toml index 31c980b9b38..8181eb8791b 100644 --- a/components/webdriver_server/Cargo.toml +++ b/components/webdriver_server/Cargo.toml @@ -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"} diff --git a/components/webvr/Cargo.toml b/components/webvr/Cargo.toml index 247eb08f818..d6528e946cb 100644 --- a/components/webvr/Cargo.toml +++ b/components/webvr/Cargo.toml @@ -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" } diff --git a/components/webvr_traits/Cargo.toml b/components/webvr_traits/Cargo.toml index c3a78fea23a..da68644c050 100644 --- a/components/webvr_traits/Cargo.toml +++ b/components/webvr_traits/Cargo.toml @@ -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" diff --git a/ports/glutin/Cargo.toml b/ports/glutin/Cargo.toml index c4e8b386800..0c821dd7685 100644 --- a/ports/glutin/Cargo.toml +++ b/ports/glutin/Cargo.toml @@ -57,7 +57,7 @@ lazy_static = "1" libservo = {path = "../../components/servo"} libc = "0.2" log = "0.4" -rust-webvr = { version = "0.13", features = ["glwindow"] } +rust-webvr = { version = "0.14.2", features = ["glwindow"] } servo-media = {git = "https://github.com/servo/media"} tinyfiledialogs = "3.0" webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] } diff --git a/ports/libmlservo/Cargo.toml b/ports/libmlservo/Cargo.toml index d99e1b6cf4c..20e5eb760eb 100644 --- a/ports/libmlservo/Cargo.toml +++ b/ports/libmlservo/Cargo.toml @@ -22,7 +22,7 @@ layout-2020 = ["simpleservo/layout-2020"] [dependencies] libservo = { path = "../../components/servo", features = ["no_static_freetype"] } simpleservo = { path = "../libsimpleservo/api", features = ["no_static_freetype"] } -rust-webvr = { version = "0.13", features = ["magicleap"] } +rust-webvr = { version = "0.14.2", features = ["magicleap"] } webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] } webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "magicleap"] } libc = "0.2" diff --git a/servo-tidy.toml b/servo-tidy.toml index f003be65c76..547b61e9408 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -35,7 +35,6 @@ rand = [ # Ignored packages with duplicated versions packages = [ "crossbeam-deque", - "euclid", # https://github.com/servo/rust-webvr/pull/89 "gl_generator", # https://github.com/servo/servo/pull/23288#issuecomment-494687746 "lock_api", "nix", # https://github.com/servo/servo/issues/23189#issuecomment-487512605 diff --git a/tests/unit/metrics/Cargo.toml b/tests/unit/metrics/Cargo.toml index b268e12e909..3f55832aebc 100644 --- a/tests/unit/metrics/Cargo.toml +++ b/tests/unit/metrics/Cargo.toml @@ -12,7 +12,7 @@ doctest = false [dependencies] gfx_traits = {path = "../../../components/gfx_traits"} -ipc-channel = "0.11" +ipc-channel = "0.12" layout = {path = "../../../components/layout", package = "layout_2013"} metrics = {path = "../../../components/metrics"} msg = {path = "../../../components/msg"} diff --git a/tests/unit/profile/Cargo.toml b/tests/unit/profile/Cargo.toml index fca955ca052..f011ce3f483 100644 --- a/tests/unit/profile/Cargo.toml +++ b/tests/unit/profile/Cargo.toml @@ -11,7 +11,7 @@ path = "lib.rs" doctest = false [dependencies] -ipc-channel = "0.11" +ipc-channel = "0.12" profile = {path = "../../../components/profile"} profile_traits = {path = "../../../components/profile_traits"} servo_config = {path = "../../../components/config"}