From 34770be5e70e58687094990d03f65e969245c753 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 23:35:37 +0000 Subject: [PATCH] build(deps): bump cpal from 0.12.0 to 0.12.1 Bumps [cpal](https://github.com/rustaudio/cpal) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/rustaudio/cpal/releases) - [Changelog](https://github.com/RustAudio/cpal/blob/master/CHANGELOG.md) - [Commits](https://github.com/rustaudio/cpal/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- desktop/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8df5e5138..81af90686 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -394,7 +394,7 @@ dependencies = [ [[package]] name = "cpal" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "alsa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2021,7 +2021,7 @@ name = "ruffle_desktop" version = "0.1.0" dependencies = [ "clipboard 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", - "cpal 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", + "cpal 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "embed-resource 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3028,7 +3028,7 @@ dependencies = [ "checksum core-video-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828" "checksum coreaudio-rs 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f229761965dad3e9b11081668a6ea00f1def7aa46062321b5ec245b834f6e491" "checksum coreaudio-sys 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e81f1c165c33ffab90a03077ac3b03462b34d5947145dfa48102e063d581502c" -"checksum cpal 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ba08f6cef6ecc4058a6c458b6b692ded275b5e80f67230387237ba3e187d593" +"checksum cpal 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4410231e181e24e3e4612dfca601601e40942003e6a52a12d9d80f19fd9737" "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" "checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" "checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index 767dc47da..1866b14b6 100644 --- a/desktop/Cargo.toml +++ b/desktop/Cargo.toml @@ -7,7 +7,7 @@ default-run = "ruffle_desktop" license = "MIT OR Apache-2.0" [dependencies] -cpal = "0.12.0" +cpal = "0.12.1" ruffle_core = { path = "../core" } ruffle_render_wgpu = { path = "../render/wgpu" } env_logger = "0.7.1"