diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2018-03-21 13:04:41 +0100 |
---|---|---|
committer | Bastien Orivel <eijebong@bananium.fr> | 2018-03-21 13:05:47 +0100 |
commit | 570d86506566f428fef0a3362e4131eb236dd725 (patch) | |
tree | 7eabaf39cf4574fb0fd309781d2f6489c92021ff /components/metrics | |
parent | 5b575e36479bd1edc46a036c780dccf274dd430c (diff) | |
download | servo-570d86506566f428fef0a3362e4131eb236dd725.tar.gz servo-570d86506566f428fef0a3362e4131eb236dd725.zip |
Bump ipc-channel and bincode
This required bumping uuid too which unfortunately duplicated rand.
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 af186366721..5acdf4a0f32 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.9" +ipc-channel = "0.10" log = "0.3.5" malloc_size_of = { path = "../malloc_size_of" } malloc_size_of_derive = { path = "../malloc_size_of_derive" } |