aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-03-10 21:42:20 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2016-03-10 21:42:20 +0530
commitb2892e6321599db448be147d013a30ba460da392 (patch)
treec765b929f1c22ced04e0df6bfaee9a2cde582972
parent95883dcbcfe10104c7a78ac532cb9aeb4bda855f (diff)
parent94b071e3468111378407dfc1810c855815cdc7a8 (diff)
downloadservo-b2892e6321599db448be147d013a30ba460da392.tar.gz
servo-b2892e6321599db448be147d013a30ba460da392.zip
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 -->
-rw-r--r--components/servo/Cargo.lock2
-rw-r--r--ports/cef/Cargo.lock2
-rw-r--r--ports/geckolib/Cargo.lock2
-rw-r--r--ports/gonk/Cargo.lock2
4 files changed, 4 insertions, 4 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index b89e19a908a..a81eb03eddb 100644
--- a/components/servo/Cargo.lock
+++ b/components/servo/Cargo.lock
@@ -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)",
diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock
index eed1743770c..320bc60d8b8 100644
--- a/ports/cef/Cargo.lock
+++ b/ports/cef/Cargo.lock
@@ -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)",
diff --git a/ports/geckolib/Cargo.lock b/ports/geckolib/Cargo.lock
index 5d9525aeb7e..02486410dd2 100644
--- a/ports/geckolib/Cargo.lock
+++ b/ports/geckolib/Cargo.lock
@@ -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)",
diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock
index 8f43878a726..f5d024068aa 100644
--- a/ports/gonk/Cargo.lock
+++ b/ports/gonk/Cargo.lock
@@ -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)",