From 25a163ea746823b2b53a7fdfb1cbf30f54871011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:41:52 +0000 Subject: [PATCH] build(deps): bump nix from 0.26.4 to 0.28.0 Bumps [nix](https://github.com/nix-rust/nix) from 0.26.4 to 0.28.0. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.26.4...v0.28.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 3 +-- tuxedo_ioctl/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc8fc66..1c6e245 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1017,7 +1017,6 @@ dependencies = [ "cfg-if", "libc", "memoffset 0.7.1", - "pin-utils", ] [[package]] @@ -1842,7 +1841,7 @@ dependencies = [ name = "tuxedo_ioctl" version = "0.2.5" dependencies = [ - "nix 0.26.4", + "nix 0.28.0", "sudo", "thiserror", "tracing", diff --git a/tuxedo_ioctl/Cargo.toml b/tuxedo_ioctl/Cargo.toml index 9d511cd..63501da 100644 --- a/tuxedo_ioctl/Cargo.toml +++ b/tuxedo_ioctl/Cargo.toml @@ -9,7 +9,7 @@ license.workspace = true repository.workspace = true [dependencies] -nix = { version = "0.26", features = ["ioctl"] } +nix = { version = "0.28", features = ["ioctl"] } thiserror = "1" tracing = "0.1"