From c5a600974286cff7dc038f254cbfd31f0c1e3880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 14:03:57 +0000 Subject: [PATCH] chore(deps): bump coreaudio-sys from 0.2.17 to 0.2.18 Bumps [coreaudio-sys](https://github.com/RustAudio/coreaudio-sys) from 0.2.17 to 0.2.18. - [Commits](https://github.com/RustAudio/coreaudio-sys/commits) --- updated-dependencies: - dependency-name: coreaudio-sys dependency-version: 0.2.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4b6b6f..c43da2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,9 +265,9 @@ dependencies = [ [[package]] name = "coreaudio-sys" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6" +checksum = "b9b4739a805a62757a83e5654fa3faabec0442666b263bb2287d5a8185bfd953" dependencies = [ "bindgen", ] diff --git a/Cargo.toml b/Cargo.toml index 096ebae..cc7ec09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ pipewire = { version = "0.10.0", optional = true, features = ["v0_3_45"] } [target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies] coreaudio-rs = "0.14.0" -coreaudio-sys = "0.2.17" +coreaudio-sys = "0.2.18" [target.'cfg(target_os = "windows")'.dependencies] windows = { version = "0.62.2", features = ["Win32_Media_Audio", "Win32_Foundation", "Win32_Devices_Properties", "Win32_Media_KernelStreaming", "Win32_System_Com_StructuredStorage", "Win32_System_Threading", "Win32_Security", "Win32_System_SystemServices", "Win32_System_Variant", "Win32_Media_Multimedia", "Win32_UI_Shell_PropertiesSystem"] }