Update cpal

Fixes the alsa distortion in some configs
This commit is contained in:
João Capucho 2021-03-29 11:33:27 +01:00
parent b0376c690f
commit 3445ec2820
No known key found for this signature in database
GPG Key ID: 1AD5CE7CCAEBDA21

4
Cargo.lock generated
View File

@ -879,9 +879,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",