From bf5af54110f4ebbeff05c7fdbfdbf72e0db3ba4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:24:06 +0000 Subject: [PATCH] Update nix requirement from 0.30 to 0.31 Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"