From 47700df57a9e08f5201a68cd085647ac6a83f09c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 15:49:13 +0000 Subject: [PATCH] build(deps): bump nix from 0.29.0 to 0.30.1 Bumps [nix](https://github.com/nix-rust/nix) from 0.29.0 to 0.30.1. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.29.0...v0.30.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++-------------- bin/nanocl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90958968e..0a3b429e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,7 +474,7 @@ version = "3.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46f93780a459b7d656ef7f071fe699c4d3d2cb201c4b24d085b6ddc505276e73" dependencies = [ - "nix 0.30.1", + "nix", "windows-sys 0.59.0", ] @@ -1661,7 +1661,7 @@ dependencies = [ "nanocl_error", "nanocl_utils", "nanocld_client", - "nix 0.29.0", + "nix", "ntex", "openssl", "regex", @@ -1844,18 +1844,6 @@ dependencies = [ "vpnkitrc", ] -[[package]] -name = "nix" -version = "0.29.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" -dependencies = [ - "bitflags 2.9.2", - "cfg-if", - "cfg_aliases", - "libc", -] - [[package]] name = "nix" version = "0.30.1" diff --git a/bin/nanocl/Cargo.toml b/bin/nanocl/Cargo.toml index fb862cf8f..d6fa9aacb 100644 --- a/bin/nanocl/Cargo.toml +++ b/bin/nanocl/Cargo.toml @@ -75,7 +75,7 @@ url = "2.5" colored = "3.0.0" [target.'cfg(not(target_os = "windows"))'.dependencies] -nix = { version = "0.29", features = ["user"] } +nix = { version = "0.30", features = ["user"] } nanocl_utils = { version = "0.7", features = ["unix"] } termios = "0.3"