Update cpal requirement from 0.15 to 0.16

---
updated-dependencies:
- dependency-name: cpal
  dependency-version: 0.16.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-07-07 20:48:23 +00:00 committed by GitHub
parent e2810085a8
commit 173b1864b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ rodio = { version = "0.20", default-features = false }
tracing = { version = "0.1", default-features = false, features = ["std"] } tracing = { version = "0.1", default-features = false, features = ["std"] }
[target.'cfg(target_os = "android")'.dependencies] [target.'cfg(target_os = "android")'.dependencies]
cpal = { version = "0.15", optional = true } cpal = { version = "0.16", optional = true }
[target.'cfg(target_vendor = "apple")'.dependencies] [target.'cfg(target_vendor = "apple")'.dependencies]
# NOTE: Explicitly depend on this patch version to fix: # NOTE: Explicitly depend on this patch version to fix: