aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg
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/msg
parent107a29121c8a0e21d03645dd07121b59b595ac93 (diff)
downloadservo-3fd3c23e17f0bae5d46069ff2a8f61cf4bd4aad7.tar.gz
servo-3fd3c23e17f0bae5d46069ff2a8f61cf4bd4aad7.zip
Update ipc-channel and crossbeam-channel.
Diffstat (limited to 'components/msg')
-rw-r--r--components/msg/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml
index 5dc55caf521..edbddfa3190 100644
--- a/components/msg/Cargo.toml
+++ b/components/msg/Cargo.toml
@@ -14,7 +14,7 @@ doctest = false
[dependencies]
lazy_static = "1"
-ipc-channel = "0.12"
+ipc-channel = "0.14"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = "0.1"
parking_lot = "0.9"