From a450c8f67b37090d66e0c9e47d90bec9446c0571 Mon Sep 17 00:00:00 2001 From: Olaf Buddenhagen Date: Wed, 13 Jan 2016 19:44:14 +0100 Subject: [PATCH] cargo-update ipc-channel to get important fixes This pulls in https://github.com/servo/ipc-channel/pull/25 and https://github.com/servo/ipc-channel/pull/27, thus fixing fallout from the multiprocess split, and making Servo work on my system again. (It also pulls in https://github.com/servo/ipc-channel/pull/12 -- I guess that's fine?) --- components/servo/Cargo.lock | 2 +- ports/cef/Cargo.lock | 2 +- ports/geckolib/Cargo.lock | 2 +- ports/gonk/Cargo.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index fe46dc9055b..21f7d4543d3 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -867,7 +867,7 @@ dependencies = [ [[package]] name = "ipc-channel" version = "0.1.0" -source = "git+https://github.com/servo/ipc-channel#1b95d5490d7b7f49576577315bdb5b4c834d08d0" +source = "git+https://github.com/servo/ipc-channel#dfd8513d801d16a7e4a5b0b92a68c27b0dd99fe1" dependencies = [ "bincode 0.4.0 (git+https://github.com/TyOverby/bincode)", "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 4c820510dd6..4c7f5597d10 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -826,7 +826,7 @@ dependencies = [ [[package]] name = "ipc-channel" version = "0.1.0" -source = "git+https://github.com/servo/ipc-channel#1b95d5490d7b7f49576577315bdb5b4c834d08d0" +source = "git+https://github.com/servo/ipc-channel#dfd8513d801d16a7e4a5b0b92a68c27b0dd99fe1" dependencies = [ "bincode 0.4.0 (git+https://github.com/TyOverby/bincode)", "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/geckolib/Cargo.lock b/ports/geckolib/Cargo.lock index dc494e3be30..8e537ee383a 100644 --- a/ports/geckolib/Cargo.lock +++ b/ports/geckolib/Cargo.lock @@ -173,7 +173,7 @@ 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#1b95d5490d7b7f49576577315bdb5b4c834d08d0" +source = "git+https://github.com/servo/ipc-channel#dfd8513d801d16a7e4a5b0b92a68c27b0dd99fe1" dependencies = [ "bincode 0.4.0 (git+https://github.com/TyOverby/bincode)", "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index cd3d39f5c56..10d93765d0e 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -796,7 +796,7 @@ dependencies = [ [[package]] name = "ipc-channel" version = "0.1.0" -source = "git+https://github.com/servo/ipc-channel#1b95d5490d7b7f49576577315bdb5b4c834d08d0" +source = "git+https://github.com/servo/ipc-channel#dfd8513d801d16a7e4a5b0b92a68c27b0dd99fe1" dependencies = [ "bincode 0.4.0 (git+https://github.com/TyOverby/bincode)", "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",