diff options
author | Bastien Orivel <eijebong@bananium.fr> | 2019-08-26 19:14:54 +0200 |
---|---|---|
committer | Bastien Orivel <eijebong@bananium.fr> | 2019-08-27 23:44:04 +0200 |
commit | 92161ecfbcb81352ed528c4fc02b30cbb9a3d0f3 (patch) | |
tree | bedd2c330041b45173b3225cfc45afd78f389730 /components/bluetooth_traits | |
parent | 6ff252478110e10df1e7abaef199de805bf8f1d5 (diff) | |
download | servo-92161ecfbcb81352ed528c4fc02b30cbb9a3d0f3.tar.gz servo-92161ecfbcb81352ed528c4fc02b30cbb9a3d0f3.zip |
Update ipc-channel and related dependencies
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 2884a7d5c00..2f5802b93ce 100644 --- a/components/bluetooth_traits/Cargo.toml +++ b/components/bluetooth_traits/Cargo.toml @@ -11,7 +11,7 @@ name = "bluetooth_traits" path = "lib.rs" [dependencies] -ipc-channel = "0.11" +ipc-channel = "0.12" regex = "1.1" serde = "1.0" embedder_traits = { path = "../embedder_traits" } |