diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 6787a91c824..b035d871011 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -17,7 +17,7 @@ dependencies = [ "gleam 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "glutin_app 0.0.1", "image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "layout 0.0.1", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -149,7 +149,7 @@ dependencies = [ "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", "gleam 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", @@ -166,7 +166,7 @@ dependencies = [ "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "offscreen_gl_context 0.1.0 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)", "plugins 0.0.1", @@ -254,7 +254,7 @@ dependencies = [ "gfx_traits 0.0.1", "gleam 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "layout_traits 0.0.1", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -356,7 +356,7 @@ version = "0.0.1" dependencies = [ "devtools_traits 0.0.1", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "plugins 0.0.1", @@ -373,7 +373,7 @@ version = "0.0.1" dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "msg 0.0.1", "plugins 0.0.1", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", @@ -629,7 +629,7 @@ dependencies = [ "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", "gfx_traits 0.0.1", "harfbuzz-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -660,7 +660,7 @@ name = "gfx_tests" version = "0.0.1" dependencies = [ "gfx 0.0.1", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "style 0.0.1", ] @@ -872,8 +872,8 @@ dependencies = [ [[package]] name = "ipc-channel" -version = "0.1.0" -source = "git+https://github.com/servo/ipc-channel#4cc8773bfb0ab9a350f98fe316c24d2f42b99858" +version = "0.2.0" +source = "git+https://github.com/servo/ipc-channel#1f1d0923a4a43523b151abc4f4dd7e2ae4a5ec4c" dependencies = [ "bincode 0.4.0 (git+https://github.com/TyOverby/bincode)", "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -951,7 +951,7 @@ dependencies = [ "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx 0.0.1", "gfx_traits 0.0.1", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layout_traits 0.0.1", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -981,7 +981,7 @@ name = "layout_traits" version = "0.0.1" dependencies = [ "gfx 0.0.1", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "msg 0.0.1", "net_traits 0.0.1", "profile_traits 0.0.1", @@ -1132,7 +1132,7 @@ dependencies = [ "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "plugins 0.0.1", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1151,7 +1151,7 @@ dependencies = [ "devtools_traits 0.0.1", "flate2 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "mime_guess 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -1186,7 +1186,7 @@ dependencies = [ "devtools_traits 0.0.1", "flate2 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "msg 0.0.1", "net 0.0.1", "net_traits 0.0.1", @@ -1202,7 +1202,7 @@ version = "0.0.1" dependencies = [ "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "plugins 0.0.1", @@ -1404,7 +1404,7 @@ name = "profile" version = "0.0.1" dependencies = [ "hbs-pow 0.2.0 (git+https://github.com/libheartbeats/heartbeats-simple-rust.git)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", @@ -1421,7 +1421,7 @@ version = "0.0.1" dependencies = [ "energy-monitor 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "energymon 0.1.0 (git+https://github.com/energymon/energymon-rust.git)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "plugins 0.0.1", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1512,7 +1512,7 @@ dependencies = [ "html5ever 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "js 0.1.1 (git+https://github.com/servo/rust-mozjs)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1558,7 +1558,7 @@ dependencies = [ "devtools_traits 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net_traits 0.0.1", @@ -1961,7 +1961,7 @@ dependencies = [ "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "html5ever 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "js 0.1.1 (git+https://github.com/servo/rust-mozjs)", "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", @@ -2078,7 +2078,7 @@ dependencies = [ "compositing 0.0.1", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "plugins 0.0.1", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index c865762fdc0..7a0862715b7 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -139,7 +139,7 @@ dependencies = [ "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", "gleam 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", @@ -156,7 +156,7 @@ dependencies = [ "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "offscreen_gl_context 0.1.0 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)", "plugins 0.0.1", @@ -255,7 +255,7 @@ dependencies = [ "gfx_traits 0.0.1", "gleam 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "layout_traits 0.0.1", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -357,7 +357,7 @@ version = "0.0.1" dependencies = [ "devtools_traits 0.0.1", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "plugins 0.0.1", @@ -374,7 +374,7 @@ version = "0.0.1" dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "msg 0.0.1", "plugins 0.0.1", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", @@ -597,7 +597,7 @@ dependencies = [ "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", "gfx_traits 0.0.1", "harfbuzz-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -831,8 +831,8 @@ dependencies = [ [[package]] name = "ipc-channel" -version = "0.1.0" -source = "git+https://github.com/servo/ipc-channel#4cc8773bfb0ab9a350f98fe316c24d2f42b99858" +version = "0.2.0" +source = "git+https://github.com/servo/ipc-channel#1f1d0923a4a43523b151abc4f4dd7e2ae4a5ec4c" dependencies = [ "bincode 0.4.0 (git+https://github.com/TyOverby/bincode)", "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -910,7 +910,7 @@ dependencies = [ "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx 0.0.1", "gfx_traits 0.0.1", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layout_traits 0.0.1", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -940,7 +940,7 @@ name = "layout_traits" version = "0.0.1" dependencies = [ "gfx 0.0.1", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "msg 0.0.1", "net_traits 0.0.1", "profile_traits 0.0.1", @@ -1091,7 +1091,7 @@ dependencies = [ "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "plugins 0.0.1", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1110,7 +1110,7 @@ dependencies = [ "devtools_traits 0.0.1", "flate2 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "mime_guess 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -1143,7 +1143,7 @@ version = "0.0.1" dependencies = [ "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "plugins 0.0.1", @@ -1330,7 +1330,7 @@ name = "profile" version = "0.0.1" dependencies = [ "hbs-pow 0.2.0 (git+https://github.com/libheartbeats/heartbeats-simple-rust.git)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", @@ -1345,7 +1345,7 @@ dependencies = [ name = "profile_traits" version = "0.0.1" dependencies = [ - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "plugins 0.0.1", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1436,7 +1436,7 @@ dependencies = [ "html5ever 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "js 0.1.1 (git+https://github.com/servo/rust-mozjs)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1473,7 +1473,7 @@ dependencies = [ "devtools_traits 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net_traits 0.0.1", @@ -1553,7 +1553,7 @@ dependencies = [ "gfx 0.0.1", "gleam 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "glutin_app 0.0.1", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "layout 0.0.1", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1894,7 +1894,7 @@ dependencies = [ "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "html5ever 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "js 0.1.1 (git+https://github.com/servo/rust-mozjs)", "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", @@ -2000,7 +2000,7 @@ dependencies = [ "compositing 0.0.1", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "plugins 0.0.1", diff --git a/ports/geckolib/Cargo.lock b/ports/geckolib/Cargo.lock index b5188794574..e17018b4220 100644 --- a/ports/geckolib/Cargo.lock +++ b/ports/geckolib/Cargo.lock @@ -179,8 +179,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ipc-channel" -version = "0.1.0" -source = "git+https://github.com/servo/ipc-channel#4cc8773bfb0ab9a350f98fe316c24d2f42b99858" +version = "0.2.0" +source = "git+https://github.com/servo/ipc-channel#1f1d0923a4a43523b151abc4f4dd7e2ae4a5ec4c" dependencies = [ "bincode 0.4.0 (git+https://github.com/TyOverby/bincode)", "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -455,7 +455,7 @@ dependencies = [ "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index ec6db06e72f..ec7807f8ab4 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -131,7 +131,7 @@ dependencies = [ "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", "gleam 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", @@ -148,7 +148,7 @@ dependencies = [ "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "offscreen_gl_context 0.1.0 (git+https://github.com/ecoal95/rust-offscreen-rendering-context)", "plugins 0.0.1", @@ -236,7 +236,7 @@ dependencies = [ "gfx_traits 0.0.1", "gleam 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "layout_traits 0.0.1", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -338,7 +338,7 @@ version = "0.0.1" dependencies = [ "devtools_traits 0.0.1", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "plugins 0.0.1", @@ -355,7 +355,7 @@ version = "0.0.1" dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "msg 0.0.1", "plugins 0.0.1", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", @@ -588,7 +588,7 @@ dependencies = [ "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", "gfx_traits 0.0.1", "harfbuzz-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -802,8 +802,8 @@ dependencies = [ [[package]] name = "ipc-channel" -version = "0.1.0" -source = "git+https://github.com/servo/ipc-channel#4cc8773bfb0ab9a350f98fe316c24d2f42b99858" +version = "0.2.0" +source = "git+https://github.com/servo/ipc-channel#1f1d0923a4a43523b151abc4f4dd7e2ae4a5ec4c" dependencies = [ "bincode 0.4.0 (git+https://github.com/TyOverby/bincode)", "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -881,7 +881,7 @@ dependencies = [ "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx 0.0.1", "gfx_traits 0.0.1", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layout_traits 0.0.1", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -911,7 +911,7 @@ name = "layout_traits" version = "0.0.1" dependencies = [ "gfx 0.0.1", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "msg 0.0.1", "net_traits 0.0.1", "profile_traits 0.0.1", @@ -1062,7 +1062,7 @@ dependencies = [ "cssparser 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "plugins 0.0.1", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1081,7 +1081,7 @@ dependencies = [ "devtools_traits 0.0.1", "flate2 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "mime_guess 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", @@ -1114,7 +1114,7 @@ version = "0.0.1" dependencies = [ "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "plugins 0.0.1", @@ -1301,7 +1301,7 @@ name = "profile" version = "0.0.1" dependencies = [ "hbs-pow 0.2.0 (git+https://github.com/libheartbeats/heartbeats-simple-rust.git)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", @@ -1316,7 +1316,7 @@ dependencies = [ name = "profile_traits" version = "0.0.1" dependencies = [ - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "plugins 0.0.1", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1407,7 +1407,7 @@ dependencies = [ "html5ever 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "js 0.1.1 (git+https://github.com/servo/rust-mozjs)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1444,7 +1444,7 @@ dependencies = [ "devtools_traits 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "gfx_traits 0.0.1", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net_traits 0.0.1", @@ -1523,7 +1523,7 @@ dependencies = [ "gaol 0.0.1 (git+https://github.com/pcwalton/gaol)", "gfx 0.0.1", "gleam 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)", "layout 0.0.1", "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1863,7 +1863,7 @@ dependencies = [ "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", "html5ever 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ipc-channel 0.1.0 (git+https://github.com/servo/ipc-channel)", + "ipc-channel 0.2.0 (git+https://github.com/servo/ipc-channel)", "js 0.1.1 (git+https://github.com/servo/rust-mozjs)", "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "layers 0.2.0 (git+https://github.com/servo/rust-layers)",