From bb86bca6a1965501ef9a8ebab420ee39205d8141 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 00:48:34 +0000 Subject: [PATCH] fix(deps): update rust crate cpal to 0.15 --- crates/rrr_audio/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/rrr_audio/Cargo.toml b/crates/rrr_audio/Cargo.toml index d48aeb2..62398a8 100644 --- a/crates/rrr_audio/Cargo.toml +++ b/crates/rrr_audio/Cargo.toml @@ -24,8 +24,8 @@ rb = "0.4" symphonia = { version = "0.5.4", default-features = false, features = ["mp3"] } [target.'cfg(not(all(target_arch = "wasm32", target_os = "unknown")))'.dependencies] -cpal = "0.14" +cpal = "0.15" [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies] console_error_panic_hook = "0.1" -cpal = { version = "0.14", features = ["wasm-bindgen"] } +cpal = { version = "0.15", features = ["wasm-bindgen"] }