From 7318c9404504a8a0f38343a430def55a0374e5b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 05:14:11 +0000 Subject: [PATCH] build(deps): bump nix from 0.28.0 to 0.29.0 Bumps [nix](https://github.com/nix-rust/nix) from 0.28.0 to 0.29.0. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.28.0...v0.29.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 677dba4..f8084fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1398,7 +1398,7 @@ dependencies = [ "bytes", "libc", "log", - "nix 0.28.0", + "nix 0.29.0", "once_cell", "prost", "prost-build", @@ -1513,7 +1513,7 @@ dependencies = [ "krata-xenstore", "libc", "log", - "nix 0.28.0", + "nix 0.29.0", "oci-spec", "path-absolutize", "platform-info", @@ -1622,7 +1622,7 @@ dependencies = [ "env_logger", "libc", "log", - "nix 0.28.0", + "nix 0.29.0", "thiserror", "tokio", "uuid", @@ -1652,7 +1652,7 @@ version = "0.0.11" dependencies = [ "libc", "log", - "nix 0.28.0", + "nix 0.29.0", "thiserror", "tokio", ] @@ -1662,7 +1662,7 @@ name = "krata-xengnt" version = "0.0.11" dependencies = [ "libc", - "nix 0.28.0", + "nix 0.29.0", "thiserror", ] @@ -1680,7 +1680,7 @@ dependencies = [ "libc", "log", "memchr", - "nix 0.28.0", + "nix 0.29.0", "regex", "slice-copy", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index 21f566c..c8827d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ loopdev-3 = "0.5.1" krata-advmac = "1.1.0" krata-tokio-tar = "0.4.0" memchr = "2" -nix = "0.28.0" +nix = "0.29.0" oci-spec = "0.6.4" once_cell = "1.19.0" path-absolutize = "3.1.1"