diff --git a/Cargo.toml b/Cargo.toml index 8a7a37f..0edb9d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://github.com/rust-util-collections/sctpx" repository = "https://github.com/rust-util-collections/sctpx.git" [dependencies] -nix = { version = "0.30", features = ["net"] } +nix = { version = "0.31", features = ["net"] } libc = "0.2" ruc = "9.0"