diff --git a/Cargo.lock b/Cargo.lock index d942d5d2f8..97dad8ae94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -130,12 +130,6 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" -[[package]] -name = "cfg_aliases" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" - [[package]] name = "codespan-reporting" version = "0.11.1" @@ -880,13 +874,12 @@ dependencies = [ [[package]] name = "nix" -version = "0.29.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" +checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" dependencies = [ "bitflags 2.6.0", "cfg-if", - "cfg_aliases", "libc", ] diff --git a/crates/native/Cargo.toml b/crates/native/Cargo.toml index 6ba2928dad..7ebb0a9312 100644 --- a/crates/native/Cargo.toml +++ b/crates/native/Cargo.toml @@ -23,7 +23,7 @@ xxhash = { package = "xxhash-rust", version = "0.8", features = ["xxh3"] } [target.'cfg(target_os = "linux")'.dependencies] libudev = "0.3" -nix = { version = "0.29", features = ["poll", "signal"] } +nix = { version = "0.27", features = ["poll", "signal"] } pulse = { version = "2.27", package = "libpulse-binding" } [target.'cfg(target_os = "windows")'.dependencies]