From cdb4657e070910e93b6a33b83c7d0fea428489cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:47:33 +0000 Subject: [PATCH] chore(deps): bump nix from 0.30.1 to 0.31.1 Bumps [nix](https://github.com/nix-rust/nix) from 0.30.1 to 0.31.1. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.30.1...v0.31.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0b30e408..b46ce25e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2146,9 +2146,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.177" +version = "0.2.180" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" [[package]] name = "libm" @@ -2351,9 +2351,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.30.1" +version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" +checksum = "225e7cfe711e0ba79a68baeddb2982723e4235247aefce1482f2f16c27865b66" dependencies = [ "bitflags 2.10.0", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 8acd6aa9..b77f92df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ fernet = { version = "0.2", default-features = false, features = ["rustcrypto"] futures-util = { version = "0.3" } itertools = { version = "0.14" } mockall_double = { version = "0.3" } -nix = { version = "0.30", default-features = false, features = ["fs", "user"] } +nix = { version = "0.31", default-features = false, features = ["fs", "user"] } # opa-wasm = { version = "^0.1", optional = true } openidconnect = { version = "4.0" } rand = { version = "0.9" }