Bump duplicated nix to 0.29 (#32764)

Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>
This commit is contained in:
Jonathan Schwender 2024-07-13 09:48:01 +02:00 committed by GitHub
parent d667b79739
commit cd394af018
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 15 deletions

View file

@ -29,5 +29,5 @@ lazy_static = { workspace = true }
mach2 = "0.4"
[target.'cfg(all(target_os = "linux", not(any(target_arch = "arm", target_arch = "aarch64"))))'.dependencies]
nix = { version = "0.27", features = ["signal"] }
nix = { version = "0.29", features = ["signal"] }
unwind-sys = "0.1.4"