diff options
Diffstat (limited to 'components/metrics')
-rw-r--r-- | components/metrics/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" } |