From 07241f5be94b37af447574c7092c34c78b603055 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Wed, 4 Dec 2024 05:28:37 +0100 Subject: [PATCH] Bump nix to 0.29 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 623e5f90..421ea209 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -239,7 +239,7 @@ dependencies = [ "jobserver", "lazy_static", "mutants 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", - "nix 0.28.0", + "nix 0.29.0", "num_cpus", "nutmeg", "patch", @@ -303,9 +303,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "cfg_aliases" -version = "0.1.1" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" +checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" @@ -881,9 +881,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" +checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" dependencies = [ "bitflags 2.5.0", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 122ab44b..5b709554 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ version = "2.0.46" features = ["full", "extra-traits", "visit"] [target.'cfg(unix)'.dependencies] -nix = { version = "0.28", features = ["process", "signal"] } +nix = { version = "0.29", features = ["process", "signal"] } [dev-dependencies] assert_cmd = "2.0"