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"] }