From d6fa7ea4fda5533dd5821d1b356f94496cf9e436 Mon Sep 17 00:00:00 2001 From: Bryce Van Dyk Date: Thu, 25 Jan 2018 17:18:08 -0500 Subject: [PATCH] Bug 1432869 - Update locks to reflect new cubeb-rs, and audioipc versions. r=rillian MozReview-Commit-ID: Hj9rcfHnO1L --HG-- extra : rebase_source : c2366103116f8882d029caa4582b500e212f1406 --- toolkit/library/gtest/rust/Cargo.lock | 16 ++++++++-------- toolkit/library/rust/Cargo.lock | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/toolkit/library/gtest/rust/Cargo.lock b/toolkit/library/gtest/rust/Cargo.lock index 9ba9b0a89064..f410dd2d082b 100644 --- a/toolkit/library/gtest/rust/Cargo.lock +++ b/toolkit/library/gtest/rust/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "audioipc" -version = "0.2.0" +version = "0.2.1" dependencies = [ "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -68,7 +68,7 @@ dependencies = [ name = "audioipc-client" version = "0.2.0" dependencies = [ - "audioipc 0.2.0", + "audioipc 0.2.1", "cubeb-backend 0.2.0", "cubeb-core 0.1.0", "futures 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -81,11 +81,11 @@ dependencies = [ [[package]] name = "audioipc-server" -version = "0.2.0" +version = "0.2.1" dependencies = [ - "audioipc 0.2.0", + "audioipc 0.2.1", "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "cubeb 0.3.1", + "cubeb 0.3.2", "cubeb-core 0.1.0", "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -316,7 +316,7 @@ dependencies = [ [[package]] name = "cubeb" -version = "0.3.1" +version = "0.3.2" dependencies = [ "cubeb-core 0.1.0", "libcubeb-sys 0.1.0", @@ -582,9 +582,9 @@ name = "gkrust-shared" version = "0.1.0" dependencies = [ "audioipc-client 0.2.0", - "audioipc-server 0.2.0", + "audioipc-server 0.2.1", "cose-c 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "cubeb 0.3.1", + "cubeb 0.3.2", "cubeb-backend 0.2.0", "cubeb-core 0.1.0", "cubeb-pulse 0.0.2", diff --git a/toolkit/library/rust/Cargo.lock b/toolkit/library/rust/Cargo.lock index af3ac6c2cb6c..fb4f3ad1ed5d 100644 --- a/toolkit/library/rust/Cargo.lock +++ b/toolkit/library/rust/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "audioipc" -version = "0.2.0" +version = "0.2.1" dependencies = [ "bincode 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -68,7 +68,7 @@ dependencies = [ name = "audioipc-client" version = "0.2.0" dependencies = [ - "audioipc 0.2.0", + "audioipc 0.2.1", "cubeb-backend 0.2.0", "cubeb-core 0.1.0", "futures 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -81,11 +81,11 @@ dependencies = [ [[package]] name = "audioipc-server" -version = "0.2.0" +version = "0.2.1" dependencies = [ - "audioipc 0.2.0", + "audioipc 0.2.1", "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", - "cubeb 0.3.1", + "cubeb 0.3.2", "cubeb-core 0.1.0", "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -316,7 +316,7 @@ dependencies = [ [[package]] name = "cubeb" -version = "0.3.1" +version = "0.3.2" dependencies = [ "cubeb-core 0.1.0", "libcubeb-sys 0.1.0", @@ -580,9 +580,9 @@ name = "gkrust-shared" version = "0.1.0" dependencies = [ "audioipc-client 0.2.0", - "audioipc-server 0.2.0", + "audioipc-server 0.2.1", "cose-c 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "cubeb 0.3.1", + "cubeb 0.3.2", "cubeb-backend 0.2.0", "cubeb-core 0.1.0", "cubeb-pulse 0.0.2",