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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-03-29 11:43:55 +00:00 committed by Mike Welsh
parent 54284ac195
commit afe225bbe7
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"