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/bluetooth_traits | |
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/bluetooth_traits')
-rw-r--r-- | components/bluetooth_traits/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/bluetooth_traits/Cargo.toml b/components/bluetooth_traits/Cargo.toml index cb4009644cc..52b01c33c67 100644 --- a/components/bluetooth_traits/Cargo.toml +++ b/components/bluetooth_traits/Cargo.toml @@ -10,7 +10,7 @@ name = "bluetooth_traits" path = "lib.rs" [dependencies] -ipc-channel = "0.9" +ipc-channel = "0.10" regex = "0.2" serde = "1.0" servo_config = {path = "../config"} |