From 67e08069a455fdc739ab632a5c3a34748babaf02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:54:48 +0000 Subject: [PATCH] Update nix requirement from 0.27 to 0.30 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.27.0...v0.30.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.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 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" }