From 7a3511e5a9cfc9f334b997365a578444158afd61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:44:06 +0000 Subject: [PATCH] build(deps): update nix requirement from 0.30.1 to 0.31.3 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.1...v0.31.3) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.3 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 d211af9ff77..5f10448b313 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ ipnetwork = { version = "0.20" } libc = { version = "0.2.76", default-features = false } log = { version = "0.4.20" } mio = { version = "1" } -nix = { version = "0.30.1", features = ["net", "uio", "socket"] } +nix = { version = "0.31.3", features = ["net", "uio", "socket"] } netlog = { version = "0.1", path="./netlog" } octets = { version = "0.3.5", path = "./octets" } parking_lot = { version = "0.12.1", default-features = false }