From 14edb51f5b578d78c6c86ef8061e463b1de21ae3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 16:23:46 +0000 Subject: [PATCH] chore(deps): bump nix from 0.30.1 to 0.31.2 Bumps [nix](https://github.com/nix-rust/nix) from 0.30.1 to 0.31.2. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.30.1...v0.31.2) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d18dc3d..53b83624 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -506,7 +506,7 @@ dependencies = [ "log", "log4rs", "miette", - "nix", + "nix 0.31.2", "nu-ansi-term", "oci-client", "os_pipe", @@ -575,7 +575,7 @@ dependencies = [ "lazy-regex", "log", "miette", - "nix", + "nix 0.31.2", "oci-client", "process_control", "rand 0.9.2", @@ -2583,9 +2583,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.177" +version = "0.2.183" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" [[package]] name = "libflate" @@ -2879,6 +2879,18 @@ dependencies = [ "libc", ] +[[package]] +name = "nix" +version = "0.31.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" +dependencies = [ + "bitflags 2.10.0", + "cfg-if", + "cfg_aliases", + "libc", +] + [[package]] name = "nom" version = "7.1.3" @@ -3340,7 +3352,7 @@ checksum = "e4022a17595a00d6a369236fdae483f0de7f0a339960a53118b818238e132224" dependencies = [ "android_system_properties", "log", - "nix", + "nix 0.30.1", "objc2", "objc2-foundation", "objc2-ui-kit", diff --git a/Cargo.toml b/Cargo.toml index 6372cc80..5a76e31a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ indicatif = { version = "0.18.2", features = ["improved_unicode", "rayon"] } lazy-regex = "3.5.1" log = "0.4.29" miette = "7.6.0" -nix = { version = "0.30.1" } +nix = { version = "0.31.2" } oci-client = { version = "0.15.0", default-features = false } pretty_assertions = "1.4.1" rand = "0.9.2"