mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update ipc-channel to get deadlock fix for Linux.
This commit is contained in:
parent
9baa59a6b4
commit
50e946eab9
4 changed files with 4 additions and 4 deletions
2
components/servo/Cargo.lock
generated
2
components/servo/Cargo.lock
generated
|
@ -882,7 +882,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ipc-channel"
|
name = "ipc-channel"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
source = "git+https://github.com/servo/ipc-channel#1f1d0923a4a43523b151abc4f4dd7e2ae4a5ec4c"
|
source = "git+https://github.com/servo/ipc-channel#1a1f4c976b62db1265ecd036d951aa8c9b402a9d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
|
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
|
||||||
"byteorder 0.4.2 (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
2
ports/cef/Cargo.lock
generated
|
@ -841,7 +841,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ipc-channel"
|
name = "ipc-channel"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
source = "git+https://github.com/servo/ipc-channel#1f1d0923a4a43523b151abc4f4dd7e2ae4a5ec4c"
|
source = "git+https://github.com/servo/ipc-channel#1a1f4c976b62db1265ecd036d951aa8c9b402a9d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
|
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
|
||||||
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
2
ports/geckolib/Cargo.lock
generated
2
ports/geckolib/Cargo.lock
generated
|
@ -180,7 +180,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ipc-channel"
|
name = "ipc-channel"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
source = "git+https://github.com/servo/ipc-channel#1f1d0923a4a43523b151abc4f4dd7e2ae4a5ec4c"
|
source = "git+https://github.com/servo/ipc-channel#1a1f4c976b62db1265ecd036d951aa8c9b402a9d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
|
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
|
||||||
"byteorder 0.4.2 (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
2
ports/gonk/Cargo.lock
generated
|
@ -812,7 +812,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ipc-channel"
|
name = "ipc-channel"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
source = "git+https://github.com/servo/ipc-channel#1f1d0923a4a43523b151abc4f4dd7e2ae4a5ec4c"
|
source = "git+https://github.com/servo/ipc-channel#1a1f4c976b62db1265ecd036d951aa8c9b402a9d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
|
"bincode 0.4.0 (git+https://github.com/TyOverby/bincode)",
|
||||||
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue