aboutsummaryrefslogtreecommitdiffstats
path: root/components/bluetooth_traits
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-02-19 17:07:29 -0500
committerJosh Matthews <josh@joshmatthews.net>2020-02-20 11:15:13 -0500
commit3fd3c23e17f0bae5d46069ff2a8f61cf4bd4aad7 (patch)
tree7b3d43e2d5cb3d88a57b39cc07c550847cf69e83 /components/bluetooth_traits
parent107a29121c8a0e21d03645dd07121b59b595ac93 (diff)
downloadservo-3fd3c23e17f0bae5d46069ff2a8f61cf4bd4aad7.tar.gz
servo-3fd3c23e17f0bae5d46069ff2a8f61cf4bd4aad7.zip
Update ipc-channel and crossbeam-channel.
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 2f5802b93ce..5dd2015dfec 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.12"
+ipc-channel = "0.14"
regex = "1.1"
serde = "1.0"
embedder_traits = { path = "../embedder_traits" }