diff --git a/lib/Cargo.toml b/lib/Cargo.toml index bacacbe2e..bbe29e943 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"] }