Auto merge of #10092 - antrik:update-ipc_channel-4, r=KiChjang

Update ipc-channel for another intermittent bug fix

This pulls in https://github.com/servo/ipc-channel/pull/52 , and
especially 8e2357604f7af8869b489b9682a2cf8b58177637, which fixes another
likely cause of intermittent failures on GNU/Linux.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10092)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-03-20 10:24:40 +05:30
commit bcf077c53d
4 changed files with 4 additions and 4 deletions

View file

@ -960,7 +960,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.2.1"
source = "git+https://github.com/servo/ipc-channel#6ad3885772bc966abd0b6b89d71c218c3f5838cd"
source = "git+https://github.com/servo/ipc-channel#ba07b349c831ea14ec3dba8c1f7f689044d7462b"
dependencies = [
"bincode 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",

2
ports/cef/Cargo.lock generated
View file

@ -880,7 +880,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.2.1"
source = "git+https://github.com/servo/ipc-channel#6ad3885772bc966abd0b6b89d71c218c3f5838cd"
source = "git+https://github.com/servo/ipc-channel#ba07b349c831ea14ec3dba8c1f7f689044d7462b"
dependencies = [
"bincode 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -204,7 +204,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ipc-channel"
version = "0.2.1"
source = "git+https://github.com/servo/ipc-channel#6ad3885772bc966abd0b6b89d71c218c3f5838cd"
source = "git+https://github.com/servo/ipc-channel#ba07b349c831ea14ec3dba8c1f7f689044d7462b"
dependencies = [
"bincode 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",

2
ports/gonk/Cargo.lock generated
View file

@ -862,7 +862,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.2.1"
source = "git+https://github.com/servo/ipc-channel#6ad3885772bc966abd0b6b89d71c218c3f5838cd"
source = "git+https://github.com/servo/ipc-channel#ba07b349c831ea14ec3dba8c1f7f689044d7462b"
dependencies = [
"bincode 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",