From d2166cd5d50b2617ab6f54b4ceb045d83ff939d4 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Wed, 27 Jan 2016 22:23:00 -0500 Subject: [PATCH] Upgrade ipc-channel dependency. https://github.com/servo/ipc-channel/compare/dfd8513d801d16a7e4a5b0b92a68c27b0dd99fe1...4cc8773bfb0ab9a350f98fe316c24d2f42b99858 Attempt to fix https://github.com/servo/servo/issues/8815 --- components/servo/Cargo.lock | 2 +- ports/cef/Cargo.lock | 2 +- ports/geckolib/Cargo.lock | 2 +- ports/gonk/Cargo.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 94aad2746d9..6787a91c824 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -873,7 +873,7 @@ dependencies = [ [[package]] name = "ipc-channel" version = "0.1.0" -source = "git+https://github.com/servo/ipc-channel#dfd8513d801d16a7e4a5b0b92a68c27b0dd99fe1" +source = "git+https://github.com/servo/ipc-channel#4cc8773bfb0ab9a350f98fe316c24d2f42b99858" dependencies = [ "bincode 0.4.0 (git+https://github.com/TyOverby/bincode)", "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 61ee3e43429..c865762fdc0 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -832,7 +832,7 @@ dependencies = [ [[package]] name = "ipc-channel" version = "0.1.0" -source = "git+https://github.com/servo/ipc-channel#dfd8513d801d16a7e4a5b0b92a68c27b0dd99fe1" +source = "git+https://github.com/servo/ipc-channel#4cc8773bfb0ab9a350f98fe316c24d2f42b99858" dependencies = [ "bincode 0.4.0 (git+https://github.com/TyOverby/bincode)", "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 43117659ea9..b5188794574 100644 --- a/ports/geckolib/Cargo.lock +++ b/ports/geckolib/Cargo.lock @@ -180,7 +180,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ipc-channel" version = "0.1.0" -source = "git+https://github.com/servo/ipc-channel#dfd8513d801d16a7e4a5b0b92a68c27b0dd99fe1" +source = "git+https://github.com/servo/ipc-channel#4cc8773bfb0ab9a350f98fe316c24d2f42b99858" dependencies = [ "bincode 0.4.0 (git+https://github.com/TyOverby/bincode)", "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 e39212740ed..ec6db06e72f 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -803,7 +803,7 @@ dependencies = [ [[package]] name = "ipc-channel" version = "0.1.0" -source = "git+https://github.com/servo/ipc-channel#dfd8513d801d16a7e4a5b0b92a68c27b0dd99fe1" +source = "git+https://github.com/servo/ipc-channel#4cc8773bfb0ab9a350f98fe316c24d2f42b99858" dependencies = [ "bincode 0.4.0 (git+https://github.com/TyOverby/bincode)", "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",