From 5a3bdbd9b53911af5081b7296c351b1d29647761 Mon Sep 17 00:00:00 2001 From: null Date: Sat, 24 Feb 2024 04:40:29 +0000 Subject: [PATCH] fix(deps): update rust crate nix to 0.28 Signed-off-by: null --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index bacacbe2..bbe29e94 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -30,7 +30,7 @@ libsystemd = "0.7" once_cell = "1.19" openssl = "^0.10.64" # TODO drop this in favor of rustix -nix = { version = "0.27", features = ["ioctl", "sched"] } +nix = { version = "0.28", features = ["ioctl", "sched"] } regex = "1.10.3" rustix = { "version" = "0.38", features = ["thread", "fs", "system", "process"] } schemars = { version = "0.8.16", features = ["chrono"] }