aboutsummaryrefslogtreecommitdiffstats
path: root/components/webvr_traits
diff options
context:
space:
mode:
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"