Auto merge of #9815 - antrik:update-ipc_channel-2, r=KiChjang

Update ipc-channel again for working deadlock fix

Pull in ce7c296a3717b054060889b780f8638eb66ce970 , fixing concurrent
large transfers on Linux.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9815)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-03-01 07:40:26 +05:30
commit cd274a4a11
4 changed files with 4 additions and 4 deletions

View file

@ -928,7 +928,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.2.0"
source = "git+https://github.com/servo/ipc-channel#1a1f4c976b62db1265ecd036d951aa8c9b402a9d"
source = "git+https://github.com/servo/ipc-channel#8bd8d3ebcebafb12c3ff0e25af543613941a70cd"
dependencies = [
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",

2
ports/cef/Cargo.lock generated
View file

@ -858,7 +858,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.2.0"
source = "git+https://github.com/servo/ipc-channel#1a1f4c976b62db1265ecd036d951aa8c9b402a9d"
source = "git+https://github.com/servo/ipc-channel#8bd8d3ebcebafb12c3ff0e25af543613941a70cd"
dependencies = [
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
"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.0"
source = "git+https://github.com/servo/ipc-channel#1a1f4c976b62db1265ecd036d951aa8c9b402a9d"
source = "git+https://github.com/servo/ipc-channel#8bd8d3ebcebafb12c3ff0e25af543613941a70cd"
dependencies = [
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",

2
ports/gonk/Cargo.lock generated
View file

@ -839,7 +839,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.2.0"
source = "git+https://github.com/servo/ipc-channel#1a1f4c976b62db1265ecd036d951aa8c9b402a9d"
source = "git+https://github.com/servo/ipc-channel#8bd8d3ebcebafb12c3ff0e25af543613941a70cd"
dependencies = [
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",