diff --git a/Cargo.lock b/Cargo.lock index 524c6b6..6ca2d9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,9 +585,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.175" +version = "0.2.177" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" +checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" [[package]] name = "libloading" diff --git a/Cargo.toml b/Cargo.toml index 893f3a8..16d4a8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ pipewire = ["dep:pipewire", "dep:libspa", "dep:libspa-sys", "dep:zerocopy"] [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd"))'.dependencies] alsa = "0.10.0" -libc = "0.2.175" +libc = "0.2.177" libspa = { version = "0.8.0", optional = true } libspa-sys = { version = "0.8.0", optional = true } nix = "0.30.1"