From 3198c74a525543446543776f1d195b283a5177a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:37:43 +0000 Subject: [PATCH] build(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 | 4 ++-- boringtun/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 28b7907..122586f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -828,9 +828,9 @@ checksum = "dce6dd36094cac388f119d2e9dc82dc730ef91c32a6222170d630e5414b956e6" [[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", "cfg-if", diff --git a/boringtun/Cargo.toml b/boringtun/Cargo.toml index 0c550fd..c3a0724 100644 --- a/boringtun/Cargo.toml +++ b/boringtun/Cargo.toml @@ -45,7 +45,7 @@ x25519-dalek = { version = "2", features = [ ] } [target.'cfg(unix)'.dependencies] -nix = { version = "0.30", default-features = false, features = [ +nix = { version = "0.31", default-features = false, features = [ "time", "user", ] }