From 2a996fbc8fef722b264389680cc55c25c46807d1 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Sun, 17 Dec 2017 23:53:32 +0100 Subject: Replace mpsc with crossbeam/servo channel, update ipc-channel Co-authored-by: Gregory Terzian --- components/metrics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/metrics') diff --git a/components/metrics/Cargo.toml b/components/metrics/Cargo.toml index 105d95e2715..608d7ffaa0a 100644 --- a/components/metrics/Cargo.toml +++ b/components/metrics/Cargo.toml @@ -11,7 +11,7 @@ path = "lib.rs" [dependencies] gfx_traits = {path = "../gfx_traits"} -ipc-channel = "0.10" +ipc-channel = "0.11" log = "0.4" malloc_size_of = { path = "../malloc_size_of" } malloc_size_of_derive = { path = "../malloc_size_of_derive" } -- cgit v1.2.3