diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 08d614849..8ed350d39 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -25,7 +25,8 @@ libc = "^0.2" liboverdrop = "0.1.0" once_cell = "1.9" openssl = "^0.10" -nix = ">= 0.24, < 0.26" +# TODO drop this in favor of rustix +nix = { version = "0.27", features = ["ioctl"] } regex = "1.7.1" rustix = { "version" = "0.38", features = ["thread", "fs", "system", "process"] } schemars = "0.8.6"