aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-07-21 15:28:04 -0500
committerGitHub <noreply@github.com>2016-07-21 15:28:04 -0500
commitf8eab2b1658e687de03d58beb5b87fd0719509ef (patch)
tree8851af107ec8a124abf03ede293038dd38de7d63
parent4ae0897175143351439ff5b903d05a79c17e3725 (diff)
parent2efd973abe89e1304214f58fdaf4c6f4503d6124 (diff)
downloadservo-f8eab2b1658e687de03d58beb5b87fd0719509ef.tar.gz
servo-f8eab2b1658e687de03d58beb5b87fd0719509ef.zip
Auto merge of #12545 - jdm:ipcchannelbump, r=metajack
Update ipc-channel - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #12303 - [X] These changes do not require tests because we don't run automated tests on the platforms this affects <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12545) <!-- Reviewable:end -->
-rw-r--r--components/servo/Cargo.lock2
-rw-r--r--ports/cef/Cargo.lock2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index 2134fd2d58a..b881a7c3ac4 100644
--- a/components/servo/Cargo.lock
+++ b/components/servo/Cargo.lock
@@ -1031,7 +1031,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)",
diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock
index 558e8deab15..61cbc98c96e 100644
--- a/ports/cef/Cargo.lock
+++ b/ports/cef/Cargo.lock
@@ -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)",