From afe225bbe78edf078050a67e9b07c0871d09443b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 11:43:55 +0000 Subject: [PATCH] build(deps): bump cpal from 0.13.2 to 0.13.3 Bumps [cpal](https://github.com/rustaudio/cpal) from 0.13.2 to 0.13.3. - [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 | 4 ++-- desktop/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c859ed27d..ddedc590f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -654,9 +654,9 @@ dependencies = [ [[package]] name = "cpal" -version = "0.13.2" +version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "840981d3f30230d9120328d64be72319dbbedabb61bcd4c370a54cdd051238ac" +checksum = "8351ddf2aaa3c583fa388029f8b3d26f3c7035a20911fdd5f2e2ed7ab57dad25" dependencies = [ "alsa", "core-foundation-sys 0.6.2", diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index ce844148a..83852ae46 100644 --- a/desktop/Cargo.toml +++ b/desktop/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" [dependencies] clap = "3.0.0-beta.2" -cpal = "0.13.2" +cpal = "0.13.3" ruffle_core = { path = "../core" } ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] } env_logger = "0.8.3"