From 9aacb15392d702573ff3a7297f4451f5dd279e86 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 8 Nov 2020 18:34:49 +0000 Subject: [PATCH] build(deps): bump cpal from 0.13.0 to 0.13.1 Bumps [cpal](https://github.com/rustaudio/cpal) from 0.13.0 to 0.13.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 | 121 +++++++++------------------------------------ desktop/Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 100 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3bd3cdc3..ee42eb5a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -424,15 +424,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "cloudabi" -version = "0.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" -dependencies = [ - "bitflags", -] - [[package]] name = "cloudabi" version = "0.1.0" @@ -676,9 +667,9 @@ dependencies = [ [[package]] name = "cpal" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4919d30839e3924b45b84319997a554db1a56918bc5b2a08a6c29886e65e2dca" +checksum = "05631e2089dfa5d3b6ea1cfbbfd092e2ee5deeb69698911bc976b28b746d3657" dependencies = [ "alsa", "core-foundation-sys 0.6.2", @@ -692,7 +683,7 @@ dependencies = [ "ndk-glue", "nix 0.15.0", "oboe", - "parking_lot 0.9.0", + "parking_lot", "stdweb", "thiserror", "web-sys", @@ -1429,10 +1420,10 @@ dependencies = [ "gfx-hal", "libloading 0.6.5", "log", - "parking_lot 0.11.0", + "parking_lot", "range-alloc", "raw-window-handle", - "smallvec 1.4.2", + "smallvec", "spirv_cross", "thunderdome", "winapi 0.3.9", @@ -1454,7 +1445,7 @@ dependencies = [ "log", "range-alloc", "raw-window-handle", - "smallvec 1.4.2", + "smallvec", "spirv_cross", "winapi 0.3.9", ] @@ -1488,10 +1479,10 @@ dependencies = [ "log", "metal", "objc", - "parking_lot 0.11.0", + "parking_lot", "range-alloc", "raw-window-handle", - "smallvec 1.4.2", + "smallvec", "spirv_cross", "storage-map", ] @@ -1512,7 +1503,7 @@ dependencies = [ "log", "objc", "raw-window-handle", - "smallvec 1.4.2", + "smallvec", "winapi 0.3.9", "x11", ] @@ -1910,15 +1901,6 @@ dependencies = [ "vcpkg", ] -[[package]] -name = "lock_api" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" -dependencies = [ - "scopeguard", -] - [[package]] name = "lock_api" version = "0.4.1" @@ -2489,17 +2471,6 @@ dependencies = [ "ttf-parser", ] -[[package]] -name = "parking_lot" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" -dependencies = [ - "lock_api 0.3.4", - "parking_lot_core 0.6.2", - "rustc_version", -] - [[package]] name = "parking_lot" version = "0.11.0" @@ -2507,23 +2478,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733" dependencies = [ "instant", - "lock_api 0.4.1", - "parking_lot_core 0.8.0", -] - -[[package]] -name = "parking_lot_core" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" -dependencies = [ - "cfg-if 0.1.10", - "cloudabi 0.0.3", - "libc", - "redox_syscall", - "rustc_version", - "smallvec 0.6.13", - "winapi 0.3.9", + "lock_api", + "parking_lot_core", ] [[package]] @@ -2533,11 +2489,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" dependencies = [ "cfg-if 0.1.10", - "cloudabi 0.1.0", + "cloudabi", "instant", "libc", "redox_syscall", - "smallvec 1.4.2", + "smallvec", "winapi 0.3.9", ] @@ -2951,7 +2907,7 @@ dependencies = [ "quick-xml", "rand", "ruffle_macros", - "smallvec 1.4.2", + "smallvec", "swf", "thiserror", "url 2.2.0", @@ -3124,15 +3080,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" -[[package]] -name = "rustc_version" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" -dependencies = [ - "semver", -] - [[package]] name = "rustls" version = "0.16.0" @@ -3209,21 +3156,6 @@ dependencies = [ "untrusted", ] -[[package]] -name = "semver" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" -dependencies = [ - "semver-parser", -] - -[[package]] -name = "semver-parser" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" - [[package]] name = "serde" version = "1.0.117" @@ -3288,15 +3220,6 @@ dependencies = [ "futures-util", ] -[[package]] -name = "smallvec" -version = "0.6.13" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" -dependencies = [ - "maybe-uninit", -] - [[package]] name = "smallvec" version = "1.4.2" @@ -3374,7 +3297,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "418bb14643aa55a7841d5303f72cf512cfb323b8cc221d51580500a1ca75206c" dependencies = [ - "lock_api 0.4.1", + "lock_api", ] [[package]] @@ -3407,7 +3330,7 @@ dependencies = [ "log", "num-derive", "num-traits", - "smallvec 1.4.2", + "smallvec", "xz2", ] @@ -3879,7 +3802,7 @@ checksum = "7602d75560fe6f02cac723609cce658042fe60541b5107999818d29d4dab7cfa" dependencies = [ "nix 0.18.0", "once_cell", - "smallvec 1.4.2", + "smallvec", "wayland-sys", ] @@ -3990,10 +3913,10 @@ dependencies = [ "gfx-backend-vulkan", "js-sys", "objc", - "parking_lot 0.11.0", + "parking_lot", "raw-window-handle", "serde", - "smallvec 1.4.2", + "smallvec", "tracing", "typed-arena", "wasm-bindgen", @@ -4022,11 +3945,11 @@ dependencies = [ "gfx-hal", "gfx-memory", "naga", - "parking_lot 0.11.0", + "parking_lot", "raw-window-handle", "ron", "serde", - "smallvec 1.4.2", + "smallvec", "thiserror", "tracing", "wgpu-types", @@ -4112,7 +4035,7 @@ dependencies = [ "ndk-glue", "ndk-sys", "objc", - "parking_lot 0.11.0", + "parking_lot", "percent-encoding 2.1.0", "raw-window-handle", "smithay-client-toolkit", diff --git a/desktop/Cargo.toml b/desktop/Cargo.toml index ad1a7fa92..8946413c0 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.0" +cpal = "0.13.1" ruffle_core = { path = "../core" } ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] } env_logger = "0.8.1"