diff --git a/Cargo.toml b/Cargo.toml index 255d7f1..894d27a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = ["test_fixture"] [dependencies] libc = "0.2.150" -nix = { version = "0.27.1", features = ["ioctl", "socket"] } +nix = { version = "0.28.0", features = ["ioctl", "socket"] } [dev-dependencies] rand = "0.8.3"