build(deps): bump cpal from 0.14.1 to 0.14.2

Bumps [cpal](https://github.com/rustaudio/cpal) from 0.14.1 to 0.14.2.
- [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)

---
updated-dependencies:
- dependency-name: cpal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-05 22:17:21 +00:00 committed by Adrian Wielgosik
parent 6136c2fa74
commit 823965aeb4
2 changed files with 3 additions and 5 deletions

6
Cargo.lock generated
View File

@ -722,9 +722,9 @@ dependencies = [
[[package]]
name = "cpal"
version = "0.14.1"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e73413ddcb69c398125f5529714492e070c64c6a090ad5b01d8c082b320a0809"
checksum = "f342c1b63e185e9953584ff2199726bf53850d96610a310e3aca09e9405a2d0b"
dependencies = [
"alsa",
"core-foundation-sys",
@ -735,7 +735,6 @@ dependencies = [
"mach",
"ndk 0.7.0",
"ndk-context",
"nix 0.25.0",
"oboe",
"once_cell",
"parking_lot",
@ -2720,7 +2719,6 @@ dependencies = [
"cfg-if 1.0.0",
"libc",
"memoffset 0.6.5",
"pin-utils",
]
[[package]]

View File

@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
clap = { version = "4.0.27", features = ["derive"] }
cpal = "0.14.1"
cpal = "0.14.2"
ruffle_core = { path = "../core", features = ["audio", "symphonia", "nellymoser"] }
ruffle_render_wgpu = { path = "../render/wgpu", features = ["clap"] }
ruffle_video_software = { path = "../video/software", optional = true }