From 95c03e660034b4a09b1a72cae6ca82e364000fd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 14:26:43 +0000 Subject: [PATCH] build(deps): update nix requirement in the cargo-crates group Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. Updates `nix` to 0.29.0 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.29.0...v0.29.0) --- updated-dependencies: - dependency-name: nix dependency-version: 0.29.0 dependency-type: direct:production dependency-group: cargo-crates ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ee049ed3..ebd9f9fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ libc = { version = "0.2.105", default-features = false } log = { version = "0.4", default-features = false } netns-rs = { version = "0.1", default-features = false } network-types = { version = "0.0.8", default-features = false } -nix = { version = "0.29.0", default-features = false } +nix = { version = "0.30.1", default-features = false } num_enum = { version = "0.7", default-features = false } object = { version = "0.36", default-features = false } once_cell = { version = "1.20.1", default-features = false }