aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr_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/webvr_traits
parent6ff252478110e10df1e7abaef199de805bf8f1d5 (diff)
downloadservo-92161ecfbcb81352ed528c4fc02b30cbb9a3d0f3.tar.gz
servo-92161ecfbcb81352ed528c4fc02b30cbb9a3d0f3.zip
Update ipc-channel and related dependencies
Diffstat (limited to 'components/webvr_traits')
-rw-r--r--components/webvr_traits/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/webvr_traits/Cargo.toml b/components/webvr_traits/Cargo.toml
index c3a78fea23a..da68644c050 100644
--- a/components/webvr_traits/Cargo.toml
+++ b/components/webvr_traits/Cargo.toml
@@ -11,7 +11,7 @@ name = "webvr_traits"
path = "lib.rs"
[dependencies]
-ipc-channel = "0.11"
+ipc-channel = "0.12"
msg = {path = "../msg"}
-rust-webvr-api = {version = "0.13", features = ["ipc"]}
+rust-webvr-api = { version = "0.14", features = ["ipc"] }
serde = "1.0"