aboutsummaryrefslogtreecommitdiffstats
path: root/components/bluetooth_traits
diff options
context:
space:
mode:
authorBastien Orivel <eijebong@bananium.fr>2019-08-26 19:14:54 +0200
committerBastien Orivel <eijebong@bananium.fr>2019-08-27 23:44:04 +0200
commit92161ecfbcb81352ed528c4fc02b30cbb9a3d0f3 (patch)
treebedd2c330041b45173b3225cfc45afd78f389730 /components/bluetooth_traits
parent6ff252478110e10df1e7abaef199de805bf8f1d5 (diff)
downloadservo-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.toml2
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" }