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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-08 18:34:49 +00:00 committed by Mike Welsh
parent 75ce1bf4c1
commit 9aacb15392
2 changed files with 23 additions and 100 deletions

121
Cargo.lock generated
View File

@ -424,15 +424,6 @@ dependencies = [
"winapi 0.3.9", "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]] [[package]]
name = "cloudabi" name = "cloudabi"
version = "0.1.0" version = "0.1.0"
@ -676,9 +667,9 @@ dependencies = [
[[package]] [[package]]
name = "cpal" name = "cpal"
version = "0.13.0" version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4919d30839e3924b45b84319997a554db1a56918bc5b2a08a6c29886e65e2dca" checksum = "05631e2089dfa5d3b6ea1cfbbfd092e2ee5deeb69698911bc976b28b746d3657"
dependencies = [ dependencies = [
"alsa", "alsa",
"core-foundation-sys 0.6.2", "core-foundation-sys 0.6.2",
@ -692,7 +683,7 @@ dependencies = [
"ndk-glue", "ndk-glue",
"nix 0.15.0", "nix 0.15.0",
"oboe", "oboe",
"parking_lot 0.9.0", "parking_lot",
"stdweb", "stdweb",
"thiserror", "thiserror",
"web-sys", "web-sys",
@ -1429,10 +1420,10 @@ dependencies = [
"gfx-hal", "gfx-hal",
"libloading 0.6.5", "libloading 0.6.5",
"log", "log",
"parking_lot 0.11.0", "parking_lot",
"range-alloc", "range-alloc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.4.2", "smallvec",
"spirv_cross", "spirv_cross",
"thunderdome", "thunderdome",
"winapi 0.3.9", "winapi 0.3.9",
@ -1454,7 +1445,7 @@ dependencies = [
"log", "log",
"range-alloc", "range-alloc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.4.2", "smallvec",
"spirv_cross", "spirv_cross",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -1488,10 +1479,10 @@ dependencies = [
"log", "log",
"metal", "metal",
"objc", "objc",
"parking_lot 0.11.0", "parking_lot",
"range-alloc", "range-alloc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.4.2", "smallvec",
"spirv_cross", "spirv_cross",
"storage-map", "storage-map",
] ]
@ -1512,7 +1503,7 @@ dependencies = [
"log", "log",
"objc", "objc",
"raw-window-handle", "raw-window-handle",
"smallvec 1.4.2", "smallvec",
"winapi 0.3.9", "winapi 0.3.9",
"x11", "x11",
] ]
@ -1910,15 +1901,6 @@ dependencies = [
"vcpkg", "vcpkg",
] ]
[[package]]
name = "lock_api"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
"scopeguard",
]
[[package]] [[package]]
name = "lock_api" name = "lock_api"
version = "0.4.1" version = "0.4.1"
@ -2489,17 +2471,6 @@ dependencies = [
"ttf-parser", "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]] [[package]]
name = "parking_lot" name = "parking_lot"
version = "0.11.0" version = "0.11.0"
@ -2507,23 +2478,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733" checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
dependencies = [ dependencies = [
"instant", "instant",
"lock_api 0.4.1", "lock_api",
"parking_lot_core 0.8.0", "parking_lot_core",
]
[[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",
] ]
[[package]] [[package]]
@ -2533,11 +2489,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b" checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
dependencies = [ dependencies = [
"cfg-if 0.1.10", "cfg-if 0.1.10",
"cloudabi 0.1.0", "cloudabi",
"instant", "instant",
"libc", "libc",
"redox_syscall", "redox_syscall",
"smallvec 1.4.2", "smallvec",
"winapi 0.3.9", "winapi 0.3.9",
] ]
@ -2951,7 +2907,7 @@ dependencies = [
"quick-xml", "quick-xml",
"rand", "rand",
"ruffle_macros", "ruffle_macros",
"smallvec 1.4.2", "smallvec",
"swf", "swf",
"thiserror", "thiserror",
"url 2.2.0", "url 2.2.0",
@ -3124,15 +3080,6 @@ version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 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]] [[package]]
name = "rustls" name = "rustls"
version = "0.16.0" version = "0.16.0"
@ -3209,21 +3156,6 @@ dependencies = [
"untrusted", "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]] [[package]]
name = "serde" name = "serde"
version = "1.0.117" version = "1.0.117"
@ -3288,15 +3220,6 @@ dependencies = [
"futures-util", "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]] [[package]]
name = "smallvec" name = "smallvec"
version = "1.4.2" version = "1.4.2"
@ -3374,7 +3297,7 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418bb14643aa55a7841d5303f72cf512cfb323b8cc221d51580500a1ca75206c" checksum = "418bb14643aa55a7841d5303f72cf512cfb323b8cc221d51580500a1ca75206c"
dependencies = [ dependencies = [
"lock_api 0.4.1", "lock_api",
] ]
[[package]] [[package]]
@ -3407,7 +3330,7 @@ dependencies = [
"log", "log",
"num-derive", "num-derive",
"num-traits", "num-traits",
"smallvec 1.4.2", "smallvec",
"xz2", "xz2",
] ]
@ -3879,7 +3802,7 @@ checksum = "7602d75560fe6f02cac723609cce658042fe60541b5107999818d29d4dab7cfa"
dependencies = [ dependencies = [
"nix 0.18.0", "nix 0.18.0",
"once_cell", "once_cell",
"smallvec 1.4.2", "smallvec",
"wayland-sys", "wayland-sys",
] ]
@ -3990,10 +3913,10 @@ dependencies = [
"gfx-backend-vulkan", "gfx-backend-vulkan",
"js-sys", "js-sys",
"objc", "objc",
"parking_lot 0.11.0", "parking_lot",
"raw-window-handle", "raw-window-handle",
"serde", "serde",
"smallvec 1.4.2", "smallvec",
"tracing", "tracing",
"typed-arena", "typed-arena",
"wasm-bindgen", "wasm-bindgen",
@ -4022,11 +3945,11 @@ dependencies = [
"gfx-hal", "gfx-hal",
"gfx-memory", "gfx-memory",
"naga", "naga",
"parking_lot 0.11.0", "parking_lot",
"raw-window-handle", "raw-window-handle",
"ron", "ron",
"serde", "serde",
"smallvec 1.4.2", "smallvec",
"thiserror", "thiserror",
"tracing", "tracing",
"wgpu-types", "wgpu-types",
@ -4112,7 +4035,7 @@ dependencies = [
"ndk-glue", "ndk-glue",
"ndk-sys", "ndk-sys",
"objc", "objc",
"parking_lot 0.11.0", "parking_lot",
"percent-encoding 2.1.0", "percent-encoding 2.1.0",
"raw-window-handle", "raw-window-handle",
"smithay-client-toolkit", "smithay-client-toolkit",

View File

@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
[dependencies] [dependencies]
clap = "3.0.0-beta.2" clap = "3.0.0-beta.2"
cpal = "0.13.0" cpal = "0.13.1"
ruffle_core = { path = "../core" } ruffle_core = { path = "../core" }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] } ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }
env_logger = "0.8.1" env_logger = "0.8.1"