From 173b1864b5335215d6eff1d6d31b643c22083013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 20:48:23 +0000 Subject: [PATCH] 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] --- crates/bevy_audio/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_audio/Cargo.toml b/crates/bevy_audio/Cargo.toml index 8beba77c0d..ef45ad2441 100644 --- a/crates/bevy_audio/Cargo.toml +++ b/crates/bevy_audio/Cargo.toml @@ -23,7 +23,7 @@ rodio = { version = "0.20", default-features = false } tracing = { version = "0.1", default-features = false, features = ["std"] } [target.'cfg(target_os = "android")'.dependencies] -cpal = { version = "0.15", optional = true } +cpal = { version = "0.16", optional = true } [target.'cfg(target_vendor = "apple")'.dependencies] # NOTE: Explicitly depend on this patch version to fix: