diff --git a/Cargo.toml b/Cargo.toml index 0e973465..df7d8908 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ ipnetwork = { version = "0.20" } libc = { version = "0.2.76", default-features = false } log = { version = "0.4.20" } mio = { version = "0.8" } -nix = { version = "0.26.2" } +nix = { version = "0.31.2" } octets = { version = "0.3.0", path = "./octets" } parking_lot = { version = "0.12.1", default-features = false } pin-project = { version = "1.0.12" }