Update ipc-channel to resolve threadsafety issues on Windows and Android.

This commit is contained in:
Josh Matthews 2016-07-21 14:25:05 -04:00
parent df1b00d43d
commit 2efd973abe
2 changed files with 2 additions and 2 deletions

2
ports/cef/Cargo.lock generated
View file

@ -940,7 +940,7 @@ dependencies = [
[[package]]
name = "ipc-channel"
version = "0.4.0"
source = "git+https://github.com/servo/ipc-channel#f97eb4c4ceaa0463323ddbd00cc9980cb7840950"
source = "git+https://github.com/servo/ipc-channel#346456b792f0a8e86b4ed077997408a697a06a0f"
dependencies = [
"bincode 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",