Auto merge of #9948 - antrik:update-ipc_channel-3, r=metajack

Update ipc-channel for another fix in large transfers

This pulls in 78c1be46ccc199d00d96e5dc225e8b130c5a565a , which might
help with some intermittent failures.

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

View file

@ -935,7 +935,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.2.1"
source = "git+https://github.com/servo/ipc-channel#e6d0164573737927fd8f0754066c2e959a7bf68b"
source = "git+https://github.com/servo/ipc-channel#6ad3885772bc966abd0b6b89d71c218c3f5838cd"
dependencies = [
"bincode 0.4.1 (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

@ -863,7 +863,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.2.1"
source = "git+https://github.com/servo/ipc-channel#e6d0164573737927fd8f0754066c2e959a7bf68b"
source = "git+https://github.com/servo/ipc-channel#6ad3885772bc966abd0b6b89d71c218c3f5838cd"
dependencies = [
"bincode 0.4.1 (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#e6d0164573737927fd8f0754066c2e959a7bf68b"
source = "git+https://github.com/servo/ipc-channel#6ad3885772bc966abd0b6b89d71c218c3f5838cd"
dependencies = [
"bincode 0.4.1 (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

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