diff --git a/Cargo.toml b/Cargo.toml index 1e8be99..f53a6c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ netlink-packet-utils = { version = "0.5" } netlink-packet-route = { version = "0.20" } netlink-packet-core = { version = "0.7" } netlink-proto = { default-features = false, version = "0.11" } -nix = { version = "0.27.1", default-features = false, features = ["fs", "mount", "sched", "signal"] } +nix = { version = "0.29", default-features = false, features = ["fs", "mount", "sched", "signal"] } tokio = { version = "1.0.1", features = ["rt"], optional = true} async-global-executor = { version = "2.0.2", optional = true }