diff --git a/audioipc/Cargo.toml b/audioipc/Cargo.toml index 0f4f5e8..aa425ee 100644 --- a/audioipc/Cargo.toml +++ b/audioipc/Cargo.toml @@ -30,7 +30,7 @@ memmap2 = "0.9" arrayvec = "0.7" [target.'cfg(target_os = "linux")'.dependencies.audio_thread_priority] -version = "0.35" +version = "0.37" default-features = false [target.'cfg(windows)'.dependencies] diff --git a/client/Cargo.toml b/client/Cargo.toml index 4fb29f1..5e9a078 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -13,4 +13,4 @@ edition = "2018" audioipc = { package = "audioipc2", path = "../audioipc" } cubeb-backend = "0.34" log = "0.4" -audio_thread_priority = { version = "0.35", default-features = false } +audio_thread_priority = { version = "0.37", default-features = false } diff --git a/server/Cargo.toml b/server/Cargo.toml index 1a29b72..f66f5d7 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -15,5 +15,4 @@ cubeb-core = "0.34" once_cell = "1.2.0" log = "0.4" slab = "0.4" -audio_thread_priority = { version = "0.35", default-features = false } - +audio_thread_priority = { version = "0.37", default-features = false }