summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock5
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e1ceb83..91657ed 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -140,8 +140,8 @@ dependencies = [
[[package]]
name = "ipc-channel"
-version = "0.14.1"
-source = "git+https://github.com/NeoRaider/ipc-channel.git?branch=integration#5dc12c729c316574af2245447648632ddd50de63"
+version = "0.15.0"
+source = "git+https://github.com/servo/ipc-channel.git#7fd529668b112b9ac4e49f8ee976238514a397a4"
dependencies = [
"bincode",
"crossbeam-channel",
@@ -153,6 +153,7 @@ dependencies = [
"serde",
"tempfile",
"uuid",
+ "winapi 0.3.9",
]
[[package]]
diff --git a/Cargo.toml b/Cargo.toml
index bc34df3..e81d86c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-ipc-channel = { git = "https://github.com/NeoRaider/ipc-channel.git", branch = "integration" }
+ipc-channel = { git = "https://github.com/servo/ipc-channel.git" }
libc = "0.2.84"
nix = "0.19.1"
oci-spec = "0.2.8"